@gct-paas/api 0.1.0-word.2 → 0.1.0

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 (754) hide show
  1. package/dist/gct-api.esm.min.js +1 -22
  2. package/dist/gct-api.system.min.js +1 -22
  3. package/es/apaas/service/api-config.mjs +970 -2242
  4. package/es/apaas/service/apis/api.service.d.ts +554 -223
  5. package/es/apaas/service/apis/app-branch.service.d.ts +49 -26
  6. package/es/apaas/service/apis/app-global-settings.service.d.ts +53 -24
  7. package/es/apaas/service/apis/app-granted-user.service.d.ts +63 -29
  8. package/es/apaas/service/apis/app-org.service.d.ts +140 -63
  9. package/es/apaas/service/apis/app-publish-log.service.d.ts +50 -25
  10. package/es/apaas/service/apis/app-state.service.d.ts +6 -3
  11. package/es/apaas/service/apis/app-user.service.d.ts +106 -45
  12. package/es/apaas/service/apis/approval-log.service.d.ts +49 -26
  13. package/es/apaas/service/apis/audit-log.service.d.ts +38 -26
  14. package/es/apaas/service/apis/basic-config.service.d.ts +47 -24
  15. package/es/apaas/service/apis/biz-event.service.d.ts +58 -27
  16. package/es/apaas/service/apis/biz-process-definition-version.service.d.ts +61 -29
  17. package/es/apaas/service/apis/biz-process-definition.service.d.ts +62 -28
  18. package/es/apaas/service/apis/biz-service-crud.service.d.ts +145 -54
  19. package/es/apaas/service/apis/biz-service.service.d.ts +44 -20
  20. package/es/apaas/service/apis/bom.service.d.ts +5 -2
  21. package/es/apaas/service/apis/category-relation.service.d.ts +83 -34
  22. package/es/apaas/service/apis/category.service.d.ts +298 -91
  23. package/es/apaas/service/apis/chat.service.d.ts +14 -5
  24. package/es/apaas/service/apis/code-ts.service.d.ts +6 -2
  25. package/es/apaas/service/apis/commit-log.service.d.ts +104 -55
  26. package/es/apaas/service/apis/common-info-card.service.d.ts +64 -32
  27. package/es/apaas/service/apis/control-config.service.d.ts +89 -37
  28. package/es/apaas/service/apis/customer-complaint.service.d.ts +79 -35
  29. package/es/apaas/service/apis/dashboard.service.d.ts +59 -29
  30. package/es/apaas/service/apis/data-model.service.d.ts +92 -46
  31. package/es/apaas/service/apis/data-source.service.d.ts +23 -9
  32. package/es/apaas/service/apis/data-trace.service.d.ts +50 -31
  33. package/es/apaas/service/apis/designer-common.service.d.ts +400 -128
  34. package/es/apaas/service/apis/designer-lock.service.d.ts +34 -17
  35. package/es/apaas/service/apis/designer-operate-log.service.d.ts +38 -11
  36. package/es/apaas/service/apis/devops.service.d.ts +11 -6
  37. package/es/apaas/service/apis/dhr.service.d.ts +53 -26
  38. package/es/apaas/service/apis/dify-chat.service.d.ts +11 -6
  39. package/es/apaas/service/apis/doc-control-started.service.d.ts +60 -20
  40. package/es/apaas/service/apis/doc-control-task-done.service.d.ts +60 -20
  41. package/es/apaas/service/apis/doc-control-task-todo.service.d.ts +101 -33
  42. package/es/apaas/service/apis/doc-control.service.d.ts +66 -32
  43. package/es/apaas/service/apis/doc-outline.service.d.ts +104 -49
  44. package/es/apaas/service/apis/document.service.d.ts +146 -63
  45. package/es/apaas/service/apis/edhr-category.service.d.ts +55 -28
  46. package/es/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +63 -30
  47. package/es/apaas/service/apis/edhr-instance-relation.service.d.ts +33 -15
  48. package/es/apaas/service/apis/edhr-instance-search-history.service.d.ts +19 -8
  49. package/es/apaas/service/apis/edhr-instance.service.d.ts +235 -75
  50. package/es/apaas/service/apis/edhr-tmpl.service.d.ts +97 -41
  51. package/es/apaas/service/apis/ele-search.service.d.ts +10 -4
  52. package/es/apaas/service/apis/enum-model-field.service.d.ts +99 -38
  53. package/es/apaas/service/apis/enum-model.service.d.ts +104 -42
  54. package/es/apaas/service/apis/event-log.service.d.ts +36 -17
  55. package/es/apaas/service/apis/event.service.d.ts +58 -27
  56. package/es/apaas/service/apis/excel-tmpl.service.d.ts +142 -58
  57. package/es/apaas/service/apis/excel.service.d.ts +121 -40
  58. package/es/apaas/service/apis/field-meta.service.d.ts +157 -57
  59. package/es/apaas/service/apis/field.service.d.ts +10 -4
  60. package/es/apaas/service/apis/file-resource.service.d.ts +24 -11
  61. package/es/apaas/service/apis/file-task.service.d.ts +15 -8
  62. package/es/apaas/service/apis/file.service.d.ts +28 -12
  63. package/es/apaas/service/apis/form.service.d.ts +31 -18
  64. package/es/apaas/service/apis/formRelate.service.d.ts +189 -67
  65. package/es/apaas/service/apis/front-operate-log.service.d.ts +38 -11
  66. package/es/apaas/service/apis/global-method.service.d.ts +54 -29
  67. package/es/apaas/service/apis/i18n-info.service.d.ts +60 -24
  68. package/es/apaas/service/apis/import-report.service.d.ts +41 -0
  69. package/es/apaas/service/apis/instance-relation.service.d.ts +63 -26
  70. package/es/apaas/service/apis/ipaas.service.d.ts +6 -3
  71. package/es/apaas/service/apis/job-log.service.d.ts +51 -19
  72. package/es/apaas/service/apis/job.service.d.ts +100 -44
  73. package/es/apaas/service/apis/js-engine.service.d.ts +25 -13
  74. package/es/apaas/service/apis/label-log.service.d.ts +69 -31
  75. package/es/apaas/service/apis/label.service.d.ts +277 -120
  76. package/es/apaas/service/apis/login-log.service.d.ts +6 -3
  77. package/es/apaas/service/apis/med-pro.service.d.ts +76 -0
  78. package/es/apaas/service/apis/medPro.service.d.ts +30 -3
  79. package/es/apaas/service/apis/menu-config.service.d.ts +55 -28
  80. package/es/apaas/service/apis/merge-log.service.d.ts +36 -21
  81. package/es/apaas/service/apis/message-record.service.d.ts +82 -29
  82. package/es/apaas/service/apis/message-setting.service.d.ts +15 -7
  83. package/es/apaas/service/apis/message-tmpl.service.d.ts +84 -40
  84. package/es/apaas/service/apis/mobile-homepage.service.d.ts +69 -34
  85. package/es/apaas/service/apis/mobile-page.service.d.ts +103 -41
  86. package/es/apaas/service/apis/model-comprehensive.service.d.ts +349 -122
  87. package/es/apaas/service/apis/model-data.service.d.ts +54 -22
  88. package/es/apaas/service/apis/model-meta.service.d.ts +258 -109
  89. package/es/apaas/service/apis/model-method.service.d.ts +64 -32
  90. package/es/apaas/service/apis/model-permission-relation.service.d.ts +50 -25
  91. package/es/apaas/service/apis/model.service.d.ts +10 -4
  92. package/es/apaas/service/apis/ocr.service.d.ts +5 -2
  93. package/es/apaas/service/apis/office.service.d.ts +5 -2
  94. package/es/apaas/service/apis/online-form-category.service.d.ts +55 -28
  95. package/es/apaas/service/apis/online-form-change-history.service.d.ts +18 -6
  96. package/es/apaas/service/apis/online-form-instance.service.d.ts +701 -229
  97. package/es/apaas/service/apis/online-form-log.service.d.ts +22 -7
  98. package/es/apaas/service/apis/online-form-tmpl-log.service.d.ts +58 -27
  99. package/es/apaas/service/apis/online-form-tmpl.service.d.ts +210 -84
  100. package/es/apaas/service/apis/online-form.service.d.ts +118 -66
  101. package/es/apaas/service/apis/online-user-summary.service.d.ts +50 -25
  102. package/es/apaas/service/apis/online.service.d.ts +65 -23
  103. package/es/apaas/service/apis/openapi.service.d.ts +74 -37
  104. package/es/apaas/service/apis/pad-page.service.d.ts +103 -41
  105. package/es/apaas/service/apis/page-designer-log.service.d.ts +82 -33
  106. package/es/apaas/service/apis/permission.service.d.ts +54 -26
  107. package/es/apaas/service/apis/plat.service.d.ts +26 -15
  108. package/es/apaas/service/apis/pm-process-definition-version.service.d.ts +66 -32
  109. package/es/apaas/service/apis/pm-process-definition.service.d.ts +87 -36
  110. package/es/apaas/service/apis/pm-process-engine.service.d.ts +150 -67
  111. package/es/apaas/service/apis/print-designer.service.d.ts +102 -34
  112. package/es/apaas/service/apis/print-log.service.d.ts +11 -6
  113. package/es/apaas/service/apis/print.service.d.ts +26 -15
  114. package/es/apaas/service/apis/process-approval-log.service.d.ts +59 -29
  115. package/es/apaas/service/apis/process-approve-user.service.d.ts +50 -25
  116. package/es/apaas/service/apis/process-definition-version.service.d.ts +68 -32
  117. package/es/apaas/service/apis/process-definition.service.d.ts +59 -28
  118. package/es/apaas/service/apis/process-engine.service.d.ts +47 -22
  119. package/es/apaas/service/apis/process-event.service.d.ts +50 -25
  120. package/es/apaas/service/apis/process-graph.service.d.ts +10 -4
  121. package/es/apaas/service/apis/process-instance-relation-.service.d.ts +50 -25
  122. package/es/apaas/service/apis/process-instance.service.d.ts +50 -25
  123. package/es/apaas/service/apis/process-message-user.service.d.ts +50 -25
  124. package/es/apaas/service/apis/process-node-definition.service.d.ts +50 -25
  125. package/es/apaas/service/apis/process-path-user.service.d.ts +50 -25
  126. package/es/apaas/service/apis/process-path.service.d.ts +28 -12
  127. package/es/apaas/service/apis/process-task-done.service.d.ts +110 -29
  128. package/es/apaas/service/apis/process-task-todo.service.d.ts +219 -58
  129. package/es/apaas/service/apis/process-version.service.d.ts +51 -22
  130. package/es/apaas/service/apis/process.service.d.ts +45 -22
  131. package/es/apaas/service/apis/processTest.service.d.ts +76 -31
  132. package/es/apaas/service/apis/product-release.service.d.ts +93 -30
  133. package/es/apaas/service/apis/publish-log.service.d.ts +68 -36
  134. package/es/apaas/service/apis/regexp.service.d.ts +73 -32
  135. package/es/apaas/service/apis/report-data-set.service.d.ts +83 -42
  136. package/es/apaas/service/apis/report-data.service.d.ts +16 -9
  137. package/es/apaas/service/apis/report.service.d.ts +118 -58
  138. package/es/apaas/service/apis/role-permission.service.d.ts +29 -14
  139. package/es/apaas/service/apis/role.service.d.ts +69 -25
  140. package/es/apaas/service/apis/sandbox-config.service.d.ts +77 -39
  141. package/es/apaas/service/apis/script-assistant.service.d.ts +10 -5
  142. package/es/apaas/service/apis/script-version-log.service.d.ts +61 -22
  143. package/es/apaas/service/apis/script-version.service.d.ts +87 -36
  144. package/es/apaas/service/apis/script.service.d.ts +90 -38
  145. package/es/apaas/service/apis/service-orchestration-version-log.service.d.ts +66 -25
  146. package/es/apaas/service/apis/service-orchestration-version.service.d.ts +87 -36
  147. package/es/apaas/service/apis/service-orchestration.service.d.ts +91 -37
  148. package/es/apaas/service/apis/sign-history.service.d.ts +49 -26
  149. package/es/apaas/service/apis/sign-log.service.d.ts +11 -6
  150. package/es/apaas/service/apis/signature.service.d.ts +11 -6
  151. package/es/apaas/service/apis/sql-view-model.service.d.ts +45 -22
  152. package/es/apaas/service/apis/sql-view.service.d.ts +13 -5
  153. package/es/apaas/service/apis/ss.service.d.ts +19 -6
  154. package/es/apaas/service/apis/stash.service.d.ts +41 -21
  155. package/es/apaas/service/apis/sub-model-process.service.d.ts +6 -3
  156. package/es/apaas/service/apis/sys-config.service.d.ts +49 -26
  157. package/es/apaas/service/apis/system-var.service.d.ts +96 -43
  158. package/es/apaas/service/apis/trace-log-details.service.d.ts +94 -46
  159. package/es/apaas/service/apis/trace-log.service.d.ts +90 -38
  160. package/es/apaas/service/apis/trace-mainline-ext.service.d.ts +50 -25
  161. package/es/apaas/service/apis/trace-mainline.service.d.ts +50 -25
  162. package/es/apaas/service/apis/trace-setting.service.d.ts +32 -17
  163. package/es/apaas/service/apis/user-group-relation.service.d.ts +28 -16
  164. package/es/apaas/service/apis/user-group.service.d.ts +59 -32
  165. package/es/apaas/service/apis/view-model.service.d.ts +120 -57
  166. package/es/apaas/service/apis/wash.service.d.ts +9 -8
  167. package/es/apaas/service/apis/webpage.service.d.ts +128 -56
  168. package/es/apaas/service/entities.d.ts +643 -2209
  169. package/es/apaas/service/index.d.ts +6 -6
  170. package/es/ipaas/service/api-config.mjs +46 -109
  171. package/es/ipaas/service/apis/auth.service.d.ts +20 -10
  172. package/es/ipaas/service/apis/camel.service.d.ts +45 -25
  173. package/es/ipaas/service/apis/category.service.d.ts +6 -3
  174. package/es/ipaas/service/apis/connector-config.service.d.ts +81 -40
  175. package/es/ipaas/service/apis/connector-log.service.d.ts +32 -14
  176. package/es/ipaas/service/apis/flow-app.service.d.ts +56 -30
  177. package/es/ipaas/service/apis/flow-category.service.d.ts +156 -55
  178. package/es/ipaas/service/apis/flow-ext.service.d.ts +67 -34
  179. package/es/ipaas/service/apis/flow.service.d.ts +79 -32
  180. package/es/ipaas/service/apis/runtime.service.d.ts +19 -11
  181. package/es/ipaas/service/entities.d.ts +26 -26
  182. package/es/platform/service/api-config.mjs +685 -1878
  183. package/es/platform/service/apis/agent.service.d.ts +49 -26
  184. package/es/platform/service/apis/api.service.d.ts +1162 -511
  185. package/es/platform/service/apis/apk.service.d.ts +47 -33
  186. package/es/platform/service/apis/app-member.service.d.ts +79 -28
  187. package/es/platform/service/apis/app-setting.service.d.ts +80 -35
  188. package/es/platform/service/apis/app.service.d.ts +616 -200
  189. package/es/platform/service/apis/assets.service.d.ts +80 -28
  190. package/es/platform/service/apis/attachmentResourceTransfer.service.d.ts +7 -3
  191. package/es/platform/service/apis/audit-log.service.d.ts +32 -20
  192. package/es/platform/service/apis/bi-app.service.d.ts +11 -3
  193. package/es/platform/service/apis/bi-data-set.service.d.ts +54 -29
  194. package/es/platform/service/apis/bi-file-dataset-config.service.d.ts +63 -30
  195. package/es/platform/service/apis/bi-file.service.d.ts +14 -5
  196. package/es/platform/service/apis/bi-share.service.d.ts +58 -27
  197. package/es/platform/service/apis/buildEnshrineCompLibrary.service.d.ts +6 -2
  198. package/es/platform/service/apis/category.service.d.ts +94 -46
  199. package/es/platform/service/apis/clearLogLogin.service.d.ts +6 -2
  200. package/es/platform/service/apis/clearLogOperate.service.d.ts +6 -2
  201. package/es/platform/service/apis/clearTempDir.service.d.ts +6 -2
  202. package/es/platform/service/apis/copyFilter.service.d.ts +7 -3
  203. package/es/platform/service/apis/dashboard.service.d.ts +63 -30
  204. package/es/platform/service/apis/data-source.service.d.ts +100 -44
  205. package/es/platform/service/apis/data-trace.service.d.ts +50 -31
  206. package/es/platform/service/apis/database.service.d.ts +149 -70
  207. package/es/platform/service/apis/dataset-log.service.d.ts +54 -26
  208. package/es/platform/service/apis/dataset.service.d.ts +173 -78
  209. package/es/platform/service/apis/datasource-devops.service.d.ts +42 -23
  210. package/es/platform/service/apis/datasource-move-data.service.d.ts +58 -27
  211. package/es/platform/service/apis/datasource-move-detail.service.d.ts +54 -26
  212. package/es/platform/service/apis/datasource-move.service.d.ts +47 -26
  213. package/es/platform/service/apis/deleteCompInfo.service.d.ts +11 -4
  214. package/es/platform/service/apis/deleteCompInfoType.service.d.ts +11 -4
  215. package/es/platform/service/apis/deleteCsvDatasource.service.d.ts +11 -4
  216. package/es/platform/service/apis/deleteEchartTheme.service.d.ts +11 -4
  217. package/es/platform/service/apis/deleteEnshrineComp.service.d.ts +11 -4
  218. package/es/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +11 -4
  219. package/es/platform/service/apis/deleteFilter.service.d.ts +11 -4
  220. package/es/platform/service/apis/deleteLogOperateById.service.d.ts +11 -4
  221. package/es/platform/service/apis/deleteMapGeoJson.service.d.ts +11 -4
  222. package/es/platform/service/apis/deleteNotUseDir.service.d.ts +6 -2
  223. package/es/platform/service/apis/deletePageSnapshoot.service.d.ts +11 -4
  224. package/es/platform/service/apis/deletePageTemplate.service.d.ts +11 -4
  225. package/es/platform/service/apis/deletePnResource.service.d.ts +11 -4
  226. package/es/platform/service/apis/deletePnResourceGroup.service.d.ts +11 -4
  227. package/es/platform/service/apis/device-interconnection-param.service.d.ts +62 -32
  228. package/es/platform/service/apis/device-interconnection.service.d.ts +72 -34
  229. package/es/platform/service/apis/device-param-ref.service.d.ts +28 -12
  230. package/es/platform/service/apis/exportTemplate.service.d.ts +60 -38
  231. package/es/platform/service/apis/external-message.service.d.ts +50 -25
  232. package/es/platform/service/apis/file-task.service.d.ts +100 -39
  233. package/es/platform/service/apis/file.service.d.ts +28 -23
  234. package/es/platform/service/apis/front-release.service.d.ts +5 -4
  235. package/es/platform/service/apis/getAdCodeByAliasName.service.d.ts +10 -6
  236. package/es/platform/service/apis/getAllCompInfo.service.d.ts +6 -2
  237. package/es/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +10 -6
  238. package/es/platform/service/apis/getAllCompInfoType.service.d.ts +6 -2
  239. package/es/platform/service/apis/getAllCsvDatasource.service.d.ts +10 -6
  240. package/es/platform/service/apis/getAllEchartTheme.service.d.ts +6 -2
  241. package/es/platform/service/apis/getAllEnshrineCompGroups.service.d.ts +6 -2
  242. package/es/platform/service/apis/getAllFilter.service.d.ts +6 -2
  243. package/es/platform/service/apis/getAllPageTemplate.service.d.ts +6 -2
  244. package/es/platform/service/apis/getAttachmentInfoByPage.service.d.ts +7 -3
  245. package/es/platform/service/apis/getCompInfoById.service.d.ts +10 -6
  246. package/es/platform/service/apis/getCompInfoByPage.service.d.ts +7 -3
  247. package/es/platform/service/apis/getCompInfoTypeById.service.d.ts +10 -6
  248. package/es/platform/service/apis/getCompInfoTypeByPage.service.d.ts +7 -3
  249. package/es/platform/service/apis/getContentToArray.service.d.ts +14 -7
  250. package/es/platform/service/apis/getCsvDatasourceById.service.d.ts +10 -6
  251. package/es/platform/service/apis/getCsvDatasourceByName.service.d.ts +10 -6
  252. package/es/platform/service/apis/getCsvDatasourceByPage.service.d.ts +7 -3
  253. package/es/platform/service/apis/getDesignerData.service.d.ts +10 -6
  254. package/es/platform/service/apis/getEchartThemeById.service.d.ts +10 -6
  255. package/es/platform/service/apis/getEchartThemeByPage.service.d.ts +7 -3
  256. package/es/platform/service/apis/getEnshrineCompByPage.service.d.ts +7 -3
  257. package/es/platform/service/apis/getEnshrineCompGroupById.service.d.ts +10 -6
  258. package/es/platform/service/apis/getEnshrineCompGroupByPage.service.d.ts +7 -3
  259. package/es/platform/service/apis/getFilterById.service.d.ts +10 -6
  260. package/es/platform/service/apis/getGeoJsonByAdCode.service.d.ts +10 -6
  261. package/es/platform/service/apis/getLayoutItemObjById.service.d.ts +10 -6
  262. package/es/platform/service/apis/getLogLoginByPage.service.d.ts +7 -3
  263. package/es/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +10 -6
  264. package/es/platform/service/apis/getMapGeoJsonById.service.d.ts +10 -6
  265. package/es/platform/service/apis/getMapGeoJsonByPage.service.d.ts +7 -3
  266. package/es/platform/service/apis/getMyAllPnResourceGroup.service.d.ts +6 -2
  267. package/es/platform/service/apis/getMyEchartThemes.service.d.ts +6 -2
  268. package/es/platform/service/apis/getMyPnResourceByPage.service.d.ts +6 -5
  269. package/es/platform/service/apis/getMyShareCustomCompByPage.service.d.ts +7 -3
  270. package/es/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +14 -7
  271. package/es/platform/service/apis/getPageSnapshootById.service.d.ts +10 -6
  272. package/es/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +10 -6
  273. package/es/platform/service/apis/getPageTemplateById.service.d.ts +10 -6
  274. package/es/platform/service/apis/getPageTemplateByPage.service.d.ts +7 -3
  275. package/es/platform/service/apis/getPageTemplateForCreatePageForm.service.d.ts +7 -3
  276. package/es/platform/service/apis/getPageTemplateLayout.service.d.ts +10 -6
  277. package/es/platform/service/apis/getPageTemplateThemeJson.service.d.ts +10 -6
  278. package/es/platform/service/apis/getPageTotalCount.service.d.ts +6 -2
  279. package/es/platform/service/apis/getPnLogOperateByPage.service.d.ts +7 -3
  280. package/es/platform/service/apis/getPnResourceGroupById.service.d.ts +10 -6
  281. package/es/platform/service/apis/getProjectTotalCount.service.d.ts +6 -2
  282. package/es/platform/service/apis/getShareCustomCompById.service.d.ts +10 -6
  283. package/es/platform/service/apis/getShareCustomCompByPage.service.d.ts +7 -3
  284. package/es/platform/service/apis/getSysEchartThemes.service.d.ts +6 -2
  285. package/es/platform/service/apis/httpQuery.service.d.ts +6 -5
  286. package/es/platform/service/apis/i18n-config.service.d.ts +18 -10
  287. package/es/platform/service/apis/i18n-info.service.d.ts +85 -35
  288. package/es/platform/service/apis/importCompInfoJson.service.d.ts +7 -3
  289. package/es/platform/service/apis/importTemplate.service.d.ts +30 -14
  290. package/es/platform/service/apis/internal-message.service.d.ts +75 -29
  291. package/es/platform/service/apis/invoke-log.service.d.ts +57 -19
  292. package/es/platform/service/apis/knowledge-base-chunk.service.d.ts +50 -25
  293. package/es/platform/service/apis/knowledge-base-doc.service.d.ts +50 -25
  294. package/es/platform/service/apis/knowledge-base.service.d.ts +50 -25
  295. package/es/platform/service/apis/ldap.service.d.ts +5 -4
  296. package/es/platform/service/apis/license-unbind-log.service.d.ts +6 -3
  297. package/es/platform/service/apis/license.service.d.ts +189 -73
  298. package/es/platform/service/apis/login-log.service.d.ts +30 -9
  299. package/es/platform/service/apis/login.service.d.ts +50 -21
  300. package/es/platform/service/apis/manager.service.d.ts +27 -10
  301. package/es/platform/service/apis/message-setting.service.d.ts +110 -47
  302. package/es/platform/service/apis/minio-file.service.d.ts +16 -7
  303. package/es/platform/service/apis/model-provider.service.d.ts +50 -25
  304. package/es/platform/service/apis/model.service.d.ts +49 -26
  305. package/es/platform/service/apis/nav-menu.service.d.ts +68 -35
  306. package/es/platform/service/apis/nav-page.service.d.ts +58 -29
  307. package/es/platform/service/apis/openapi-group.service.d.ts +143 -55
  308. package/es/platform/service/apis/openapi-key-grant.service.d.ts +67 -32
  309. package/es/platform/service/apis/org-user-picker.service.d.ts +53 -20
  310. package/es/platform/service/apis/org.service.d.ts +163 -75
  311. package/es/platform/service/apis/parseCsvOrExcel.service.d.ts +14 -7
  312. package/es/platform/service/apis/permission.service.d.ts +40 -22
  313. package/es/platform/service/apis/plat.service.d.ts +131 -75
  314. package/es/platform/service/apis/plugin-version.service.d.ts +50 -25
  315. package/es/platform/service/apis/plugin.service.d.ts +147 -59
  316. package/es/platform/service/apis/pm-process-delegate-detail.service.d.ts +50 -25
  317. package/es/platform/service/apis/pm-process-delegate.service.d.ts +50 -25
  318. package/es/platform/service/apis/pm-process-instance.service.d.ts +66 -32
  319. package/es/platform/service/apis/pm-task-done.service.d.ts +65 -33
  320. package/es/platform/service/apis/pm-task-todo.service.d.ts +61 -32
  321. package/es/platform/service/apis/pn-page.service.d.ts +49 -26
  322. package/es/platform/service/apis/pn-project.service.d.ts +125 -57
  323. package/es/platform/service/apis/print-log.service.d.ts +89 -29
  324. package/es/platform/service/apis/print-resource.service.d.ts +90 -44
  325. package/es/platform/service/apis/regexp.service.d.ts +73 -32
  326. package/es/platform/service/apis/released.service.d.ts +78 -26
  327. package/es/platform/service/apis/resourceTransferToPage.service.d.ts +7 -3
  328. package/es/platform/service/apis/role-permission.service.d.ts +39 -20
  329. package/es/platform/service/apis/role.service.d.ts +113 -46
  330. package/es/platform/service/apis/saveCompInfo.service.d.ts +7 -3
  331. package/es/platform/service/apis/saveCompInfoType.service.d.ts +7 -3
  332. package/es/platform/service/apis/saveCsvDatasource.service.d.ts +7 -3
  333. package/es/platform/service/apis/saveEchartTheme.service.d.ts +7 -3
  334. package/es/platform/service/apis/saveEnshrineComp.service.d.ts +7 -3
  335. package/es/platform/service/apis/saveEnshrineCompGroup.service.d.ts +7 -3
  336. package/es/platform/service/apis/saveFilter.service.d.ts +7 -3
  337. package/es/platform/service/apis/saveMapGeoJson.service.d.ts +7 -3
  338. package/es/platform/service/apis/savePageSnapshoot.service.d.ts +7 -3
  339. package/es/platform/service/apis/savePageTemplate.service.d.ts +7 -3
  340. package/es/platform/service/apis/savePnResourceGroup.service.d.ts +7 -3
  341. package/es/platform/service/apis/saveShareCustomComp.service.d.ts +7 -3
  342. package/es/platform/service/apis/seal-management.service.d.ts +56 -30
  343. package/es/platform/service/apis/searchEnshrineComp.service.d.ts +7 -3
  344. package/es/platform/service/apis/seat-message.service.d.ts +11 -2
  345. package/es/platform/service/apis/seat.service.d.ts +75 -33
  346. package/es/platform/service/apis/setPageSnapshootEnabled.service.d.ts +7 -3
  347. package/es/platform/service/apis/setPageSnapshootEnabledByPageId.service.d.ts +7 -3
  348. package/es/platform/service/apis/shortcut.service.d.ts +100 -39
  349. package/es/platform/service/apis/sign-log.service.d.ts +46 -27
  350. package/es/platform/service/apis/sms.service.d.ts +11 -6
  351. package/es/platform/service/apis/started-process.service.d.ts +48 -20
  352. package/es/platform/service/apis/task-delegate.service.d.ts +72 -33
  353. package/es/platform/service/apis/task-done.service.d.ts +44 -19
  354. package/es/platform/service/apis/task-todo.service.d.ts +44 -19
  355. package/es/platform/service/apis/tenant-developer.service.d.ts +87 -39
  356. package/es/platform/service/apis/tenant.service.d.ts +370 -150
  357. package/es/platform/service/apis/toggleEnabled.service.d.ts +7 -3
  358. package/es/platform/service/apis/uncompressLogOperateLayoutStr.service.d.ts +7 -3
  359. package/es/platform/service/apis/uploadFiles.service.d.ts +88 -45
  360. package/es/platform/service/apis/user-extra.service.d.ts +49 -26
  361. package/es/platform/service/apis/user-info-log.service.d.ts +53 -27
  362. package/es/platform/service/apis/user-password-history.service.d.ts +50 -25
  363. package/es/platform/service/apis/user.service.d.ts +207 -106
  364. package/es/platform/service/apis/workbench-component-relation.service.d.ts +77 -36
  365. package/es/platform/service/apis/workbench-component.service.d.ts +58 -27
  366. package/es/platform/service/entities.d.ts +255 -1319
  367. package/es/platform/service/index.d.ts +0 -4
  368. package/es/service/api-service.d.ts +44 -36
  369. package/es/service/api-service.interface.d.ts +8 -6
  370. package/es/service/api-service.mjs +110 -56
  371. package/es/service/http.error.d.ts +40 -0
  372. package/es/service/http.error.mjs +39 -0
  373. package/es/service/http.util.d.ts +46 -17
  374. package/es/service/http.util.mjs +116 -39
  375. package/es/service/index.d.ts +1 -0
  376. package/es/service/index.mjs +1 -0
  377. package/es/types/index.d.ts +48 -0
  378. package/lib/apaas/service/api-config.cjs +955 -2204
  379. package/lib/apaas/service/apis/api.service.d.ts +554 -223
  380. package/lib/apaas/service/apis/app-branch.service.d.ts +49 -26
  381. package/lib/apaas/service/apis/app-global-settings.service.d.ts +53 -24
  382. package/lib/apaas/service/apis/app-granted-user.service.d.ts +63 -29
  383. package/lib/apaas/service/apis/app-org.service.d.ts +140 -63
  384. package/lib/apaas/service/apis/app-publish-log.service.d.ts +50 -25
  385. package/lib/apaas/service/apis/app-state.service.d.ts +6 -3
  386. package/lib/apaas/service/apis/app-user.service.d.ts +106 -45
  387. package/lib/apaas/service/apis/approval-log.service.d.ts +49 -26
  388. package/lib/apaas/service/apis/audit-log.service.d.ts +38 -26
  389. package/lib/apaas/service/apis/basic-config.service.d.ts +47 -24
  390. package/lib/apaas/service/apis/biz-event.service.d.ts +58 -27
  391. package/lib/apaas/service/apis/biz-process-definition-version.service.d.ts +61 -29
  392. package/lib/apaas/service/apis/biz-process-definition.service.d.ts +62 -28
  393. package/lib/apaas/service/apis/biz-service-crud.service.d.ts +145 -54
  394. package/lib/apaas/service/apis/biz-service.service.d.ts +44 -20
  395. package/lib/apaas/service/apis/bom.service.d.ts +5 -2
  396. package/lib/apaas/service/apis/category-relation.service.d.ts +83 -34
  397. package/lib/apaas/service/apis/category.service.d.ts +298 -91
  398. package/lib/apaas/service/apis/chat.service.d.ts +14 -5
  399. package/lib/apaas/service/apis/code-ts.service.d.ts +6 -2
  400. package/lib/apaas/service/apis/commit-log.service.d.ts +104 -55
  401. package/lib/apaas/service/apis/common-info-card.service.d.ts +64 -32
  402. package/lib/apaas/service/apis/control-config.service.d.ts +89 -37
  403. package/lib/apaas/service/apis/customer-complaint.service.d.ts +79 -35
  404. package/lib/apaas/service/apis/dashboard.service.d.ts +59 -29
  405. package/lib/apaas/service/apis/data-model.service.d.ts +92 -46
  406. package/lib/apaas/service/apis/data-source.service.d.ts +23 -9
  407. package/lib/apaas/service/apis/data-trace.service.d.ts +50 -31
  408. package/lib/apaas/service/apis/designer-common.service.d.ts +400 -128
  409. package/lib/apaas/service/apis/designer-lock.service.d.ts +34 -17
  410. package/lib/apaas/service/apis/designer-operate-log.service.d.ts +38 -11
  411. package/lib/apaas/service/apis/devops.service.d.ts +11 -6
  412. package/lib/apaas/service/apis/dhr.service.d.ts +53 -26
  413. package/lib/apaas/service/apis/dify-chat.service.d.ts +11 -6
  414. package/lib/apaas/service/apis/doc-control-started.service.d.ts +60 -20
  415. package/lib/apaas/service/apis/doc-control-task-done.service.d.ts +60 -20
  416. package/lib/apaas/service/apis/doc-control-task-todo.service.d.ts +101 -33
  417. package/lib/apaas/service/apis/doc-control.service.d.ts +66 -32
  418. package/lib/apaas/service/apis/doc-outline.service.d.ts +104 -49
  419. package/lib/apaas/service/apis/document.service.d.ts +146 -63
  420. package/lib/apaas/service/apis/edhr-category.service.d.ts +55 -28
  421. package/lib/apaas/service/apis/edhr-circulationFormRelateModel.service.d.ts +63 -30
  422. package/lib/apaas/service/apis/edhr-instance-relation.service.d.ts +33 -15
  423. package/lib/apaas/service/apis/edhr-instance-search-history.service.d.ts +19 -8
  424. package/lib/apaas/service/apis/edhr-instance.service.d.ts +235 -75
  425. package/lib/apaas/service/apis/edhr-tmpl.service.d.ts +97 -41
  426. package/lib/apaas/service/apis/ele-search.service.d.ts +10 -4
  427. package/lib/apaas/service/apis/enum-model-field.service.d.ts +99 -38
  428. package/lib/apaas/service/apis/enum-model.service.d.ts +104 -42
  429. package/lib/apaas/service/apis/event-log.service.d.ts +36 -17
  430. package/lib/apaas/service/apis/event.service.d.ts +58 -27
  431. package/lib/apaas/service/apis/excel-tmpl.service.d.ts +142 -58
  432. package/lib/apaas/service/apis/excel.service.d.ts +121 -40
  433. package/lib/apaas/service/apis/field-meta.service.d.ts +157 -57
  434. package/lib/apaas/service/apis/field.service.d.ts +10 -4
  435. package/lib/apaas/service/apis/file-resource.service.d.ts +24 -11
  436. package/lib/apaas/service/apis/file-task.service.d.ts +15 -8
  437. package/lib/apaas/service/apis/file.service.d.ts +28 -12
  438. package/lib/apaas/service/apis/form.service.d.ts +31 -18
  439. package/lib/apaas/service/apis/formRelate.service.d.ts +189 -67
  440. package/lib/apaas/service/apis/front-operate-log.service.d.ts +38 -11
  441. package/lib/apaas/service/apis/global-method.service.d.ts +54 -29
  442. package/lib/apaas/service/apis/i18n-info.service.d.ts +60 -24
  443. package/lib/apaas/service/apis/import-report.service.d.ts +41 -0
  444. package/lib/apaas/service/apis/instance-relation.service.d.ts +63 -26
  445. package/lib/apaas/service/apis/ipaas.service.d.ts +6 -3
  446. package/lib/apaas/service/apis/job-log.service.d.ts +51 -19
  447. package/lib/apaas/service/apis/job.service.d.ts +100 -44
  448. package/lib/apaas/service/apis/js-engine.service.d.ts +25 -13
  449. package/lib/apaas/service/apis/label-log.service.d.ts +69 -31
  450. package/lib/apaas/service/apis/label.service.d.ts +277 -120
  451. package/lib/apaas/service/apis/login-log.service.d.ts +6 -3
  452. package/lib/apaas/service/apis/med-pro.service.d.ts +76 -0
  453. package/lib/apaas/service/apis/medPro.service.d.ts +30 -3
  454. package/lib/apaas/service/apis/menu-config.service.d.ts +55 -28
  455. package/lib/apaas/service/apis/merge-log.service.d.ts +36 -21
  456. package/lib/apaas/service/apis/message-record.service.d.ts +82 -29
  457. package/lib/apaas/service/apis/message-setting.service.d.ts +15 -7
  458. package/lib/apaas/service/apis/message-tmpl.service.d.ts +84 -40
  459. package/lib/apaas/service/apis/mobile-homepage.service.d.ts +69 -34
  460. package/lib/apaas/service/apis/mobile-page.service.d.ts +103 -41
  461. package/lib/apaas/service/apis/model-comprehensive.service.d.ts +349 -122
  462. package/lib/apaas/service/apis/model-data.service.d.ts +54 -22
  463. package/lib/apaas/service/apis/model-meta.service.d.ts +258 -109
  464. package/lib/apaas/service/apis/model-method.service.d.ts +64 -32
  465. package/lib/apaas/service/apis/model-permission-relation.service.d.ts +50 -25
  466. package/lib/apaas/service/apis/model.service.d.ts +10 -4
  467. package/lib/apaas/service/apis/ocr.service.d.ts +5 -2
  468. package/lib/apaas/service/apis/office.service.d.ts +5 -2
  469. package/lib/apaas/service/apis/online-form-category.service.d.ts +55 -28
  470. package/lib/apaas/service/apis/online-form-change-history.service.d.ts +18 -6
  471. package/lib/apaas/service/apis/online-form-instance.service.d.ts +701 -229
  472. package/lib/apaas/service/apis/online-form-log.service.d.ts +22 -7
  473. package/lib/apaas/service/apis/online-form-tmpl-log.service.d.ts +58 -27
  474. package/lib/apaas/service/apis/online-form-tmpl.service.d.ts +210 -84
  475. package/lib/apaas/service/apis/online-form.service.d.ts +118 -66
  476. package/lib/apaas/service/apis/online-user-summary.service.d.ts +50 -25
  477. package/lib/apaas/service/apis/online.service.d.ts +65 -23
  478. package/lib/apaas/service/apis/openapi.service.d.ts +74 -37
  479. package/lib/apaas/service/apis/pad-page.service.d.ts +103 -41
  480. package/lib/apaas/service/apis/page-designer-log.service.d.ts +82 -33
  481. package/lib/apaas/service/apis/permission.service.d.ts +54 -26
  482. package/lib/apaas/service/apis/plat.service.d.ts +26 -15
  483. package/lib/apaas/service/apis/pm-process-definition-version.service.d.ts +66 -32
  484. package/lib/apaas/service/apis/pm-process-definition.service.d.ts +87 -36
  485. package/lib/apaas/service/apis/pm-process-engine.service.d.ts +150 -67
  486. package/lib/apaas/service/apis/print-designer.service.d.ts +102 -34
  487. package/lib/apaas/service/apis/print-log.service.d.ts +11 -6
  488. package/lib/apaas/service/apis/print.service.d.ts +26 -15
  489. package/lib/apaas/service/apis/process-approval-log.service.d.ts +59 -29
  490. package/lib/apaas/service/apis/process-approve-user.service.d.ts +50 -25
  491. package/lib/apaas/service/apis/process-definition-version.service.d.ts +68 -32
  492. package/lib/apaas/service/apis/process-definition.service.d.ts +59 -28
  493. package/lib/apaas/service/apis/process-engine.service.d.ts +47 -22
  494. package/lib/apaas/service/apis/process-event.service.d.ts +50 -25
  495. package/lib/apaas/service/apis/process-graph.service.d.ts +10 -4
  496. package/lib/apaas/service/apis/process-instance-relation-.service.d.ts +50 -25
  497. package/lib/apaas/service/apis/process-instance.service.d.ts +50 -25
  498. package/lib/apaas/service/apis/process-message-user.service.d.ts +50 -25
  499. package/lib/apaas/service/apis/process-node-definition.service.d.ts +50 -25
  500. package/lib/apaas/service/apis/process-path-user.service.d.ts +50 -25
  501. package/lib/apaas/service/apis/process-path.service.d.ts +28 -12
  502. package/lib/apaas/service/apis/process-task-done.service.d.ts +110 -29
  503. package/lib/apaas/service/apis/process-task-todo.service.d.ts +219 -58
  504. package/lib/apaas/service/apis/process-version.service.d.ts +51 -22
  505. package/lib/apaas/service/apis/process.service.d.ts +45 -22
  506. package/lib/apaas/service/apis/processTest.service.d.ts +76 -31
  507. package/lib/apaas/service/apis/product-release.service.d.ts +93 -30
  508. package/lib/apaas/service/apis/publish-log.service.d.ts +68 -36
  509. package/lib/apaas/service/apis/regexp.service.d.ts +73 -32
  510. package/lib/apaas/service/apis/report-data-set.service.d.ts +83 -42
  511. package/lib/apaas/service/apis/report-data.service.d.ts +16 -9
  512. package/lib/apaas/service/apis/report.service.d.ts +118 -58
  513. package/lib/apaas/service/apis/role-permission.service.d.ts +29 -14
  514. package/lib/apaas/service/apis/role.service.d.ts +69 -25
  515. package/lib/apaas/service/apis/sandbox-config.service.d.ts +77 -39
  516. package/lib/apaas/service/apis/script-assistant.service.d.ts +10 -5
  517. package/lib/apaas/service/apis/script-version-log.service.d.ts +61 -22
  518. package/lib/apaas/service/apis/script-version.service.d.ts +87 -36
  519. package/lib/apaas/service/apis/script.service.d.ts +90 -38
  520. package/lib/apaas/service/apis/service-orchestration-version-log.service.d.ts +66 -25
  521. package/lib/apaas/service/apis/service-orchestration-version.service.d.ts +87 -36
  522. package/lib/apaas/service/apis/service-orchestration.service.d.ts +91 -37
  523. package/lib/apaas/service/apis/sign-history.service.d.ts +49 -26
  524. package/lib/apaas/service/apis/sign-log.service.d.ts +11 -6
  525. package/lib/apaas/service/apis/signature.service.d.ts +11 -6
  526. package/lib/apaas/service/apis/sql-view-model.service.d.ts +45 -22
  527. package/lib/apaas/service/apis/sql-view.service.d.ts +13 -5
  528. package/lib/apaas/service/apis/ss.service.d.ts +19 -6
  529. package/lib/apaas/service/apis/stash.service.d.ts +41 -21
  530. package/lib/apaas/service/apis/sub-model-process.service.d.ts +6 -3
  531. package/lib/apaas/service/apis/sys-config.service.d.ts +49 -26
  532. package/lib/apaas/service/apis/system-var.service.d.ts +96 -43
  533. package/lib/apaas/service/apis/trace-log-details.service.d.ts +94 -46
  534. package/lib/apaas/service/apis/trace-log.service.d.ts +90 -38
  535. package/lib/apaas/service/apis/trace-mainline-ext.service.d.ts +50 -25
  536. package/lib/apaas/service/apis/trace-mainline.service.d.ts +50 -25
  537. package/lib/apaas/service/apis/trace-setting.service.d.ts +32 -17
  538. package/lib/apaas/service/apis/user-group-relation.service.d.ts +28 -16
  539. package/lib/apaas/service/apis/user-group.service.d.ts +59 -32
  540. package/lib/apaas/service/apis/view-model.service.d.ts +120 -57
  541. package/lib/apaas/service/apis/wash.service.d.ts +9 -8
  542. package/lib/apaas/service/apis/webpage.service.d.ts +128 -56
  543. package/lib/apaas/service/entities.d.ts +643 -2209
  544. package/lib/apaas/service/index.d.ts +6 -6
  545. package/lib/ipaas/service/api-config.cjs +46 -109
  546. package/lib/ipaas/service/apis/auth.service.d.ts +20 -10
  547. package/lib/ipaas/service/apis/camel.service.d.ts +45 -25
  548. package/lib/ipaas/service/apis/category.service.d.ts +6 -3
  549. package/lib/ipaas/service/apis/connector-config.service.d.ts +81 -40
  550. package/lib/ipaas/service/apis/connector-log.service.d.ts +32 -14
  551. package/lib/ipaas/service/apis/flow-app.service.d.ts +56 -30
  552. package/lib/ipaas/service/apis/flow-category.service.d.ts +156 -55
  553. package/lib/ipaas/service/apis/flow-ext.service.d.ts +67 -34
  554. package/lib/ipaas/service/apis/flow.service.d.ts +79 -32
  555. package/lib/ipaas/service/apis/runtime.service.d.ts +19 -11
  556. package/lib/ipaas/service/entities.d.ts +26 -26
  557. package/lib/platform/service/api-config.cjs +684 -1842
  558. package/lib/platform/service/apis/agent.service.d.ts +49 -26
  559. package/lib/platform/service/apis/api.service.d.ts +1162 -511
  560. package/lib/platform/service/apis/apk.service.d.ts +47 -33
  561. package/lib/platform/service/apis/app-member.service.d.ts +79 -28
  562. package/lib/platform/service/apis/app-setting.service.d.ts +80 -35
  563. package/lib/platform/service/apis/app.service.d.ts +616 -200
  564. package/lib/platform/service/apis/assets.service.d.ts +80 -28
  565. package/lib/platform/service/apis/attachmentResourceTransfer.service.d.ts +7 -3
  566. package/lib/platform/service/apis/audit-log.service.d.ts +32 -20
  567. package/lib/platform/service/apis/bi-app.service.d.ts +11 -3
  568. package/lib/platform/service/apis/bi-data-set.service.d.ts +54 -29
  569. package/lib/platform/service/apis/bi-file-dataset-config.service.d.ts +63 -30
  570. package/lib/platform/service/apis/bi-file.service.d.ts +14 -5
  571. package/lib/platform/service/apis/bi-share.service.d.ts +58 -27
  572. package/lib/platform/service/apis/buildEnshrineCompLibrary.service.d.ts +6 -2
  573. package/lib/platform/service/apis/category.service.d.ts +94 -46
  574. package/lib/platform/service/apis/clearLogLogin.service.d.ts +6 -2
  575. package/lib/platform/service/apis/clearLogOperate.service.d.ts +6 -2
  576. package/lib/platform/service/apis/clearTempDir.service.d.ts +6 -2
  577. package/lib/platform/service/apis/copyFilter.service.d.ts +7 -3
  578. package/lib/platform/service/apis/dashboard.service.d.ts +63 -30
  579. package/lib/platform/service/apis/data-source.service.d.ts +100 -44
  580. package/lib/platform/service/apis/data-trace.service.d.ts +50 -31
  581. package/lib/platform/service/apis/database.service.d.ts +149 -70
  582. package/lib/platform/service/apis/dataset-log.service.d.ts +54 -26
  583. package/lib/platform/service/apis/dataset.service.d.ts +173 -78
  584. package/lib/platform/service/apis/datasource-devops.service.d.ts +42 -23
  585. package/lib/platform/service/apis/datasource-move-data.service.d.ts +58 -27
  586. package/lib/platform/service/apis/datasource-move-detail.service.d.ts +54 -26
  587. package/lib/platform/service/apis/datasource-move.service.d.ts +47 -26
  588. package/lib/platform/service/apis/deleteCompInfo.service.d.ts +11 -4
  589. package/lib/platform/service/apis/deleteCompInfoType.service.d.ts +11 -4
  590. package/lib/platform/service/apis/deleteCsvDatasource.service.d.ts +11 -4
  591. package/lib/platform/service/apis/deleteEchartTheme.service.d.ts +11 -4
  592. package/lib/platform/service/apis/deleteEnshrineComp.service.d.ts +11 -4
  593. package/lib/platform/service/apis/deleteEnshrineCompGroup.service.d.ts +11 -4
  594. package/lib/platform/service/apis/deleteFilter.service.d.ts +11 -4
  595. package/lib/platform/service/apis/deleteLogOperateById.service.d.ts +11 -4
  596. package/lib/platform/service/apis/deleteMapGeoJson.service.d.ts +11 -4
  597. package/lib/platform/service/apis/deleteNotUseDir.service.d.ts +6 -2
  598. package/lib/platform/service/apis/deletePageSnapshoot.service.d.ts +11 -4
  599. package/lib/platform/service/apis/deletePageTemplate.service.d.ts +11 -4
  600. package/lib/platform/service/apis/deletePnResource.service.d.ts +11 -4
  601. package/lib/platform/service/apis/deletePnResourceGroup.service.d.ts +11 -4
  602. package/lib/platform/service/apis/device-interconnection-param.service.d.ts +62 -32
  603. package/lib/platform/service/apis/device-interconnection.service.d.ts +72 -34
  604. package/lib/platform/service/apis/device-param-ref.service.d.ts +28 -12
  605. package/lib/platform/service/apis/exportTemplate.service.d.ts +60 -38
  606. package/lib/platform/service/apis/external-message.service.d.ts +50 -25
  607. package/lib/platform/service/apis/file-task.service.d.ts +100 -39
  608. package/lib/platform/service/apis/file.service.d.ts +28 -23
  609. package/lib/platform/service/apis/front-release.service.d.ts +5 -4
  610. package/lib/platform/service/apis/getAdCodeByAliasName.service.d.ts +10 -6
  611. package/lib/platform/service/apis/getAllCompInfo.service.d.ts +6 -2
  612. package/lib/platform/service/apis/getAllCompInfoByTypeId.service.d.ts +10 -6
  613. package/lib/platform/service/apis/getAllCompInfoType.service.d.ts +6 -2
  614. package/lib/platform/service/apis/getAllCsvDatasource.service.d.ts +10 -6
  615. package/lib/platform/service/apis/getAllEchartTheme.service.d.ts +6 -2
  616. package/lib/platform/service/apis/getAllEnshrineCompGroups.service.d.ts +6 -2
  617. package/lib/platform/service/apis/getAllFilter.service.d.ts +6 -2
  618. package/lib/platform/service/apis/getAllPageTemplate.service.d.ts +6 -2
  619. package/lib/platform/service/apis/getAttachmentInfoByPage.service.d.ts +7 -3
  620. package/lib/platform/service/apis/getCompInfoById.service.d.ts +10 -6
  621. package/lib/platform/service/apis/getCompInfoByPage.service.d.ts +7 -3
  622. package/lib/platform/service/apis/getCompInfoTypeById.service.d.ts +10 -6
  623. package/lib/platform/service/apis/getCompInfoTypeByPage.service.d.ts +7 -3
  624. package/lib/platform/service/apis/getContentToArray.service.d.ts +14 -7
  625. package/lib/platform/service/apis/getCsvDatasourceById.service.d.ts +10 -6
  626. package/lib/platform/service/apis/getCsvDatasourceByName.service.d.ts +10 -6
  627. package/lib/platform/service/apis/getCsvDatasourceByPage.service.d.ts +7 -3
  628. package/lib/platform/service/apis/getDesignerData.service.d.ts +10 -6
  629. package/lib/platform/service/apis/getEchartThemeById.service.d.ts +10 -6
  630. package/lib/platform/service/apis/getEchartThemeByPage.service.d.ts +7 -3
  631. package/lib/platform/service/apis/getEnshrineCompByPage.service.d.ts +7 -3
  632. package/lib/platform/service/apis/getEnshrineCompGroupById.service.d.ts +10 -6
  633. package/lib/platform/service/apis/getEnshrineCompGroupByPage.service.d.ts +7 -3
  634. package/lib/platform/service/apis/getFilterById.service.d.ts +10 -6
  635. package/lib/platform/service/apis/getGeoJsonByAdCode.service.d.ts +10 -6
  636. package/lib/platform/service/apis/getLayoutItemObjById.service.d.ts +10 -6
  637. package/lib/platform/service/apis/getLogLoginByPage.service.d.ts +7 -3
  638. package/lib/platform/service/apis/getMapBaseInfoByLevel.service.d.ts +10 -6
  639. package/lib/platform/service/apis/getMapGeoJsonById.service.d.ts +10 -6
  640. package/lib/platform/service/apis/getMapGeoJsonByPage.service.d.ts +7 -3
  641. package/lib/platform/service/apis/getMyAllPnResourceGroup.service.d.ts +6 -2
  642. package/lib/platform/service/apis/getMyEchartThemes.service.d.ts +6 -2
  643. package/lib/platform/service/apis/getMyPnResourceByPage.service.d.ts +6 -5
  644. package/lib/platform/service/apis/getMyShareCustomCompByPage.service.d.ts +7 -3
  645. package/lib/platform/service/apis/getPageSnapshootByEnabled.service.d.ts +14 -7
  646. package/lib/platform/service/apis/getPageSnapshootById.service.d.ts +10 -6
  647. package/lib/platform/service/apis/getPageSnapshootsByPageId.service.d.ts +10 -6
  648. package/lib/platform/service/apis/getPageTemplateById.service.d.ts +10 -6
  649. package/lib/platform/service/apis/getPageTemplateByPage.service.d.ts +7 -3
  650. package/lib/platform/service/apis/getPageTemplateForCreatePageForm.service.d.ts +7 -3
  651. package/lib/platform/service/apis/getPageTemplateLayout.service.d.ts +10 -6
  652. package/lib/platform/service/apis/getPageTemplateThemeJson.service.d.ts +10 -6
  653. package/lib/platform/service/apis/getPageTotalCount.service.d.ts +6 -2
  654. package/lib/platform/service/apis/getPnLogOperateByPage.service.d.ts +7 -3
  655. package/lib/platform/service/apis/getPnResourceGroupById.service.d.ts +10 -6
  656. package/lib/platform/service/apis/getProjectTotalCount.service.d.ts +6 -2
  657. package/lib/platform/service/apis/getShareCustomCompById.service.d.ts +10 -6
  658. package/lib/platform/service/apis/getShareCustomCompByPage.service.d.ts +7 -3
  659. package/lib/platform/service/apis/getSysEchartThemes.service.d.ts +6 -2
  660. package/lib/platform/service/apis/httpQuery.service.d.ts +6 -5
  661. package/lib/platform/service/apis/i18n-config.service.d.ts +18 -10
  662. package/lib/platform/service/apis/i18n-info.service.d.ts +85 -35
  663. package/lib/platform/service/apis/importCompInfoJson.service.d.ts +7 -3
  664. package/lib/platform/service/apis/importTemplate.service.d.ts +30 -14
  665. package/lib/platform/service/apis/internal-message.service.d.ts +75 -29
  666. package/lib/platform/service/apis/invoke-log.service.d.ts +57 -19
  667. package/lib/platform/service/apis/knowledge-base-chunk.service.d.ts +50 -25
  668. package/lib/platform/service/apis/knowledge-base-doc.service.d.ts +50 -25
  669. package/lib/platform/service/apis/knowledge-base.service.d.ts +50 -25
  670. package/lib/platform/service/apis/ldap.service.d.ts +5 -4
  671. package/lib/platform/service/apis/license-unbind-log.service.d.ts +6 -3
  672. package/lib/platform/service/apis/license.service.d.ts +189 -73
  673. package/lib/platform/service/apis/login-log.service.d.ts +30 -9
  674. package/lib/platform/service/apis/login.service.d.ts +50 -21
  675. package/lib/platform/service/apis/manager.service.d.ts +27 -10
  676. package/lib/platform/service/apis/message-setting.service.d.ts +110 -47
  677. package/lib/platform/service/apis/minio-file.service.d.ts +16 -7
  678. package/lib/platform/service/apis/model-provider.service.d.ts +50 -25
  679. package/lib/platform/service/apis/model.service.d.ts +49 -26
  680. package/lib/platform/service/apis/nav-menu.service.d.ts +68 -35
  681. package/lib/platform/service/apis/nav-page.service.d.ts +58 -29
  682. package/lib/platform/service/apis/openapi-group.service.d.ts +143 -55
  683. package/lib/platform/service/apis/openapi-key-grant.service.d.ts +67 -32
  684. package/lib/platform/service/apis/org-user-picker.service.d.ts +53 -20
  685. package/lib/platform/service/apis/org.service.d.ts +163 -75
  686. package/lib/platform/service/apis/parseCsvOrExcel.service.d.ts +14 -7
  687. package/lib/platform/service/apis/permission.service.d.ts +40 -22
  688. package/lib/platform/service/apis/plat.service.d.ts +131 -75
  689. package/lib/platform/service/apis/plugin-version.service.d.ts +50 -25
  690. package/lib/platform/service/apis/plugin.service.d.ts +147 -59
  691. package/lib/platform/service/apis/pm-process-delegate-detail.service.d.ts +50 -25
  692. package/lib/platform/service/apis/pm-process-delegate.service.d.ts +50 -25
  693. package/lib/platform/service/apis/pm-process-instance.service.d.ts +66 -32
  694. package/lib/platform/service/apis/pm-task-done.service.d.ts +65 -33
  695. package/lib/platform/service/apis/pm-task-todo.service.d.ts +61 -32
  696. package/lib/platform/service/apis/pn-page.service.d.ts +49 -26
  697. package/lib/platform/service/apis/pn-project.service.d.ts +125 -57
  698. package/lib/platform/service/apis/print-log.service.d.ts +89 -29
  699. package/lib/platform/service/apis/print-resource.service.d.ts +90 -44
  700. package/lib/platform/service/apis/regexp.service.d.ts +73 -32
  701. package/lib/platform/service/apis/released.service.d.ts +78 -26
  702. package/lib/platform/service/apis/resourceTransferToPage.service.d.ts +7 -3
  703. package/lib/platform/service/apis/role-permission.service.d.ts +39 -20
  704. package/lib/platform/service/apis/role.service.d.ts +113 -46
  705. package/lib/platform/service/apis/saveCompInfo.service.d.ts +7 -3
  706. package/lib/platform/service/apis/saveCompInfoType.service.d.ts +7 -3
  707. package/lib/platform/service/apis/saveCsvDatasource.service.d.ts +7 -3
  708. package/lib/platform/service/apis/saveEchartTheme.service.d.ts +7 -3
  709. package/lib/platform/service/apis/saveEnshrineComp.service.d.ts +7 -3
  710. package/lib/platform/service/apis/saveEnshrineCompGroup.service.d.ts +7 -3
  711. package/lib/platform/service/apis/saveFilter.service.d.ts +7 -3
  712. package/lib/platform/service/apis/saveMapGeoJson.service.d.ts +7 -3
  713. package/lib/platform/service/apis/savePageSnapshoot.service.d.ts +7 -3
  714. package/lib/platform/service/apis/savePageTemplate.service.d.ts +7 -3
  715. package/lib/platform/service/apis/savePnResourceGroup.service.d.ts +7 -3
  716. package/lib/platform/service/apis/saveShareCustomComp.service.d.ts +7 -3
  717. package/lib/platform/service/apis/seal-management.service.d.ts +56 -30
  718. package/lib/platform/service/apis/searchEnshrineComp.service.d.ts +7 -3
  719. package/lib/platform/service/apis/seat-message.service.d.ts +11 -2
  720. package/lib/platform/service/apis/seat.service.d.ts +75 -33
  721. package/lib/platform/service/apis/setPageSnapshootEnabled.service.d.ts +7 -3
  722. package/lib/platform/service/apis/setPageSnapshootEnabledByPageId.service.d.ts +7 -3
  723. package/lib/platform/service/apis/shortcut.service.d.ts +100 -39
  724. package/lib/platform/service/apis/sign-log.service.d.ts +46 -27
  725. package/lib/platform/service/apis/sms.service.d.ts +11 -6
  726. package/lib/platform/service/apis/started-process.service.d.ts +48 -20
  727. package/lib/platform/service/apis/task-delegate.service.d.ts +72 -33
  728. package/lib/platform/service/apis/task-done.service.d.ts +44 -19
  729. package/lib/platform/service/apis/task-todo.service.d.ts +44 -19
  730. package/lib/platform/service/apis/tenant-developer.service.d.ts +87 -39
  731. package/lib/platform/service/apis/tenant.service.d.ts +370 -150
  732. package/lib/platform/service/apis/toggleEnabled.service.d.ts +7 -3
  733. package/lib/platform/service/apis/uncompressLogOperateLayoutStr.service.d.ts +7 -3
  734. package/lib/platform/service/apis/uploadFiles.service.d.ts +88 -45
  735. package/lib/platform/service/apis/user-extra.service.d.ts +49 -26
  736. package/lib/platform/service/apis/user-info-log.service.d.ts +53 -27
  737. package/lib/platform/service/apis/user-password-history.service.d.ts +50 -25
  738. package/lib/platform/service/apis/user.service.d.ts +207 -106
  739. package/lib/platform/service/apis/workbench-component-relation.service.d.ts +77 -36
  740. package/lib/platform/service/apis/workbench-component.service.d.ts +58 -27
  741. package/lib/platform/service/entities.d.ts +255 -1319
  742. package/lib/platform/service/index.d.ts +0 -4
  743. package/lib/service/api-service.cjs +71 -48
  744. package/lib/service/http.error.cjs +46 -0
  745. package/lib/service/http.util.cjs +108 -31
  746. package/lib/service/index.cjs +9 -2
  747. package/lib/types/index.d.ts +48 -0
  748. package/package.json +37 -17
  749. package/es/apaas/service/apis/V2.service.d.ts +0 -50
  750. package/es/apaas/service/apis/qms.service.d.ts +0 -91
  751. package/es/platform/service/apis/V2.service.d.ts +0 -68
  752. package/lib/apaas/service/apis/V2.service.d.ts +0 -50
  753. package/lib/apaas/service/apis/qms.service.d.ts +0 -91
  754. package/lib/platform/service/apis/V2.service.d.ts +0 -68
@@ -1,22 +1 @@
1
- import Qe from"util";import ae,{Readable as Hn}from"stream";import Ds from"path";import Oa from"http";import ka from"https";import ra from"url";import Wn from"fs";import bs from"crypto";import Qs from"http2";import Jn from"assert";import ws from"tty";import Xn from"os";import ye from"zlib";import{EventEmitter as Yn}from"events";const Zn=[{name:"v2",entityName:"V2",apis:[{mode:"post",method:"postAgent",path:"agent",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteAgent",path:"agent",hasQuery:!0,hasData:!1},{mode:"get",method:"getAgentInfo",path:"agent/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postAgentList",path:"agent/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postAgentPageList",path:"agent/page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putAgentId",path:"agent/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postKnowledgeBaseDoc",path:"knowledge-base-doc",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteKnowledgeBaseDoc",path:"knowledge-base-doc",hasQuery:!0,hasData:!1},{mode:"post",method:"postKnowledgeBaseDocChunkPageList",path:"knowledge-base-doc/chunk/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getKnowledgeBaseDocInfo",path:"knowledge-base-doc/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postKnowledgeBaseDocPageList",path:"knowledge-base-doc/page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putKnowledgeCategory",path:"knowledge-category",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteKnowledgeCategory",path:"knowledge-category",hasQuery:!0,hasData:!1},{mode:"get",method:"getKnowledgeCategoryInfo",path:"knowledge-category/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getKnowledgeCategoryListCategoryKbId",path:"knowledge-category/listCategory/{kbId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postKnowledgeCategorySave",path:"knowledge-category/save",hasQuery:!1,hasData:!0}]},{name:"appBranch",entityName:"app-branch",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appGlobalSettings",entityName:"app-global-settings",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appGrantedUser",entityName:"app-granted-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"post",method:"postBatch",path:"batch",hasQuery:!1,hasData:!0},{mode:"get",method:"getGrantedStatistic",path:"grantedStatistic",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getRemoveAndTransfer",path:"removeAndTransfer",hasQuery:!0,hasData:!1},{mode:"get",method:"getUngrantedList",path:"ungranted/list",hasQuery:!1,hasData:!1}]},{name:"appOrg",entityName:"app-org",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserMove",path:"user/move",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRemove",path:"user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appPublishLog",entityName:"app-publish-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appState",entityName:"app-state",apis:[{mode:"get",method:"getDraft",path:"draft",hasQuery:!1,hasData:!1}]},{name:"appUser",entityName:"app-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!1,hasData:!0},{mode:"put",method:"putDisable",path:"disable",hasQuery:!0,hasData:!1},{mode:"put",method:"putEnable",path:"enable",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemove",path:"remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"approvalLog",entityName:"approval-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getModules",path:"modules",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperateTypes",path:"operateTypes",hasQuery:!0,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0}]},{name:"basicConfig",entityName:"basic-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"get",method:"getAiRagEnabled",path:"aiRagEnabled",hasQuery:!1,hasData:!1},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"post",method:"postGlobal",path:"global",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postTheme",path:"theme",hasQuery:!1,hasData:!0},{mode:"put",method:"putKey",path:"{key}",hasQuery:!1,hasData:!0}]},{name:"bizEvent",entityName:"biz-event",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"bizProcessDefinition",entityName:"biz-process-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"bizProcessDefinitionVersion",entityName:"biz-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasQuery:!1,hasData:!0},{mode:"get",method:"getId",path:"",hasQuery:!0,hasData:!1}]},{name:"bizServiceCrud",entityName:"biz-service-crud",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataModelList",path:"data-model/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"bizService",entityName:"biz-service",apis:[{mode:"get",method:"getModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteModelKeyBsKey",path:"{modelKey}/{bsKey}",hasQuery:!0,hasData:!1}]},{name:"bom",entityName:"bom",apis:[{mode:"post",method:"postImport",path:"import",hasQuery:!1,hasData:!1}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetListRdoOrNdo",path:"getListRdoOrNdo",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListComplete",path:"listComplete",hasQuery:!0,hasData:!1},{mode:"get",method:"getPage",path:"page",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"categoryRelation",entityName:"category-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"chat",entityName:"chat",apis:[{mode:"post",method:"postImportExcel",path:"importExcel",hasQuery:!0,hasData:!1}]},{name:"codeTs",entityName:"code-ts",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1}]},{name:"commitLog",entityName:"commit-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCanPublishProdReleaseTagList",path:"canPublishProdReleaseTagList",hasQuery:!1,hasData:!1},{mode:"get",method:"getCanReleaseTagList",path:"canReleaseTagList",hasQuery:!1,hasData:!1},{mode:"post",method:"postCommit",path:"commit",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetLatestCommit",path:"getLatestCommit",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getReleaseInfo",path:"release/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getReleasePageList",path:"release/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewDetail",path:"viewDetail",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewDraft",path:"viewDraft",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"commonInfoCard",entityName:"common-info-card",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetById",path:"getById",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"controlConfig",entityName:"control-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCategoryList",path:"category/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoTypeRefId",path:"info/{type}/{refId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSpecialPageList",path:"special/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"customerComplaint",entityName:"customer-complaint",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSync",path:"sync",hasQuery:!1,hasData:!1},{mode:"get",method:"getUpdateFeishu",path:"updateFeishu",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataModel",entityName:"data-model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSelect",path:"select",hasQuery:!1,hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"designerCommon",entityName:"designer-common",apis:[{mode:"get",method:"getEnumModelFieldList",path:"enumModelField/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetApp",path:"getApp",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetCanBeUsedOrg",path:"getCanBeUsedOrg",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetCanBeUsedOrgUser",path:"getCanBeUsedOrgUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetUserGroupUser",path:"getUserGroupUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVisibleOrg",path:"getVisibleOrg",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVisibleOrgUser",path:"getVisibleOrgUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVisibleUser",path:"getVisibleUser",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVisibleUserAndVisibleOrgUser",path:"getVisibleUserAndVisibleOrgUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getListUserByIds",path:"listUserByIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getTableEntityModelList",path:"table-entity-model/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadFile",path:"upload/file",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadLabelImage",path:"upload/label/image",hasQuery:!1,hasData:!1},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!1,hasData:!1}]},{name:"designerLock",entityName:"designer-lock",apis:[{mode:"post",method:"postCancelOccupyPage",path:"cancelOccupyPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetPageOccupyMsg",path:"getPageOccupyMsg",hasQuery:!0,hasData:!1},{mode:"post",method:"postLockPage",path:"lockPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postOccupyPage",path:"occupyPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postUnLockPage",path:"unLockPage",hasQuery:!1,hasData:!0}]},{name:"designerOperateLog",entityName:"designer-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"devops",entityName:"devops",apis:[{mode:"get",method:"getListAllDigitsFields",path:"listAllDigitsFields",hasQuery:!1,hasData:!1},{mode:"post",method:"postUpdateDigits",path:"updateDigits",hasQuery:!1,hasData:!0}]},{name:"dhr",entityName:"dhr",apis:[{mode:"get",method:"getLogFindByTraceId",path:"log/findByTraceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getLogListIsntanceId",path:"log/list/{isntanceId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postProcessApprove",path:"process/approve",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasQuery:!1,hasData:!0}]},{name:"difyChat",entityName:"dify-chat",apis:[{mode:"post",method:"postAsyncDocument",path:"asyncDocument",hasQuery:!1,hasData:!0},{mode:"post",method:"postChat",path:"chat",hasQuery:!1,hasData:!0}]},{name:"docControlStarted",entityName:"doc-control-started",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"docControlTaskDone",entityName:"doc-control-task-done",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"docControlTaskTodo",entityName:"doc-control-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getCount",path:"count",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"docControl",entityName:"doc-control",apis:[{mode:"post",method:"postProcessApprove",path:"process/approve",hasQuery:!1,hasData:!0},{mode:"get",method:"getProcessInfo",path:"process/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessResubmit",path:"process/resubmit",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasQuery:!1,hasData:!0},{mode:"get",method:"getProcessStartProcess",path:"process/startProcess",hasQuery:!0,hasData:!1}]},{name:"docOutline",entityName:"doc-outline",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByInstance",path:"listByInstance",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByRefId",path:"listByRefId",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSheet",path:"sheet",hasQuery:!0,hasData:!1},{mode:"get",method:"getSheetByInstance",path:"sheetByInstance",hasQuery:!0,hasData:!1},{mode:"get",method:"getSheetByRefId",path:"sheetByRefId",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"document",entityName:"document",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopy",path:"copy",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putDesignId",path:"design/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDocumentDataClean",path:"documentDataClean",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"edhrCategory",entityName:"edhr-category",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"edhrCirculationFormRelateModel",entityName:"edhr-circulationFormRelateModel",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"edhrInstance",entityName:"edhr-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindMaterialNo",path:"findMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPageListGroup",path:"page/list/group",hasQuery:!1,hasData:!0},{mode:"get",method:"getReversePageList",path:"reverse/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getRunningPage",path:"running/page",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateInstanceStatusById4ArchivedId",path:"updateInstanceStatusById4Archived/{id}",hasQuery:!1,hasData:!1}]},{name:"edhrInstanceRelation",entityName:"edhr-instance-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getListTree",path:"list/tree",hasQuery:!0,hasData:!1},{mode:"get",method:"getListChild",path:"listChild",hasQuery:!0,hasData:!1}]},{name:"edhrInstanceSearchHistory",entityName:"edhr-instance-search-history",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"edhrTmpl",entityName:"edhr-tmpl",apis:[{mode:"post",method:"postControl",path:"control",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0}]},{name:"eleSearch",entityName:"ele-search",apis:[{mode:"get",method:"getSearchByKey",path:"searchByKey",hasQuery:!0,hasData:!1}]},{name:"enumModel",entityName:"enum-model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSubmitWithFields",path:"submitWithFields",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateIconStateId",path:"updateIconState/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateTextStateId",path:"updateTextState/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"enumModelField",entityName:"enum-model-field",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"event",entityName:"event",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"eventLog",entityName:"event-log",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"excelTmpl",entityName:"excel-tmpl",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postConfig",path:"config",hasQuery:!1,hasData:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"get",method:"getDownloadPlatId",path:"download-plat/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getDownloadId",path:"download/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInitTmpl",path:"init/tmpl",hasQuery:!0,hasData:!1},{mode:"post",method:"postInitTmpl",path:"init/tmpl",hasQuery:!0,hasData:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postV1Config",path:"v1/config",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"excel",entityName:"excel",apis:[{mode:"get",method:"getDataDoImport",path:"data/doImport",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataExport",path:"data/export",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataImport",path:"data/import",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataPreview",path:"data/preview",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataReport",path:"data/report",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataValidate",path:"data/validate",hasQuery:!0,hasData:!1}]},{name:"fieldMeta",entityName:"field-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCompleteDataVersion",path:"complete/dataVersion",hasQuery:!1,hasData:!1},{mode:"put",method:"putDecimalDigitsAllDigits",path:"decimal/digits/all/{digits}",hasQuery:!1,hasData:!1},{mode:"post",method:"postFuncCheck",path:"func/check",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListConditionField",path:"listConditionField",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0,hasData:!1},{mode:"put",method:"putPageRecycledRestoreFieldId",path:"page/recycledRestore/{fieldId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postPreview",path:"preview",hasQuery:!1,hasData:!0},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"put",method:"putUniqueConstraintAddModelKeyFieldKeyType",path:"unique/constraint/add/{modelKey}/{fieldKey}/{type}",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"field",entityName:"field",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0,hasData:!1}]},{name:"fileResource",entityName:"file-resource",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasQuery:!1,hasData:!0},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpload",path:"upload",hasQuery:!0,hasData:!1}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"get",method:"getStart",path:"start",hasQuery:!1,hasData:!1},{mode:"post",method:"postStatus",path:"status",hasQuery:!1,hasData:!0},{mode:"post",method:"postSubmit",path:"submit",hasQuery:!1,hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postPdfEncode",path:"pdf/encode",hasQuery:!0,hasData:!1},{mode:"post",method:"postPdfPage",path:"pdf/page",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0,hasData:!1}]},{name:"form",entityName:"form",apis:[{mode:"post",method:"postChangeProcessApprove",path:"change/process/approve",hasQuery:!1,hasData:!0},{mode:"post",method:"postChangeProcessInterfereReassign",path:"change/process/interfere/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postChangeProcessInterfereReturn",path:"change/process/interfere/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postChangeProcessJump",path:"change/process/jump",hasQuery:!1,hasData:!0},{mode:"post",method:"postChangeProcessReassign",path:"change/process/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postChangeProcessReturn",path:"change/process/return",hasQuery:!1,hasData:!0}]},{name:"formRelate",entityName:"formRelate",apis:[{mode:"get",method:"getCategory",path:"category",hasQuery:!0,hasData:!1},{mode:"post",method:"postCategory",path:"category",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0,hasData:!1},{mode:"put",method:"putCategoryDrag",path:"category/drag",hasQuery:!1,hasData:!0},{mode:"put",method:"putCategoryId",path:"category/{id}",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllCategory",path:"listAllCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListAllModelKey",path:"page/listAllModelKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListFormAppendChild",path:"page/listFormAppendChild",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListFormNoChild",path:"page/listFormNoChild",hasQuery:!0,hasData:!1}]},{name:"frontOperateLog",entityName:"front-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"globalMethod",entityName:"global-method",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCurrentTime",path:"currentTime",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putKey",path:"{key}",hasQuery:!1,hasData:!0}]},{name:"instanceRelation",entityName:"instance-relation",apis:[{mode:"post",method:"postBind",path:"bind",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteUnbind",path:"unbind",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateTitle",path:"updateTitle",hasQuery:!0,hasData:!1}]},{name:"ipaas",entityName:"ipaas",apis:[{mode:"post",method:"postWebhook",path:"webhook",hasQuery:!1,hasData:!0}]},{name:"job",entityName:"job",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCronValid",path:"cron/valid",hasQuery:!1,hasData:!0},{mode:"post",method:"postExec",path:"exec",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putStatusId",path:"status/{id}",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"jobLog",entityName:"job-log",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"jsEngine",entityName:"js-engine",apis:[{mode:"get",method:"getExecKey",path:"exec/{key}",hasQuery:!0,hasData:!1},{mode:"post",method:"postExecKey",path:"exec/{key}",hasQuery:!0,hasData:!1},{mode:"post",method:"postExecute",path:"execute",hasQuery:!1,hasData:!0}]},{name:"label",entityName:"label",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postBtw",path:"btw",hasQuery:!1,hasData:!0},{mode:"get",method:"getBtwPageList",path:"btw/page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBtwRemoveVersionById",path:"btw/removeVersionById",hasQuery:!0,hasData:!1},{mode:"put",method:"putBtwUpdateDesigner",path:"btw/updateDesigner",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopy",path:"copy",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getEntityInfo",path:"entity/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getEntityUpdateDatetimeSql",path:"entity/update/datetime/sql",hasQuery:!1,hasData:!1},{mode:"get",method:"getExecute",path:"execute",hasQuery:!1,hasData:!1},{mode:"get",method:"getExport",path:"export",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postImport",path:"import",hasQuery:!1,hasData:!1},{mode:"get",method:"getLabelCategoryTree",path:"labelCategoryTree",hasQuery:!0,hasData:!1},{mode:"post",method:"postLabelDuplicateNameCheck",path:"labelDuplicateNameCheck",hasQuery:!1,hasData:!0},{mode:"get",method:"getLabelParentDataClean",path:"labelParentDataClean",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListFont",path:"listFont",hasQuery:!1,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"get",method:"getTest",path:"test",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesigner",path:"updateDesigner",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postXmlSetting",path:"xmlSetting",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"labelLog",entityName:"label-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"post",method:"postUserLoginLogPage",path:"userLoginLogPage",hasQuery:!1,hasData:!0}]},{name:"menuConfig",entityName:"menu-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getAvailableList",path:"available/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"mergeLog",entityName:"merge-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"messageRecord",entityName:"message-record",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"get",method:"getFindAllByType",path:"findAllByType",hasQuery:!0,hasData:!1},{mode:"post",method:"postSendMessageByType",path:"sendMessageByType",hasQuery:!1,hasData:!0}]},{name:"messageTmpl",entityName:"message-tmpl",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListByModelKey",path:"listByModelKey",hasQuery:!0,hasData:!1},{mode:"put",method:"putOpened",path:"opened",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postProcessSend",path:"processSend",hasQuery:!1,hasData:!0},{mode:"post",method:"postSend",path:"send",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"mobileHomepage",entityName:"mobile-homepage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetSelected",path:"getSelected",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSelect",path:"select",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"mobilePage",entityName:"mobile-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"modelComprehensive",entityName:"model-comprehensive",apis:[{mode:"delete",method:"deleteBizServiceApi",path:"biz-service-api",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceApiListModelCategory",path:"biz-service-api/list/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceApiId",path:"biz-service-api/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postBizServiceApiModelCategory",path:"biz-service-api/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postBizServiceGeneralModelCategoryModelKeyBsKey",path:"biz-service/general/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getEnumInfoModelCategory",path:"enum/info/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"post",method:"postExportModelCategoryModelKeyTmplKey",path:"export/{modelCategory}/{modelKey}/{tmplKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getFieldListModelCategory",path:"field/list/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getMethodListModelCategory",path:"method/list/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelDetailListByKeysModelCategory",path:"model/detail/listByKeys/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelDetailModelCategory",path:"model/detail/{modelCategory}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelForm",path:"model/form",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelSummary",path:"model/summary",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelSystem",path:"model/system",hasQuery:!1,hasData:!1},{mode:"post",method:"postQueryAllModelDataAndDrillData",path:"queryAllModelDataAndDrillData",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryFieldValueByRefChainDataModelCategory",path:"queryFieldValueByRefChainData/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryModelDataAndDrillData",path:"queryModelDataAndDrillData",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefChainDataModelCategory",path:"queryRefChainData/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefDataModelCategory",path:"queryRefData/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefDataByIdModelCategory",path:"queryRefDataById/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQueryRefDataByIdsModelCategory",path:"queryRefDataByIds/{modelCategory}",hasQuery:!1,hasData:!0},{mode:"post",method:"postQuerySearchRefChainData",path:"querySearchRefChainData",hasQuery:!1,hasData:!0},{mode:"get",method:"getSubModelList",path:"sub-model/list",hasQuery:!0,hasData:!1}]},{name:"modelData",entityName:"model-data",apis:[{mode:"post",method:"postAllModelLiquibaseSoftDeleteDataClean",path:"allModelLiquibaseSoftDeleteDataClean",hasQuery:!1,hasData:!1},{mode:"post",method:"postAllModelSoftDeleteDataClean",path:"allModelSoftDeleteDataClean",hasQuery:!1,hasData:!1},{mode:"get",method:"getCheckFieldValueExist",path:"checkFieldValueExist",hasQuery:!0,hasData:!1},{mode:"post",method:"postQueryRefData",path:"queryRefData",hasQuery:!1,hasData:!0},{mode:"post",method:"postSingleModelSoftDeleteDataClean",path:"singleModelSoftDeleteDataClean",hasQuery:!0,hasData:!1}]},{name:"modelMeta",entityName:"model-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getAggList",path:"agg/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAggModel",path:"agg/model",hasQuery:!0,hasData:!1},{mode:"get",method:"getByKeys",path:"by/keys",hasQuery:!0,hasData:!1},{mode:"put",method:"putConstantModelKey",path:"constant/{modelKey}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataPermissionList",path:"data-permission/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"put",method:"putDisplayModelKeyFieldKey",path:"display/{modelKey}/{fieldKey}",hasQuery:!1,hasData:!1},{mode:"get",method:"getEr",path:"er",hasQuery:!1,hasData:!1},{mode:"get",method:"getFindAllByTypeIn",path:"findAllByTypeIn",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAll",path:"list-all",hasQuery:!1,hasData:!1},{mode:"get",method:"getListAllModelAndFieldByName",path:"listAllModelAndFieldByName",hasQuery:!0,hasData:!1},{mode:"get",method:"getListMasterModel",path:"listMasterModel",hasQuery:!0,hasData:!1},{mode:"get",method:"getListModelReferencedBy",path:"listModelReferencedBy",hasQuery:!0,hasData:!1},{mode:"get",method:"getListSlaveModel",path:"listSlaveModel",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0,hasData:!1},{mode:"put",method:"putPageRecycledRestoreModelKey",path:"page/recycledRestore/{modelKey}",hasQuery:!1,hasData:!1},{mode:"get",method:"getPermissionEnabledList",path:"permission-enabled/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPermissionRelation",path:"permission/relation",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasQuery:!1,hasData:!1},{mode:"get",method:"getSupportProcess",path:"support-process",hasQuery:!1,hasData:!1},{mode:"get",method:"getTranslateModelFieldExp",path:"translateModelFieldExp",hasQuery:!0,hasData:!1},{mode:"get",method:"getUnrelatedList",path:"unrelated/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0},{mode:"put",method:"putModelKeyEnabled",path:"{modelKey}/{enabled}",hasQuery:!1,hasData:!1}]},{name:"modelMethod",entityName:"model-method",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataModelList",path:"data-model/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"modelPermissionRelation",entityName:"model-permission-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"model",entityName:"model",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0,hasData:!1}]},{name:"ocr",entityName:"ocr",apis:[{mode:"post",method:"post",path:"**",hasQuery:!1,hasData:!1}]},{name:"office",entityName:"office",apis:[{mode:"post",method:"postDocxJson",path:"docx-json",hasQuery:!1,hasData:!1}]},{name:"onlineFormCategory",entityName:"online-form-category",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"onlineFormChangeHistory",entityName:"online-form-change-history",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"onlineFormInstance",entityName:"online-form-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppendixFormList",path:"appendix/form/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataIds",path:"dataIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0,hasData:!1},{mode:"get",method:"getDhrFormList",path:"dhr/form/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByMaterialNoAndDocOutlineId",path:"findByMaterialNoAndDocOutlineId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByOfTmplIdAndEdhrInstanceId",path:"findByOfTmplIdAndEdhrInstanceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByTmplIdAndMaterialNo",path:"findByTmplIdAndMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindOfTaskBySerialNo4Change",path:"findOfTaskBySerialNo4Change",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindPage4EdhrInstance",path:"findPage4EdhrInstance",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindRelationInfoById",path:"findRelationInfoById",hasQuery:!0,hasData:!1},{mode:"get",method:"getFormPageList",path:"form/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetOne",path:"getOne",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetRelatedProduct",path:"getRelatedProduct",hasQuery:!0,hasData:!1},{mode:"get",method:"getHoldLockUser",path:"hold/lock/user",hasQuery:!0,hasData:!1},{mode:"post",method:"postHoldUnlock",path:"hold/unlock",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByRecordNo",path:"info/byRecordNo",hasQuery:!0,hasData:!1},{mode:"post",method:"postInfos",path:"infos",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getQuery",path:"query",hasQuery:!0,hasData:!1},{mode:"post",method:"postRefreshSnapshot",path:"refresh/snapshot",hasQuery:!0,hasData:!1},{mode:"get",method:"getRelateFormPageList",path:"relate/form/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRelatedInstAppend",path:"related/inst/append",hasQuery:!1,hasData:!0},{mode:"post",method:"postRelatedInstBind",path:"related/inst/bind",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteRelatedInstRemove",path:"related/inst/remove",hasQuery:!0,hasData:!1},{mode:"post",method:"postRelatedInstUnbind",path:"related/inst/unbind",hasQuery:!1,hasData:!0},{mode:"get",method:"getReverseTracePageList",path:"reverse/trace/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postTask",path:"task",hasQuery:!1,hasData:!0},{mode:"post",method:"postTaskPageList",path:"task/page/list",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteTaskRemoveOfInstId",path:"task/remove/{ofInstId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getTaskResendOfInstId",path:"task/resend/{ofInstId}",hasQuery:!1,hasData:!1},{mode:"put",method:"putTaskUpdate",path:"task/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putTaskId",path:"task/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postTaskForm",path:"taskForm",hasQuery:!1,hasData:!0},{mode:"get",method:"getTracePageList",path:"trace/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDescription",path:"updateDescription",hasQuery:!1,hasData:!0}]},{name:"onlineFormLog",entityName:"online-form-log",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"onlineFormTmplLog",entityName:"online-form-tmpl-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"onlineFormTmpl",entityName:"online-form-tmpl",apis:[{mode:"post",method:"postCopyCustomizeId",path:"copy/customize/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getFormModelsId",path:"formModels/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetCommunicationConfig",path:"getCommunicationConfig",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postInfos",path:"infos",hasQuery:!1,hasData:!0},{mode:"get",method:"getListBaseAndProcessForm",path:"listBaseAndProcessForm",hasQuery:!0,hasData:!1},{mode:"get",method:"getListOnlineFormModels",path:"listOnlineFormModels",hasQuery:!0,hasData:!1},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelId",path:"model/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postRelease",path:"release",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveField",path:"saveField",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveOperation",path:"saveOperation",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasQuery:!1,hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getStash",path:"stash",hasQuery:!0,hasData:!1},{mode:"put",method:"putStashId",path:"stash/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postTest",path:"test",hasQuery:!1,hasData:!1},{mode:"post",method:"postUpdateCommunicationConfigId",path:"updateCommunicationConfig/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerId",path:"updateDesigner/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasQuery:!1,hasData:!0}]},{name:"onlineForm",entityName:"online-form",apis:[{mode:"post",method:"postBaseSubmit",path:"base/submit",hasQuery:!1,hasData:!0},{mode:"post",method:"postBizBizServiceSummary",path:"biz/bizServiceSummary",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataInitProtocolData",path:"data-init/protocol/data",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataInitProtocolFieldMeta",path:"data-init/protocol/fieldMeta",hasQuery:!0,hasData:!1},{mode:"get",method:"getDataInitProtocolList",path:"data-init/protocol/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postPartialSubmit",path:"partialSubmit",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessAbandon",path:"process/abandon",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessApprove",path:"process/approve",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessApproveQualification",path:"process/approveQualification",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessChange",path:"process/change",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessControl",path:"process/control",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessPartialSubmit",path:"process/partialSubmit",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessResubmitOf",path:"process/resubmitOf",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessSave",path:"process/save",hasQuery:!1,hasData:!0},{mode:"post",method:"postProcessSubmit",path:"process/submit",hasQuery:!1,hasData:!0},{mode:"post",method:"postStash",path:"stash",hasQuery:!1,hasData:!0}]},{name:"onlineUserSummary",entityName:"online-user-summary",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"online",entityName:"online",apis:[{mode:"get",method:"getClients",path:"clients",hasQuery:!0,hasData:!1},{mode:"get",method:"getExit",path:"exit",hasQuery:!0,hasData:!1},{mode:"get",method:"getMaxOnlineUser",path:"maxOnlineUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"openapi",entityName:"openapi",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetApiInfo",path:"getApiInfo",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetApiInfos",path:"getApiInfos",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"padPage",entityName:"pad-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pageDesignerLog",entityName:"page-designer-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"post",method:"postAppGlobal",path:"app/global",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppGlobalInfo",path:"app/global/info",hasQuery:!1,hasData:!1},{mode:"post",method:"postBase",path:"base",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrg",path:"org",hasQuery:!1,hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasQuery:!1,hasData:!0}]},{name:"pmProcessDefinition",entityName:"pm-process-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllProcHasPublishedVersion",path:"listAllProcHasPublishedVersion",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListByPage",path:"page/listByPage",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessDefinitionVersion",entityName:"pm-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSave",path:"save",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdateProcessUser",path:"updateProcessUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getId",path:"",hasQuery:!0,hasData:!1}]},{name:"pmProcessEngine",entityName:"pm-process-engine",apis:[{mode:"post",method:"postApprove",path:"approve",hasQuery:!1,hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllAssignees",path:"listAllAssignees",hasQuery:!1,hasData:!1},{mode:"get",method:"getListAllInitiators",path:"listAllInitiators",hasQuery:!1,hasData:!1},{mode:"get",method:"getModel",path:"model",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postProcExecute",path:"procExecute",hasQuery:!1,hasData:!0},{mode:"get",method:"getProcInstExtension",path:"procInstExtension",hasQuery:!0,hasData:!1},{mode:"post",method:"postReassign",path:"reassign",hasQuery:!1,hasData:!0},{mode:"post",method:"postRefuse",path:"refuse",hasQuery:!1,hasData:!0},{mode:"post",method:"postReject",path:"reject",hasQuery:!1,hasData:!0},{mode:"post",method:"postResubmit",path:"resubmit",hasQuery:!1,hasData:!0},{mode:"post",method:"postStartProcInst",path:"startProcInst",hasQuery:!1,hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0,hasData:!1},{mode:"post",method:"postTerminate",path:"terminate",hasQuery:!1,hasData:!0},{mode:"post",method:"postWithdraw",path:"withdraw",hasQuery:!1,hasData:!0}]},{name:"printDesigner",entityName:"print-designer",apis:[{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0,hasData:!1},{mode:"get",method:"getRdoPageBaseList",path:"rdo/page/base/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getRdoPageList",path:"rdo/page/list",hasQuery:!0,hasData:!1}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postPatchwork",path:"patchwork",hasQuery:!1,hasData:!0}]},{name:"print",entityName:"print",apis:[{mode:"get",method:"getBtwFileTree",path:"btwFileTree",hasQuery:!1,hasData:!1},{mode:"post",method:"postGenerateZplCode",path:"generateZplCode",hasQuery:!1,hasData:!0},{mode:"post",method:"postLabelBackEndPrint",path:"labelBackEndPrint",hasQuery:!1,hasData:!0},{mode:"get",method:"getPrintDropdownList",path:"printDropdownList",hasQuery:!1,hasData:!1},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasQuery:!1,hasData:!0}]},{name:"process",entityName:"process",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processApprovalLog",entityName:"process-approval-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getApproveHistory",path:"approveHistory",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processApproveUser",entityName:"process-approve-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processDefinition",entityName:"process-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postInitProcessAndProcessVersionType",path:"initProcessAndProcessVersion/{type}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processDefinitionVersion",entityName:"process-definition-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopyId",path:"copy/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByParentId",path:"listByParentId",hasQuery:!0,hasData:!1},{mode:"post",method:"postPublishId",path:"publish/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getId",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processEngine",entityName:"process-engine",apis:[{mode:"post",method:"postExecute",path:"execute",hasQuery:!1,hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0,hasData:!1},{mode:"get",method:"getModel",path:"model",hasQuery:!0,hasData:!1},{mode:"post",method:"postReassignment",path:"reassignment",hasQuery:!1,hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0,hasData:!1}]},{name:"processEvent",entityName:"process-event",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processGraph",entityName:"process-graph",apis:[{mode:"get",method:"getGraphInfo",path:"graphInfo",hasQuery:!0,hasData:!1}]},{name:"processInstance",entityName:"process-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processInstanceRelation",entityName:"process-instance-relation-",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processMessageUser",entityName:"process-message-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processNodeDefinition",entityName:"process-node-definition",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processPathUser",entityName:"process-path-user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"processPath",entityName:"process-path",apis:[{mode:"get",method:"getFindAllByOfInstanceId",path:"findAllByOfInstanceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindAllByProcessInstanceId",path:"findAllByProcessInstanceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindAllByTmplId",path:"findAllByTmplId",hasQuery:!0,hasData:!1}]},{name:"processTaskDone",entityName:"process-task-done",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"processTaskTodo",entityName:"process-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"processVersion",entityName:"process-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postActivateId",path:"activate/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putDeploy",path:"deploy",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1}]},{name:"processTest",entityName:"processTest",apis:[{mode:"get",method:"getCompleteTask",path:"completeTask",hasQuery:!0,hasData:!1},{mode:"get",method:"getDeploy",path:"deploy",hasQuery:!0,hasData:!1},{mode:"get",method:"getReadXml",path:"readXml",hasQuery:!0,hasData:!1},{mode:"get",method:"getSignal",path:"signal",hasQuery:!0,hasData:!1},{mode:"get",method:"getStart",path:"start",hasQuery:!0,hasData:!1},{mode:"get",method:"getUpdateVar",path:"updateVar",hasQuery:!0,hasData:!1},{mode:"get",method:"getWithdraw",path:"withdraw",hasQuery:!0,hasData:!1}]},{name:"productRelease",entityName:"product-release",apis:[{mode:"get",method:"getGetProductReleaseByMaterialNo",path:"getProductReleaseByMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetProductReleaseForm",path:"getProductReleaseForm",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetProductReleaseInstByMaterialNo",path:"getProductReleaseInstByMaterialNo",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"publishLog",entityName:"publish-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCreateRelease",path:"createRelease",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPublishToProd",path:"publishToProd",hasQuery:!1,hasData:!0},{mode:"post",method:"postPublishToTest",path:"publishToTest",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"qms",entityName:"qms",apis:[{mode:"post",method:"postAiChat",path:"ai/chat",hasQuery:!1,hasData:!0},{mode:"post",method:"postAiCustomerComplaintDeleteId",path:"ai/customerComplaint/delete/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postAiCustomerComplaintFilling",path:"ai/customerComplaint/filling",hasQuery:!1,hasData:!0},{mode:"post",method:"postAiCustomerComplaintPageList",path:"ai/customerComplaint/pageList",hasQuery:!1,hasData:!0},{mode:"post",method:"postAiProcessRootAttachmentPageList",path:"ai/processRoot/attachment/pageList",hasQuery:!1,hasData:!0},{mode:"post",method:"postAiProcessRootDelete",path:"ai/processRoot/delete",hasQuery:!1,hasData:!0},{mode:"post",method:"postAiProcessRootDeleteId",path:"ai/processRoot/delete/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postAiProcessRootFaultTree",path:"ai/processRoot/faultTree",hasQuery:!1,hasData:!0},{mode:"post",method:"postAiProcessRootFilling",path:"ai/processRoot/filling",hasQuery:!1,hasData:!0},{mode:"post",method:"postAiProcessRootPageList",path:"ai/processRoot/pageList",hasQuery:!1,hasData:!0},{mode:"post",method:"postAiProcessRootRetryId",path:"ai/processRoot/retry/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postAiProcessRootSave",path:"ai/processRoot/save",hasQuery:!1,hasData:!0},{mode:"post",method:"postAiProcessRootUpload",path:"ai/processRoot/upload",hasQuery:!1,hasData:!0},{mode:"get",method:"getOnlineFormInstanceTaskListOperatorOfInstanceId",path:"online-form-instance/task/listOperator/{ofInstanceId}",hasQuery:!1,hasData:!1},{mode:"put",method:"putOnlineFormInstanceTaskTransfer",path:"online-form-instance/task/transfer",hasQuery:!1,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"report",entityName:"report",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfos",path:"infos",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListType",path:"list/type",hasQuery:!1,hasData:!1},{mode:"get",method:"getListModelReport",path:"listModelReport",hasQuery:!0,hasData:!1},{mode:"get",method:"getListSystemModelFields",path:"listSystemModelFields",hasQuery:!0,hasData:!1},{mode:"get",method:"getListSystemModels",path:"listSystemModels",hasQuery:!1,hasData:!1},{mode:"put",method:"putMove",path:"move",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putUndeployId",path:"undeploy/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getUserPermissionId",path:"user/permission/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postViewPageList",path:"view/page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"reportDataSet",entityName:"report-data-set",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getGenSql",path:"genSql",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postListByPage4DataSet",path:"listByPage4DataSet",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPreview",path:"preview",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"reportData",entityName:"report-data",apis:[{mode:"post",method:"postListByPage",path:"listByPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postListByPage4Cross",path:"listByPage4Cross",hasQuery:!1,hasData:!0},{mode:"post",method:"postListStatistic",path:"listStatistic",hasQuery:!1,hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putIdEnabled",path:"{id}/{enabled}",hasQuery:!1,hasData:!1}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"post",method:"postBulk",path:"bulk",hasQuery:!1,hasData:!0},{mode:"get",method:"getMenuList",path:"menu/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemove",path:"remove",hasQuery:!1,hasData:!0}]},{name:"sandboxConfig",entityName:"sandbox-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSync",path:"sync",hasQuery:!1,hasData:!1},{mode:"post",method:"postSyncPage",path:"sync/page",hasQuery:!1,hasData:!0},{mode:"post",method:"postSyncScript",path:"sync/script",hasQuery:!1,hasData:!0},{mode:"get",method:"getValidStatus",path:"valid/status",hasQuery:!0,hasData:!1},{mode:"get",method:"getVisitCheck",path:"visit/check",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"script",entityName:"script",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"scriptAssistant",entityName:"script-assistant",apis:[{mode:"get",method:"getRag",path:"rag",hasQuery:!1,hasData:!1},{mode:"post",method:"postScriptComplete",path:"scriptComplete",hasQuery:!1,hasData:!0}]},{name:"scriptVersion",entityName:"script-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"scriptVersionLog",entityName:"script-version-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"serviceOrchestration",entityName:"service-orchestration",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"serviceOrchestrationVersion",entityName:"service-orchestration-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"serviceOrchestrationVersionLog",entityName:"service-orchestration-version-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"signHistory",entityName:"sign-history",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"postOperators",path:"operators",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0}]},{name:"signature",entityName:"signature",apis:[{mode:"post",method:"postGetSignatureImage",path:"getSignatureImage",hasQuery:!1,hasData:!0},{mode:"post",method:"postGetSignatureUploadOrWriteImage",path:"getSignatureUploadOrWriteImage",hasQuery:!1,hasData:!0}]},{name:"sqlViewModel",entityName:"sql-view-model",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"sqlView",entityName:"sql-view",apis:[{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1}]},{name:"stash",entityName:"stash",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByClientKey",path:"findByClientKey",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"subModelProcess",entityName:"sub-model-process",apis:[{mode:"post",method:"postAllSubModelDataClean",path:"allSubModelDataClean",hasQuery:!1,hasData:!1}]},{name:"sysConfig",entityName:"sys-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"systemVar",entityName:"system-var",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetSystemVarByKeys",path:"getSystemVarByKeys",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetVarByKeys",path:"getVarByKeys",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListSystemVarCache",path:"listSystemVarCache",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceLog",entityName:"trace-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getFindByTraceId",path:"findByTraceId",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceLogDetails",entityName:"trace-log-details",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppDataTracePageList",path:"app-data-trace/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoTree",path:"infoTree",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoTreeById",path:"infoTreeById",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListByRecodeId",path:"page/listByRecodeId",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceMainline",entityName:"trace-mainline",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceMainlineExt",entityName:"trace-mainline-ext",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"traceSetting",entityName:"trace-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getTreeByModelKey",path:"treeByModelKey",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userGroup",entityName:"user-group",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getSearch",path:"search",hasQuery:!0,hasData:!1},{mode:"get",method:"getUserRolePermissionList",path:"user/role/permission/list",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userGroupRelation",entityName:"user-group-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postBatch",path:"batch",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"v2",entityName:"v2",apis:[{mode:"post",method:"postKnowledgeBase",path:"knowledge-base",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteKnowledgeBase",path:"knowledge-base",hasQuery:!0,hasData:!1},{mode:"post",method:"postKnowledgeBaseEnable",path:"knowledge-base/enable",hasQuery:!1,hasData:!0},{mode:"get",method:"getKnowledgeBaseInfo",path:"knowledge-base/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getKnowledgeBaseList",path:"knowledge-base/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getKnowledgeBaseListCategoryKbId",path:"knowledge-base/listCategory/{kbId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postKnowledgeBasePageList",path:"knowledge-base/page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putKnowledgeBaseId",path:"knowledge-base/{id}",hasQuery:!1,hasData:!0}]},{name:"viewModel",entityName:"view-model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getFieldInfo",path:"field/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getSql",path:"sql",hasQuery:!0,hasData:!1},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"wash",entityName:"wash",apis:[{mode:"get",method:"getWashDictLabelField",path:"washDictLabelField",hasQuery:!1,hasData:!1},{mode:"get",method:"getWashEdhrAndOfInst",path:"washEdhrAndOfInst",hasQuery:!1,hasData:!1}]},{name:"webpage",entityName:"webpage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCancelOccupyWebPage",path:"cancelOccupyWebPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postGetWebPageOccupyMsg",path:"getWebPageOccupyMsg",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postLockWebPage",path:"lockWebPage",hasQuery:!1,hasData:!0},{mode:"post",method:"postOccupyWebPage",path:"occupyWebPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUnLockWebPage",path:"unLockWebPage",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"post",method:"postAppCreateBranch",path:"app/createBranch",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppCreateImportApp",path:"app/createImportApp",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppCreateIndex",path:"app/createIndex",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppCreateSelfBuiltApp",path:"app/createSelfBuiltApp",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppDeleteIndex",path:"app/deleteIndex",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteAppDropProdDb",path:"app/dropProdDb",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteAppDropTestDb",path:"app/dropTestDb",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppFieldMetaList",path:"app/field-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetAppMenu",path:"app/getAppMenu",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetCurrentBranch",path:"app/getCurrentBranch",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetIndex",path:"app/getIndex",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetLatestBranch",path:"app/getLatestBranch",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetLatestCommit",path:"app/getLatestCommit",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppImportVersion",path:"app/importVersion",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppImportVersionPreview",path:"app/importVersionPreview",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppListBranch",path:"app/listBranch",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppMerge",path:"app/merge",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppMergeInfo",path:"app/merge/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppMergePageList",path:"app/merge/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppMergePreview",path:"app/mergePreview",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppModelMetaList",path:"app/model-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppPublishLogInfo",path:"app/publishLogInfo",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppPublishLogPageList",path:"app/publishLogPageList",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppReportInfos",path:"app/report/infos",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppRevert",path:"app/revert",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppSwitchBranch",path:"app/switchBranch",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppVisibleMenu",path:"app/visible/menu",hasQuery:!0,hasData:!0},{mode:"post",method:"postAuditLogExport",path:"audit-log/export",hasQuery:!1,hasData:!0},{mode:"post",method:"postAuditLogInfo",path:"audit-log/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getAuditLogModules",path:"audit-log/modules",hasQuery:!0,hasData:!1},{mode:"get",method:"getAuditLogOperateTypes",path:"audit-log/operateTypes",hasQuery:!0,hasData:!1},{mode:"get",method:"getAuditLogOperators",path:"audit-log/operators",hasQuery:!0,hasData:!1},{mode:"post",method:"postAuditLogPageList",path:"audit-log/page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postAuditLogSave",path:"audit-log/save",hasQuery:!1,hasData:!0},{mode:"post",method:"postDatamoveExecute",path:"datamove/execute",hasQuery:!1,hasData:!0},{mode:"post",method:"postDatasourceColumnFormat",path:"datasource/column-format",hasQuery:!0,hasData:!0},{mode:"get",method:"getDatasourceInfo",path:"datasource/info",hasQuery:!1,hasData:!1},{mode:"post",method:"postEdhrProdTransferAllWorkItem",path:"edhr/prod/transferAllWorkItem",hasQuery:!1,hasData:!0},{mode:"post",method:"postEdhrTestTransferAllWorkItem",path:"edhr/test/transferAllWorkItem",hasQuery:!1,hasData:!0},{mode:"get",method:"getIeDataReport",path:"ie/data/report",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelComprehensiveBizServiceGeneralBsModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/generalBs/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyUpload",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/upload",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"put",method:"putModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcessListAll",path:"process/list/all",hasQuery:!1,hasData:!1}]}],ei=[{name:"v2",entityName:"V2",apis:[{mode:"post",method:"postAgent",path:"agent",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteAgent",path:"agent",hasQuery:!0,hasData:!1},{mode:"get",method:"getAgentInfo",path:"agent/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postAgentList",path:"agent/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postAgentPageList",path:"agent/page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putAgentId",path:"agent/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postKnowledgeBaseDoc",path:"knowledge-base-doc",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteKnowledgeBaseDoc",path:"knowledge-base-doc",hasQuery:!0,hasData:!1},{mode:"post",method:"postKnowledgeBaseDocChunkPageList",path:"knowledge-base-doc/chunk/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getKnowledgeBaseDocInfo",path:"knowledge-base-doc/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getKnowledgeBaseDocListCategoryKbId",path:"knowledge-base-doc/listCategory/{kbId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postKnowledgeBaseDocPageList",path:"knowledge-base-doc/page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postKnowledgeBaseDocRetry",path:"knowledge-base-doc/retry",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteKnowledgeBaseDocTaskDeleteTaskId",path:"knowledge-base-doc/task/delete/{taskId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getKnowledgeBaseDocTaskResultTaskId",path:"knowledge-base-doc/task/result/{taskId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getKnowledgeBaseDocTaskStatusTaskId",path:"knowledge-base-doc/task/status/{taskId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postKnowledgeBaseDocTaskSubmit",path:"knowledge-base-doc/task/submit",hasQuery:!0,hasData:!1},{mode:"post",method:"postKnowledgeBaseDocTaskSubmitUrl",path:"knowledge-base-doc/task/submit/url",hasQuery:!1,hasData:!0},{mode:"put",method:"putKnowledgeCategory",path:"knowledge-category",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteKnowledgeCategory",path:"knowledge-category",hasQuery:!0,hasData:!1},{mode:"get",method:"getKnowledgeCategoryInfo",path:"knowledge-category/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getKnowledgeCategoryListCategoryKbId",path:"knowledge-category/listCategory/{kbId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postKnowledgeCategorySave",path:"knowledge-category/save",hasQuery:!1,hasData:!0}]},{name:"agent",entityName:"agent",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"apk",entityName:"apk",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetActiveApp",path:"getActiveApp",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetIp",path:"getIp",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postUploadApk",path:"upload/apk",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!1}]},{name:"app",entityName:"app",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppCleanUpId",path:"appCleanUp/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putAppRestoreIdUserId",path:"appRestore/{id}/{userId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getCheckAppMaintainerInTenantAppId",path:"checkAppMaintainerInTenant/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postCreateBranchAppId",path:"createBranch/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDatamoveApps",path:"datamove/apps",hasQuery:!1,hasData:!1},{mode:"put",method:"putDisableId",path:"disable/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putEnableId",path:"enable/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getFieldMetaList",path:"field-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetAppCountTenantId",path:"getAppCount/{tenantId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetCurrentBranchAppId",path:"getCurrentBranch/{appId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetLatestCommitAppId",path:"getLatestCommit/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetMobileDbFileUrlAppId",path:"getMobileDbFileUrl/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postImportVersionAppId",path:"importVersion/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getImportVersionPreviewAppId",path:"importVersionPreview/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListBranchAppId",path:"listBranch/{appId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getMergeInfoAppId",path:"merge/info/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getMergePageListAppId",path:"merge/page/list/{appId}",hasQuery:!0,hasData:!1},{mode:"post",method:"postMergeAppId",path:"merge/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getMergePreviewAppId",path:"mergePreview/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getModelMetaList",path:"model-meta/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageGetListReleasedApp",path:"page/getListReleasedApp",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageListReleasedApp",path:"page/listReleasedApp",hasQuery:!0,hasData:!1},{mode:"get",method:"getPublishLogInfoAppId",path:"publishLogInfo/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getPublishLogPageListAppId",path:"publishLogPageList/{appId}",hasQuery:!0,hasData:!1},{mode:"get",method:"getReportInfos",path:"report/infos",hasQuery:!0,hasData:!1},{mode:"post",method:"postRevertAppId",path:"revert/{appId}",hasQuery:!1,hasData:!0},{mode:"post",method:"postSwitchBranchAppId",path:"switchBranch/{appId}",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantApps",path:"tenant/apps",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantRoleRolesApps",path:"tenant/role/{roles}/apps",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantRoleRolesAppsCount",path:"tenant/role/{roles}/apps/count",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadAppPkg",path:"upload/appPkg",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"appMember",entityName:"app-member",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putTransferIdTargetUserId",path:"transfer/{id}/{targetUserId}",hasQuery:!1,hasData:!1},{mode:"put",method:"putIdRole",path:"{id}/{role}",hasQuery:!1,hasData:!1}]},{name:"appSetting",entityName:"app-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckAppUserAdmin",path:"checkAppUserAdmin",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckAppUserVisibility",path:"checkAppUserVisibility",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteDeveloperDelete",path:"developer/delete",hasQuery:!0,hasData:!1},{mode:"post",method:"postDeveloperSaveSettingBatch",path:"developer/saveSettingBatch",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfoByAppId",path:"infoByAppId",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveSetting",path:"saveSetting",hasQuery:!1,hasData:!0},{mode:"post",method:"postSaveSettingBatch",path:"saveSettingBatch",hasQuery:!1,hasData:!1}]},{name:"assets",entityName:"assets",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMoveAssetIdCategoryCategoryId",path:"move/{assetId}/category/{categoryId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadCategoryId",path:"upload/{categoryId}",hasQuery:!1,hasData:!1}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getModules",path:"modules",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperateTypes",path:"operateTypes",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0}]},{name:"biApp",entityName:"bi-app",apis:[{mode:"get",method:"getExportAppid",path:"export/{appid}",hasQuery:!1,hasData:!1}]},{name:"biDataSet",entityName:"bi-data-set",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPreview",path:"preview",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"biFileDatasetConfig",entityName:"bi-file-dataset-config",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListDatasetid",path:"list-datasetid",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"biFile",entityName:"bi-file",apis:[{mode:"post",method:"postUpload",path:"upload",hasQuery:!0,hasData:!1}]},{name:"biShare",entityName:"bi-share",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postAddDefaultCusComp",path:"addDefaultCusComp",hasQuery:!1,hasData:!1},{mode:"delete",method:"deleteDeleteDatasetCategory",path:"deleteDatasetCategory",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListDatasetCategory",path:"listDatasetCategory",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSaveDatasetCategory",path:"saveDatasetCategory",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"put",method:"put",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"putEnabled",path:"enabled",hasQuery:!1,hasData:!0},{mode:"post",method:"postExecuteUpdate",path:"executeUpdate",hasQuery:!1,hasData:!0},{mode:"get",method:"getFindById",path:"findById",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postQueryData",path:"queryData",hasQuery:!0,hasData:!1},{mode:"post",method:"postSqlColumnInformation",path:"sql/column/information",hasQuery:!1,hasData:!0},{mode:"post",method:"postTestConnect",path:"testConnect",hasQuery:!1,hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOperators",path:"operators",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"database",entityName:"database",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"post",method:"postAddDatabase",path:"addDatabase",hasQuery:!1,hasData:!0},{mode:"post",method:"postApiDataFlatten",path:"api-data-flatten",hasQuery:!1,hasData:!1},{mode:"get",method:"getColumnInformation",path:"column/information",hasQuery:!0,hasData:!1},{mode:"get",method:"getDbInformation",path:"db/information",hasQuery:!0,hasData:!1},{mode:"post",method:"postGetDatabaseByPage",path:"getDatabaseByPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteRemoveDatabase",path:"removeDatabase",hasQuery:!0,hasData:!1},{mode:"post",method:"postRunSql",path:"runSql",hasQuery:!1,hasData:!0},{mode:"get",method:"getTableDataPageList",path:"table/data/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getTableInformation",path:"table/information",hasQuery:!0,hasData:!1},{mode:"post",method:"postTestApi",path:"testApi",hasQuery:!1,hasData:!0},{mode:"post",method:"postTestDatabaseConn",path:"testDatabaseConn",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDatabase",path:"updateDatabase",hasQuery:!1,hasData:!0},{mode:"get",method:"getViewInformation",path:"view/information",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"dataset",entityName:"dataset",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0,hasData:!1},{mode:"get",method:"getColumnValue",path:"column-value",hasQuery:!0,hasData:!1},{mode:"post",method:"postCreateRequest",path:"create-request",hasQuery:!0,hasData:!1},{mode:"post",method:"postEditRequest",path:"edit-request",hasQuery:!0,hasData:!0},{mode:"put",method:"putEncode",path:"encode",hasQuery:!0,hasData:!1},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListCategoryDataset",path:"list-category-dataset",hasQuery:!0,hasData:!1},{mode:"get",method:"getListIds",path:"list/ids",hasQuery:!0,hasData:!1},{mode:"get",method:"getListKeys",path:"list/keys",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRunScript",path:"runScript",hasQuery:!1,hasData:!0},{mode:"post",method:"postRunScriptNoHeader",path:"runScriptNoHeader",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasetLog",entityName:"dataset-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceDevops",entityName:"datasource-devops",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceMove",entityName:"datasource-move",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postMove",path:"move",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceMoveData",entityName:"datasource-move-data",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"datasourceMoveDetail",entityName:"datasource-move-detail",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"deviceInterconnection",entityName:"device-interconnection",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getData",path:"data",hasQuery:!0,hasData:!1},{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!1},{mode:"post",method:"postImport",path:"import",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"deviceInterconnectionParam",entityName:"device-interconnection-param",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExport",path:"export",hasQuery:!1,hasData:!1},{mode:"post",method:"postImport",path:"import",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"deviceParamRef",entityName:"device-param-ref",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"externalMessage",entityName:"external-message",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postBatchDownload",path:"batch/download",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postDataPreview",path:"data-preview",hasQuery:!1,hasData:!0},{mode:"post",method:"postUploadCommon",path:"upload-common",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadDataset",path:"upload-dataset",hasQuery:!1,hasData:!1},{mode:"post",method:"postUploadKb",path:"upload-kb",hasQuery:!0,hasData:!1},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0,hasData:!1}]},{name:"frontRelease",entityName:"front-release",apis:[{mode:"get",method:"getCleanCache",path:"cleanCache",hasQuery:!1,hasData:!1}]},{name:"i18NConfig",entityName:"i18n-config",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postExternalLangSync",path:"external/lang/sync",hasQuery:!1,hasData:!1},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangJson",path:"lang/json",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangTrans",path:"lang/trans",hasQuery:!0,hasData:!1},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putKey",path:"{key}",hasQuery:!1,hasData:!0}]},{name:"internalMessage",entityName:"internal-message",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putReadAll",path:"read/all",hasQuery:!1,hasData:!1},{mode:"put",method:"putReadId",path:"read/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getUnreadCount",path:"unread/count",hasQuery:!1,hasData:!1}]},{name:"invokeLog",entityName:"invoke-log",apis:[{mode:"get",method:"getExport",path:"export",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"knowledgeBase",entityName:"knowledge-base",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"knowledgeBaseChunk",entityName:"knowledge-base-chunk",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"knowledgeBaseDoc",entityName:"knowledge-base-doc",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"ldap",entityName:"ldap",apis:[{mode:"post",method:"postUploadCertificate",path:"upload/certificate",hasQuery:!1,hasData:!1}]},{name:"licenseUnbindLog",entityName:"license-unbind-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"license",entityName:"license",apis:[{mode:"get",method:"getActivate",path:"activate",hasQuery:!0,hasData:!1},{mode:"post",method:"postActivates",path:"activates",hasQuery:!0,hasData:!1},{mode:"post",method:"postActivatesOffline",path:"activatesOffline",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckLicense",path:"checkLicense",hasQuery:!1,hasData:!1},{mode:"get",method:"getClients",path:"clients",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetAppBasicInfo",path:"getAppBasicInfo",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetExpireMsg",path:"getExpireMsg",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetUsers",path:"getUsers",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getModuleAuth",path:"moduleAuth",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getShareTag",path:"shareTag",hasQuery:!0,hasData:!1},{mode:"get",method:"getSourceTag",path:"sourceTag",hasQuery:!0,hasData:!1},{mode:"get",method:"getUnbind",path:"unbind",hasQuery:!0,hasData:!1},{mode:"get",method:"getUninstall",path:"uninstall",hasQuery:!1,hasData:!1},{mode:"get",method:"getVerify",path:"verify",hasQuery:!1,hasData:!1}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"login",entityName:"login",apis:[{mode:"post",method:"postCheckApp",path:"checkApp",hasQuery:!1,hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasQuery:!1,hasData:!0},{mode:"post",method:"postSign",path:"sign",hasQuery:!1,hasData:!0},{mode:"get",method:"getSignOut",path:"signOut",hasQuery:!0,hasData:!1},{mode:"get",method:"getUserAppAuth",path:"userAppAuth",hasQuery:!0,hasData:!1}]},{name:"manager",entityName:"manager",apis:[{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0,hasData:!1}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetTypeCount",path:"getTypeCount",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMqttSend",path:"mqtt/send",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSendEmailMessage",path:"sendEmailMessage",hasQuery:!1,hasData:!0},{mode:"post",method:"postSendMessage",path:"sendMessage",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"minioFile",entityName:"minio-file",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasQuery:!1,hasData:!0},{mode:"get",method:"getDownload",path:"download",hasQuery:!0,hasData:!1}]},{name:"model",entityName:"model",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"modelProvider",entityName:"model-provider",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"navMenu",entityName:"nav-menu",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetSelected",path:"getSelected",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postSelect",path:"select",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"navPage",entityName:"nav-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"openapiGroup",entityName:"openapi-group",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoAssociationModel",path:"info/associationModel",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoOpenapiInfo",path:"info/openapi/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoPageList",path:"info/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getListDownload",path:"list/download",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"openapiKeyGrant",entityName:"openapi-key-grant",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getOpenapiList",path:"openapi/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getOpenapiTenantList",path:"openapi/tenantList",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"org",entityName:"org",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postInputCheck",path:"inputCheck",hasQuery:!1,hasData:!0},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postOrgHavePersonCheck",path:"orgHavePersonCheck",hasQuery:!1,hasData:!0},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getUserListCurrentTenantUser",path:"user/listCurrentTenantUser",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserMove",path:"user/move",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRemove",path:"user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"orgUserPicker",entityName:"org-user-picker",apis:[{mode:"get",method:"getManagementUserListByIds",path:"management/user/listByIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantManagementOrgList",path:"tenant/management/org/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getTenantManagementOrgUserPageList",path:"tenant/management/org/user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantManagementUserListByIds",path:"tenant/management/user/listByIds",hasQuery:!0,hasData:!1}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"get",method:"getAppGlobalInfoAppId",path:"app/global/info/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppGlobalAppId",path:"app/global/{appId}",hasQuery:!1,hasData:!0},{mode:"post",method:"postBase",path:"base",hasQuery:!1,hasData:!0},{mode:"post",method:"postDingtalk",path:"dingtalk",hasQuery:!1,hasData:!0},{mode:"post",method:"postEmail",path:"email",hasQuery:!1,hasData:!0},{mode:"post",method:"postFeishu",path:"feishu",hasQuery:!1,hasData:!0},{mode:"get",method:"getGlobalDisabledDevelop",path:"global/disabled/develop",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postLogin",path:"login",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrg",path:"org",hasQuery:!1,hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantCfg",path:"tenant/cfg",hasQuery:!1,hasData:!1},{mode:"get",method:"getTenantDisabledDevelop",path:"tenant/disabled/develop",hasQuery:!0,hasData:!1},{mode:"post",method:"postTheme",path:"theme",hasQuery:!1,hasData:!0},{mode:"post",method:"postUploadCertFile",path:"uploadCertFile",hasQuery:!1,hasData:!1},{mode:"post",method:"postUserRole",path:"user-role",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserField",path:"user/field",hasQuery:!1,hasData:!1},{mode:"get",method:"getVersion",path:"version",hasQuery:!1,hasData:!1},{mode:"post",method:"postWatermark",path:"watermark",hasQuery:!1,hasData:!0},{mode:"post",method:"postWxwork",path:"wxwork",hasQuery:!1,hasData:!0}]},{name:"plugin",entityName:"plugin",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCancelUpload",path:"cancelUpload",hasQuery:!1,hasData:!0},{mode:"put",method:"putDeleteCategory",path:"deleteCategory",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetImages",path:"getImages",hasQuery:!0,hasData:!1},{mode:"post",method:"postGetTenantCompList",path:"getTenantCompList",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUploadZip",path:"uploadZip",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pluginVersion",entityName:"plugin-version",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"post",method:"postList",path:"list",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessDelegate",entityName:"pm-process-delegate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessDelegateDetail",entityName:"pm-process-delegate-detail",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmProcessInstance",entityName:"pm-process-instance",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmTaskDone",entityName:"pm-task-done",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pmTaskTodo",entityName:"pm-task-todo",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pnPage",entityName:"pn-page",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"pnProject",entityName:"pn-project",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0,hasData:!1},{mode:"post",method:"postCopy",path:"copy",hasQuery:!1,hasData:!0},{mode:"get",method:"getExport",path:"export",hasQuery:!0,hasData:!1},{mode:"post",method:"postImport",path:"import",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRelease",path:"release",hasQuery:!1,hasData:!0},{mode:"post",method:"postSavePage",path:"savePage",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1}]},{name:"printResource",entityName:"print-resource",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetIpAddressStatus",path:"getIpAddressStatus",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetPrintCount",path:"getPrintCount",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByMacAddress",path:"listByMacAddress",hasQuery:!0,hasData:!1},{mode:"post",method:"postPrintTest",path:"printTest",hasQuery:!1,hasData:!1},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateRemarkId",path:"updateRemark/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"released",entityName:"released",apis:[{mode:"delete",method:"deleteAppDeletePublishedAppByTestId",path:"app/deletePublishedAppByTestId",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppDisableAppId",path:"app/disable/{appId}",hasQuery:!1,hasData:!1},{mode:"put",method:"putAppEnableAppId",path:"app/enable/{appId}",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppPublishedAppGetById",path:"app/publishedApp/getById",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppPublishedAppList",path:"app/publishedApp/list",hasQuery:!0,hasData:!1}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"get",method:"getPlatList",path:"plat/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPlatRemove",path:"plat/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatSingle",path:"plat/single",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantList",path:"tenant/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postTenantRemove",path:"tenant/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postTenantSingle",path:"tenant/single",hasQuery:!1,hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postPlat",path:"plat",hasQuery:!1,hasData:!0},{mode:"delete",method:"deletePlat",path:"plat",hasQuery:!0,hasData:!1},{mode:"get",method:"getPlatInfo",path:"plat/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putPlatIdEnabled",path:"plat/{id}/{enabled}",hasQuery:!1,hasData:!1},{mode:"post",method:"postTenant",path:"tenant",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteTenant",path:"tenant",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantInfo",path:"tenant/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putTenantIdEnabled",path:"tenant/{id}/{enabled}",hasQuery:!1,hasData:!1}]},{name:"sealManagement",entityName:"seal-management",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getCheckName",path:"checkName",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postUpdatePassword",path:"updatePassword",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"seatMessage",entityName:"seat-message",apis:[{mode:"get",method:"getCloseId",path:"close/{id}",hasQuery:!1,hasData:!1}]},{name:"seat",entityName:"seat",apis:[{mode:"get",method:"getAppGetVisibleOrg",path:"app/getVisibleOrg",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppGetVisibleOrgUser",path:"app/getVisibleOrgUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppGetVisibleUser",path:"app/getVisibleUser",hasQuery:!1,hasData:!1},{mode:"post",method:"postAuth",path:"auth",hasQuery:!1,hasData:!1},{mode:"get",method:"getListAuthed",path:"listAuthed",hasQuery:!0,hasData:!1},{mode:"get",method:"getListNotAuth",path:"listNotAuth",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemoveAuth",path:"removeAuth",hasQuery:!0,hasData:!1},{mode:"get",method:"getTotalinfos",path:"totalinfos",hasQuery:!1,hasData:!1}]},{name:"shortcut",entityName:"shortcut",apis:[{mode:"post",method:"postMenu",path:"menu",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteMenu",path:"menu",hasQuery:!0,hasData:!1},{mode:"get",method:"getMenuInfo",path:"menu/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getMenuList",path:"menu/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getMenuListAppMenu",path:"menu/list/AppMenu",hasQuery:!0,hasData:!1},{mode:"get",method:"getMenuPageList",path:"menu/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postMenuSaveBatch",path:"menu/saveBatch",hasQuery:!1,hasData:!1},{mode:"put",method:"putMenuId",path:"menu/{id}",hasQuery:!1,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"post",method:"postOperators",path:"operators",hasQuery:!1,hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"sms",entityName:"sms",apis:[{mode:"post",method:"postGetSignsAndTemplates",path:"getSignsAndTemplates",hasQuery:!1,hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasQuery:!1,hasData:!0}]},{name:"startedProcess",entityName:"started-process",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1}]},{name:"taskDelegate",entityName:"task-delegate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postCancelId",path:"cancel/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"taskDone",entityName:"task-done",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1}]},{name:"taskTodo",entityName:"task-todo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getProcess",path:"process",hasQuery:!1,hasData:!1}]},{name:"tenantDeveloper",entityName:"tenant-developer",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postRemoveAndHandover",path:"RemoveAndHandover",hasQuery:!1,hasData:!0},{mode:"get",method:"getGetUserMaintainerApp",path:"getUserMaintainerApp",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"tenant",entityName:"tenant",apis:[{mode:"put",method:"putDisableId",path:"disable/{id}",hasQuery:!1,hasData:!1},{mode:"put",method:"putEnableId",path:"enable/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getGetTenantIdByAppId",path:"getTenantIdByAppId",hasQuery:!0,hasData:!1},{mode:"get",method:"getGetTencentByDomain",path:"getTencentByDomain",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoByPortOrDomain",path:"info/byPortOrDomain",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementOrg",path:"management/org",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteManagementOrg",path:"management/org",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementOrgDrag",path:"management/org/drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getManagementOrgInfoId",path:"management/org/info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getManagementOrgList",path:"management/org/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postManagementOrgTransferAndDelete",path:"management/org/transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementOrgUserAdd",path:"management/org/user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementOrgUserCreateAndAdd",path:"management/org/user/createAndAdd",hasQuery:!1,hasData:!0},{mode:"get",method:"getManagementOrgUserInfo",path:"management/org/user/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementOrgUserMove",path:"management/org/user/move",hasQuery:!1,hasData:!0},{mode:"get",method:"getManagementOrgUserPageList",path:"management/org/user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementOrgUserRemove",path:"management/org/user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementOrgUserUpdate",path:"management/org/user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putManagementOrgId",path:"management/org/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementUser",path:"management/user",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteManagementUser",path:"management/user",hasQuery:!1,hasData:!0},{mode:"put",method:"putManagementUserDisable",path:"management/user/disable",hasQuery:!0,hasData:!1},{mode:"put",method:"putManagementUserEnable",path:"management/user/enable",hasQuery:!0,hasData:!1},{mode:"get",method:"getManagementUserInfoId",path:"management/user/info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getManagementUserPageList",path:"management/user/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postManagementUserRemove",path:"management/user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementUserResetDefaultPwd",path:"management/user/reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postManagementUserResetDefaultSignPwd",path:"management/user/reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"put",method:"putManagementUserId",path:"management/user/{id}",hasQuery:!1,hasData:!0},{mode:"put",method:"putUpdateDomainId",path:"updateDomain/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postUserRole",path:"user-role",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!1,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"user",entityName:"user",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfoId",path:"info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getInfoByIds",path:"infoByIds",hasQuery:!0,hasData:!1},{mode:"get",method:"getLastResetPwd",path:"last/reset/pwd",hasQuery:!1,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getListByTenantId",path:"listByTenantId",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgPlatImport",path:"org/plat/import",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgPlatTmpl",path:"org/plat/tmpl",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrgTenantImport",path:"org/tenant/import",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgTenantImport4App",path:"org/tenant/import4App",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgTenantTmpl",path:"org/tenant/tmpl",hasQuery:!1,hasData:!0},{mode:"post",method:"postOrgTenantTmpl4App",path:"org/tenant/tmpl4App",hasQuery:!1,hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postPlatImport",path:"plat/import",hasQuery:!1,hasData:!1},{mode:"post",method:"postPlatTmpl",path:"plat/tmpl",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetAllpwd",path:"reset/allpwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postResetPwd",path:"reset/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postSettings",path:"settings",hasQuery:!1,hasData:!0},{mode:"post",method:"postTenantImport",path:"tenant/import",hasQuery:!1,hasData:!1},{mode:"post",method:"postTenantImport4App",path:"tenant/import4App",hasQuery:!1,hasData:!1},{mode:"post",method:"postTenantTmpl",path:"tenant/tmpl",hasQuery:!1,hasData:!0},{mode:"post",method:"postTenantTmpl4App",path:"tenant/tmpl4App",hasQuery:!1,hasData:!0},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userExtra",entityName:"user-extra",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userInfoLog",entityName:"user-info-log",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"userPasswordHistory",entityName:"user-password-history",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!1,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"v2",entityName:"v2",apis:[{mode:"post",method:"postKnowledgeBase",path:"knowledge-base",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteKnowledgeBase",path:"knowledge-base",hasQuery:!0,hasData:!1},{mode:"post",method:"postKnowledgeBaseEnable",path:"knowledge-base/enable",hasQuery:!1,hasData:!0},{mode:"get",method:"getKnowledgeBaseInfo",path:"knowledge-base/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getKnowledgeBaseList",path:"knowledge-base/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postKnowledgeBasePageList",path:"knowledge-base/page/list",hasQuery:!1,hasData:!0},{mode:"put",method:"putKnowledgeBaseId",path:"knowledge-base/{id}",hasQuery:!1,hasData:!0}]},{name:"workbenchComponent",entityName:"workbench-component",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"workbenchComponentRelation",entityName:"workbench-component-relation",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"postDrag",path:"drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0,hasData:!1},{mode:"get",method:"getList",path:"list",hasQuery:!0,hasData:!1},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0,hasData:!1},{mode:"put",method:"putUpdatePositionJson",path:"updatePositionJson",hasQuery:!1,hasData:!0},{mode:"put",method:"putWorkbenchComponentActiveId",path:"workbenchComponentActive/{id}",hasQuery:!0,hasData:!1},{mode:"put",method:"putId",path:"",hasQuery:!0,hasData:!0}]},{name:"clearTempDir",entityName:"clearTempDir",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1}]},{name:"deleteNotUseDir",entityName:"deleteNotUseDir",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1}]},{name:"getAttachmentInfoByPage",entityName:"getAttachmentInfoByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deleteCompInfo",entityName:"deleteCompInfo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"deleteCompInfoType",entityName:"deleteCompInfoType",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllCompInfo",entityName:"getAllCompInfo",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getAllCompInfoByTypeId",entityName:"getAllCompInfoByTypeId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllCompInfoType",entityName:"getAllCompInfoType",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getCompInfoById",entityName:"getCompInfoById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCompInfoByPage",entityName:"getCompInfoByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getCompInfoTypeById",entityName:"getCompInfoTypeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCompInfoTypeByPage",entityName:"getCompInfoTypeByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"importCompInfoJson",entityName:"importCompInfoJson",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveCompInfo",entityName:"saveCompInfo",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveCompInfoType",entityName:"saveCompInfoType",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deleteCsvDatasource",entityName:"deleteCsvDatasource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllCsvDatasource",entityName:"getAllCsvDatasource",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getContentToArray",entityName:"getContentToArray",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCsvDatasourceById",entityName:"getCsvDatasourceById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCsvDatasourceByName",entityName:"getCsvDatasourceByName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getCsvDatasourceByPage",entityName:"getCsvDatasourceByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"parseCsvOrExcel",entityName:"parseCsvOrExcel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"saveCsvDatasource",entityName:"saveCsvDatasource",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getDesignerData",entityName:"getDesignerData",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"deleteEchartTheme",entityName:"deleteEchartTheme",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllEchartTheme",entityName:"getAllEchartTheme",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getEchartThemeById",entityName:"getEchartThemeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getEchartThemeByPage",entityName:"getEchartThemeByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getMyEchartThemes",entityName:"getMyEchartThemes",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getSysEchartThemes",entityName:"getSysEchartThemes",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"saveEchartTheme",entityName:"saveEchartTheme",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"buildEnshrineCompLibrary",entityName:"buildEnshrineCompLibrary",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"deleteEnshrineComp",entityName:"deleteEnshrineComp",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"deleteEnshrineCompGroup",entityName:"deleteEnshrineCompGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllEnshrineCompGroups",entityName:"getAllEnshrineCompGroups",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getEnshrineCompByPage",entityName:"getEnshrineCompByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getEnshrineCompGroupById",entityName:"getEnshrineCompGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getEnshrineCompGroupByPage",entityName:"getEnshrineCompGroupByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getLayoutItemObjById",entityName:"getLayoutItemObjById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"saveEnshrineComp",entityName:"saveEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveEnshrineCompGroup",entityName:"saveEnshrineCompGroup",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"searchEnshrineComp",entityName:"searchEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"post",method:"postV2KnowledgeBaseDocCallback",path:"V2/knowledge-base-doc/callback",hasQuery:!1,hasData:!0},{mode:"get",method:"getAgentScriptAgent",path:"agent/scriptAgent",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsGetUserMasterOrg",path:"apaas-utils/getUserMasterOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsGetUserMasterOrgId",path:"apaas-utils/getUserMasterOrgId",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserAllOrgId",path:"apaas-utils/listUserAllOrgId",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserAllOrgIdIncludeParent",path:"apaas-utils/listUserAllOrgIdIncludeParent",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserAllPrincipalOrgId",path:"apaas-utils/listUserAllPrincipalOrgId",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserDirectSubordinate",path:"apaas-utils/listUserDirectSubordinate",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserIdUnderOrg",path:"apaas-utils/listUserIdUnderOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllOrg",path:"apaas-utils/listUserIdUnderUserAllOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllPrincipalOrg",path:"apaas-utils/listUserIdUnderUserAllPrincipalOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsListUserIdUnderUserMasterOrg",path:"apaas-utils/listUserIdUnderUserMasterOrg",hasQuery:!0,hasData:!1},{mode:"get",method:"getApaasUtilsPrintDropdownList",path:"apaas-utils/printDropdownList",hasQuery:!1,hasData:!1},{mode:"get",method:"getApaasUtilsSearchAllOrgOrUser",path:"apaas-utils/searchAllOrgOrUser",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppGrantedUser",path:"app-granted-user",hasQuery:!0,hasData:!0},{mode:"post",method:"postAppGrantedUserBatch",path:"app-granted-user/batch",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppGrantedUserFindAllByDeleted",path:"app-granted-user/findAllByDeleted",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserGrantedStatistic",path:"app-granted-user/grantedStatistic",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserList",path:"app-granted-user/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserPageList",path:"app-granted-user/page/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserRemoveAndTransfer",path:"app-granted-user/removeAndTransfer",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGrantedUserUngrantedList",path:"app-granted-user/ungranted/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppSettingInfoByAppId",path:"app-setting/infoByAppId",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppFindAllByTenantId",path:"app/findAllByTenantId",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppGetDestBySource",path:"app/getDestBySource",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppGetSourceByDest",path:"app/getSourceByDest",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppListAppGrantedUserId",path:"app/listAppGrantedUserId",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppLockOrUnlockToPaas",path:"app/lockOrUnlockToPaas",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrg",path:"app/org",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteAppOrg",path:"app/org",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppOrgDrag",path:"app/org/drag",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppOrgInfoId",path:"app/org/info/{id}",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppOrgList",path:"app/org/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppOrgSaveList",path:"app/org/save-list",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppOrgTransferAndDelete",path:"app/org/transferAndDelete",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserAdd",path:"app/org/user/add",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserCreateAndAdd",path:"app/org/user/createAndAdd",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppOrgUserInfo",path:"app/org/user/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postAppOrgUserMove",path:"app/org/user/move",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserPageList",path:"app/org/user/page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserRemove",path:"app/org/user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppOrgUserUpdate",path:"app/org/user/update",hasQuery:!1,hasData:!0},{mode:"put",method:"putAppOrgId",path:"app/org/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getAppProdPublished",path:"app/prodPublished",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppPublished",path:"app/published",hasQuery:!1,hasData:!1},{mode:"get",method:"getAppTestPublished",path:"app/testPublished",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppUpdateApaasAppSetting",path:"app/updateApaasAppSetting",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"put",method:"putAppUserDisable",path:"app/user/disable",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppUserEnable",path:"app/user/enable",hasQuery:!0,hasData:!1},{mode:"get",method:"getAppUserInfoId",path:"app/user/info/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postAppUserPageList",path:"app/user/page/list",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUserRemove",path:"app/user/remove",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUserResetDefaultPwd",path:"app/user/reset/default/pwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUserResetDefaultSignPwd",path:"app/user/reset/default/signPwd",hasQuery:!1,hasData:!0},{mode:"post",method:"postAppUserSaveList",path:"app/user/save-list",hasQuery:!0,hasData:!1},{mode:"put",method:"putAppUserId",path:"app/user/{id}",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataSourceExecuteSelect",path:"data-source/executeSelect",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataSourceExecuteUpdate",path:"data-source/executeUpdate",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataSourceFindByKeyAndEnv",path:"data-source/findByKeyAndEnv",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataSourcePageList",path:"data-source/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getDataSourceQueryData",path:"data-source/queryData",hasQuery:!0,hasData:!1},{mode:"post",method:"postDataSourceSelect",path:"data-source/select",hasQuery:!0,hasData:!0},{mode:"get",method:"getDataSourceType",path:"data-source/type",hasQuery:!0,hasData:!1},{mode:"delete",method:"deleteDevopsSbx",path:"devops/sbx",hasQuery:!0,hasData:!1},{mode:"get",method:"getDevopsSbxRedoData",path:"devops/sbx/redo/data",hasQuery:!0,hasData:!1},{mode:"post",method:"postFileTaskList",path:"file-task/list",hasQuery:!1,hasData:!1},{mode:"post",method:"postFileTaskStatus",path:"file-task/status",hasQuery:!1,hasData:!0},{mode:"post",method:"postFileTaskSubmit",path:"file-task/submit",hasQuery:!1,hasData:!0},{mode:"get",method:"getKnowledgeBaseFindByIds",path:"knowledge-base/findByIds",hasQuery:!0,hasData:!1},{mode:"post",method:"postLoginLogUserLoginLogPage",path:"login-log/userLoginLogPage",hasQuery:!1,hasData:!0},{mode:"get",method:"getLoginSsoOauth2Authorize",path:"login/sso/oauth2/authorize",hasQuery:!0,hasData:!1},{mode:"get",method:"getLoginSsoOauth2Debug",path:"login/sso/oauth2/debug",hasQuery:!1,hasData:!1},{mode:"get",method:"getModelInfo",path:"model/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getMsgFindAllByType",path:"msg/findAllByType",hasQuery:!0,hasData:!1},{mode:"post",method:"postMsgSendEmailMessage",path:"msg/sendEmailMessage",hasQuery:!1,hasData:!0},{mode:"post",method:"postMsgSendMessage",path:"msg/sendMessage",hasQuery:!1,hasData:!0},{mode:"post",method:"postOpenapiGroup",path:"openapi-group",hasQuery:!1,hasData:!0},{mode:"put",method:"putOpenapiGroupEnabled",path:"openapi-group/enabled",hasQuery:!0,hasData:!1},{mode:"put",method:"putOpenapiGroupOpened",path:"openapi-group/opened",hasQuery:!0,hasData:!1},{mode:"put",method:"putOpenapiKeyGrantUpdateApi",path:"openapi-key-grant/updateApi",hasQuery:!0,hasData:!1},{mode:"get",method:"getOrgUserPickerAppGetCanBeUsedOrg",path:"org-user-picker/app/getCanBeUsedOrg",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgUserPickerAppGetCanBeUsedOrgUser",path:"org-user-picker/app/getCanBeUsedOrgUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleOrg",path:"org-user-picker/app/getVisibleOrg",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgUserPickerAppGetVisibleOrgUser",path:"org-user-picker/app/getVisibleOrgUser",hasQuery:!1,hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleUser",path:"org-user-picker/app/getVisibleUser",hasQuery:!0,hasData:!1},{mode:"get",method:"getOrgUserPickerAppListUserByIds",path:"org-user-picker/app/listUserByIds",hasQuery:!0,hasData:!1},{mode:"post",method:"postOrgFindAllByIdIn",path:"org/findAllByIdIn",hasQuery:!1,hasData:!1},{mode:"get",method:"getOrgInfoId",path:"org/info/{id}",hasQuery:!1,hasData:!1},{mode:"post",method:"postOrgList",path:"org/list",hasQuery:!0,hasData:!1},{mode:"get",method:"getOrgListAll",path:"org/listAll",hasQuery:!1,hasData:!1},{mode:"post",method:"postOrgPrincipals",path:"org/principals",hasQuery:!1,hasData:!1},{mode:"get",method:"getPlatAppGlobalInfoAppId",path:"plat/app/global/info/{appId}",hasQuery:!1,hasData:!1},{mode:"post",method:"postPlatAppGlobalAppId",path:"plat/app/global/{appId}",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatBase",path:"plat/base",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatOrg",path:"plat/org",hasQuery:!1,hasData:!0},{mode:"post",method:"postPlatSecurity",path:"plat/security",hasQuery:!1,hasData:!0},{mode:"post",method:"postPrintLogPageList",path:"print-log/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getPrintBtwFileTree",path:"print/btwFileTree",hasQuery:!1,hasData:!1},{mode:"get",method:"getPrintBtwTmplExist",path:"print/btwTmplExist",hasQuery:!0,hasData:!1},{mode:"get",method:"getPrintExchangePrinterName",path:"print/exchangePrinterName",hasQuery:!0,hasData:!1},{mode:"post",method:"postPrintSendPrintData",path:"print/sendPrintData",hasQuery:!1,hasData:!0},{mode:"delete",method:"deleteRegexpDelete",path:"regexp/delete",hasQuery:!0,hasData:!1},{mode:"get",method:"getRegexpInfo",path:"regexp/info",hasQuery:!0,hasData:!1},{mode:"get",method:"getRegexpList",path:"regexp/list",hasQuery:!1,hasData:!1},{mode:"get",method:"getRegexpPageList",path:"regexp/page/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postRegexpSave",path:"regexp/save",hasQuery:!1,hasData:!0},{mode:"put",method:"putRegexpUpdateId",path:"regexp/update/{id}",hasQuery:!1,hasData:!0},{mode:"post",method:"postReportDataExport",path:"report-data/export",hasQuery:!1,hasData:!0},{mode:"get",method:"getReportDataInfo",path:"report-data/info",hasQuery:!0,hasData:!1},{mode:"post",method:"postReportDataList",path:"report-data/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getReportDataPageInfo",path:"report-data/page-info",hasQuery:!0,hasData:!1},{mode:"get",method:"getReportDataProjectInfo",path:"report-data/project-info",hasQuery:!0,hasData:!1},{mode:"post",method:"postReportDetailDetail",path:"report-detail/detail",hasQuery:!1,hasData:!0},{mode:"post",method:"postReportDetailListStatistic",path:"report-detail/listStatistic",hasQuery:!1,hasData:!0},{mode:"post",method:"postSignLogOperators",path:"signLog/operators",hasQuery:!1,hasData:!0},{mode:"post",method:"postSignLogPageList",path:"signLog/page/list",hasQuery:!1,hasData:!0},{mode:"get",method:"getTenantInfoByPortOrDomain",path:"tenant/info/byPortOrDomain",hasQuery:!0,hasData:!1},{mode:"get",method:"getTenantOrgList",path:"tenant/org/list",hasQuery:!0,hasData:!1},{mode:"post",method:"postTenantUserSyncFromThirdParty",path:"tenant/userSyncFromThirdParty",hasQuery:!1,hasData:!0},{mode:"get",method:"getUserOrgPrincipal",path:"user/org/principal",hasQuery:!0,hasData:!1},{mode:"post",method:"postUserOrgPrincipals",path:"user/org/principals",hasQuery:!0,hasData:!1}]},{name:"copyFilter",entityName:"copyFilter",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deleteFilter",entityName:"deleteFilter",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllFilter",entityName:"getAllFilter",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getFilterById",entityName:"getFilterById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"saveFilter",entityName:"saveFilter",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"httpQuery",entityName:"httpQuery",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"clearLogLogin",entityName:"clearLogLogin",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1}]},{name:"getLogLoginByPage",entityName:"getLogLoginByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"clearLogOperate",entityName:"clearLogOperate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1}]},{name:"deleteLogOperateById",entityName:"deleteLogOperateById",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getPnLogOperateByPage",entityName:"getPnLogOperateByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"uncompressLogOperateLayoutStr",entityName:"uncompressLogOperateLayoutStr",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deleteMapGeoJson",entityName:"deleteMapGeoJson",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getAdCodeByAliasName",entityName:"getAdCodeByAliasName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getGeoJsonByAdCode",entityName:"getGeoJsonByAdCode",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getMapBaseInfoByLevel",entityName:"getMapBaseInfoByLevel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getMapGeoJsonById",entityName:"getMapGeoJsonById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getMapGeoJsonByPage",entityName:"getMapGeoJsonByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveMapGeoJson",entityName:"saveMapGeoJson",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deletePageSnapshoot",entityName:"deletePageSnapshoot",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageSnapshootByEnabled",entityName:"getPageSnapshootByEnabled",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageSnapshootById",entityName:"getPageSnapshootById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageSnapshootsByPageId",entityName:"getPageSnapshootsByPageId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"savePageSnapshoot",entityName:"savePageSnapshoot",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"setPageSnapshootEnabled",entityName:"setPageSnapshootEnabled",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"setPageSnapshootEnabledByPageId",entityName:"setPageSnapshootEnabledByPageId",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"attachmentResourceTransfer",entityName:"attachmentResourceTransfer",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deletePageTemplate",entityName:"deletePageTemplate",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"exportTemplate",entityName:"exportTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1},{mode:"head",method:"head",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"post",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"put",path:"",hasQuery:!0,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"options",method:"options",path:"",hasQuery:!0,hasData:!1},{mode:"patch",method:"patch",path:"",hasQuery:!0,hasData:!1}]},{name:"getAllPageTemplate",entityName:"getAllPageTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getPageTemplateById",entityName:"getPageTemplateById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageTemplateByPage",entityName:"getPageTemplateByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getPageTemplateForCreatePageForm",entityName:"getPageTemplateForCreatePageForm",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getPageTemplateLayout",entityName:"getPageTemplateLayout",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getPageTemplateThemeJson",entityName:"getPageTemplateThemeJson",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"importTemplate",entityName:"importTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1},{mode:"head",method:"head",path:"",hasQuery:!1,hasData:!1},{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!1},{mode:"put",method:"put",path:"",hasQuery:!1,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!1,hasData:!1},{mode:"options",method:"options",path:"",hasQuery:!1,hasData:!1},{mode:"patch",method:"patch",path:"",hasQuery:!1,hasData:!1}]},{name:"savePageTemplate",entityName:"savePageTemplate",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"toggleEnabled",entityName:"toggleEnabled",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"deletePnResource",entityName:"deletePnResource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"deletePnResourceGroup",entityName:"deletePnResourceGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1}]},{name:"getMyAllPnResourceGroup",entityName:"getMyAllPnResourceGroup",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getMyPnResourceByPage",entityName:"getMyPnResourceByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getPnResourceGroupById",entityName:"getPnResourceGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"resourceTransferToPage",entityName:"resourceTransferToPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"savePnResourceGroup",entityName:"savePnResourceGroup",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"uploadFiles",entityName:"uploadFiles",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1},{mode:"head",method:"head",path:"",hasQuery:!0,hasData:!1},{mode:"post",method:"post",path:"",hasQuery:!0,hasData:!1},{mode:"put",method:"put",path:"",hasQuery:!0,hasData:!1},{mode:"delete",method:"delete",path:"",hasQuery:!0,hasData:!1},{mode:"options",method:"options",path:"",hasQuery:!0,hasData:!1},{mode:"patch",method:"patch",path:"",hasQuery:!0,hasData:!1}]},{name:"getMyShareCustomCompByPage",entityName:"getMyShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getShareCustomCompById",entityName:"getShareCustomCompById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0,hasData:!1}]},{name:"getShareCustomCompByPage",entityName:"getShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"saveShareCustomComp",entityName:"saveShareCustomComp",apis:[{mode:"post",method:"post",path:"",hasQuery:!1,hasData:!0}]},{name:"getPageTotalCount",entityName:"getPageTotalCount",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]},{name:"getProjectTotalCount",entityName:"getProjectTotalCount",apis:[{mode:"get",method:"get",path:"",hasQuery:!1,hasData:!1}]}];function na(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var _a,Is;function ai(){if(Is)return _a;Is=1;function e(o){if(typeof o!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(o))}function a(o,n){for(var r="",p=0,l=-1,d=0,i,u=0;u<=o.length;++u){if(u<o.length)i=o.charCodeAt(u);else{if(i===47)break;i=47}if(i===47){if(!(l===u-1||d===1))if(l!==u-1&&d===2){if(r.length<2||p!==2||r.charCodeAt(r.length-1)!==46||r.charCodeAt(r.length-2)!==46){if(r.length>2){var c=r.lastIndexOf("/");if(c!==r.length-1){c===-1?(r="",p=0):(r=r.slice(0,c),p=r.length-1-r.lastIndexOf("/")),l=u,d=0;continue}}else if(r.length===2||r.length===1){r="",p=0,l=u,d=0;continue}}n&&(r.length>0?r+="/..":r="..",p=2)}else r.length>0?r+="/"+o.slice(l+1,u):r=o.slice(l+1,u),p=u-l-1;l=u,d=0}else i===46&&d!==-1?++d:d=-1}return r}function t(o,n){var r=n.dir||n.root,p=n.base||(n.name||"")+(n.ext||"");return r?r===n.root?r+p:r+o+p:p}var s={resolve:function(){for(var n="",r=!1,p,l=arguments.length-1;l>=-1&&!r;l--){var d;l>=0?d=arguments[l]:(p===void 0&&(p=process.cwd()),d=p),e(d),d.length!==0&&(n=d+"/"+n,r=d.charCodeAt(0)===47)}return n=a(n,!r),r?n.length>0?"/"+n:"/":n.length>0?n:"."},normalize:function(n){if(e(n),n.length===0)return".";var r=n.charCodeAt(0)===47,p=n.charCodeAt(n.length-1)===47;return n=a(n,!r),n.length===0&&!r&&(n="."),n.length>0&&p&&(n+="/"),r?"/"+n:n},isAbsolute:function(n){return e(n),n.length>0&&n.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var n,r=0;r<arguments.length;++r){var p=arguments[r];e(p),p.length>0&&(n===void 0?n=p:n+="/"+p)}return n===void 0?".":s.normalize(n)},relative:function(n,r){if(e(n),e(r),n===r||(n=s.resolve(n),r=s.resolve(r),n===r))return"";for(var p=1;p<n.length&&n.charCodeAt(p)===47;++p);for(var l=n.length,d=l-p,i=1;i<r.length&&r.charCodeAt(i)===47;++i);for(var u=r.length,c=u-i,x=d<c?d:c,m=-1,h=0;h<=x;++h){if(h===x){if(c>x){if(r.charCodeAt(i+h)===47)return r.slice(i+h+1);if(h===0)return r.slice(i+h)}else d>x&&(n.charCodeAt(p+h)===47?m=h:h===0&&(m=0));break}var f=n.charCodeAt(p+h),y=r.charCodeAt(i+h);if(f!==y)break;f===47&&(m=h)}var Q="";for(h=p+m+1;h<=l;++h)(h===l||n.charCodeAt(h)===47)&&(Q.length===0?Q+="..":Q+="/..");return Q.length>0?Q+r.slice(i+m):(i+=m,r.charCodeAt(i)===47&&++i,r.slice(i))},_makeLong:function(n){return n},dirname:function(n){if(e(n),n.length===0)return".";for(var r=n.charCodeAt(0),p=r===47,l=-1,d=!0,i=n.length-1;i>=1;--i)if(r=n.charCodeAt(i),r===47){if(!d){l=i;break}}else d=!1;return l===-1?p?"/":".":p&&l===1?"//":n.slice(0,l)},basename:function(n,r){if(r!==void 0&&typeof r!="string")throw new TypeError('"ext" argument must be a string');e(n);var p=0,l=-1,d=!0,i;if(r!==void 0&&r.length>0&&r.length<=n.length){if(r.length===n.length&&r===n)return"";var u=r.length-1,c=-1;for(i=n.length-1;i>=0;--i){var x=n.charCodeAt(i);if(x===47){if(!d){p=i+1;break}}else c===-1&&(d=!1,c=i+1),u>=0&&(x===r.charCodeAt(u)?--u===-1&&(l=i):(u=-1,l=c))}return p===l?l=c:l===-1&&(l=n.length),n.slice(p,l)}else{for(i=n.length-1;i>=0;--i)if(n.charCodeAt(i)===47){if(!d){p=i+1;break}}else l===-1&&(d=!1,l=i+1);return l===-1?"":n.slice(p,l)}},extname:function(n){e(n);for(var r=-1,p=0,l=-1,d=!0,i=0,u=n.length-1;u>=0;--u){var c=n.charCodeAt(u);if(c===47){if(!d){p=u+1;break}continue}l===-1&&(d=!1,l=u+1),c===46?r===-1?r=u:i!==1&&(i=1):r!==-1&&(i=-1)}return r===-1||l===-1||i===0||i===1&&r===l-1&&r===p+1?"":n.slice(r,l)},format:function(n){if(n===null||typeof n!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof n);return t("/",n)},parse:function(n){e(n);var r={root:"",dir:"",base:"",ext:"",name:""};if(n.length===0)return r;var p=n.charCodeAt(0),l=p===47,d;l?(r.root="/",d=1):d=0;for(var i=-1,u=0,c=-1,x=!0,m=n.length-1,h=0;m>=d;--m){if(p=n.charCodeAt(m),p===47){if(!x){u=m+1;break}continue}c===-1&&(x=!1,c=m+1),p===46?i===-1?i=m:h!==1&&(h=1):i!==-1&&(h=-1)}return i===-1||c===-1||h===0||h===1&&i===c-1&&i===u+1?c!==-1&&(u===0&&l?r.base=r.name=n.slice(1,c):r.base=r.name=n.slice(u,c)):(u===0&&l?(r.name=n.slice(1,i),r.base=n.slice(1,c)):(r.name=n.slice(u,i),r.base=n.slice(u,c)),r.ext=n.slice(i,c)),u>0?r.dir=n.slice(0,u-1):l&&(r.dir="/"),r},sep:"/",delimiter:":",win32:null,posix:null};return s.posix=s,_a=s,_a}var ti=ai(),me=na(ti);function As(e,a){return function(){return e.apply(a,arguments)}}const{toString:si}=Object.prototype,{getPrototypeOf:Ba}=Object,{iterator:ia,toStringTag:Ps}=Symbol,pa=(e=>a=>{const t=si.call(a);return e[t]||(e[t]=t.slice(8,-1).toLowerCase())})(Object.create(null)),ne=e=>(e=e.toLowerCase(),a=>pa(a)===e),ua=e=>a=>typeof a===e,{isArray:Ee}=Array,Oe=ua("undefined");function Fe(e){return e!==null&&!Oe(e)&&e.constructor!==null&&!Oe(e.constructor)&&te(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Ls=ne("ArrayBuffer");function oi(e){let a;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?a=ArrayBuffer.isView(e):a=e&&e.buffer&&Ls(e.buffer),a}const ri=ua("string"),te=ua("function"),Cs=ua("number"),Me=e=>e!==null&&typeof e=="object",ni=e=>e===!0||e===!1,la=e=>{if(pa(e)!=="object")return!1;const a=Ba(e);return(a===null||a===Object.prototype||Object.getPrototypeOf(a)===null)&&!(Ps in e)&&!(ia in e)},ii=e=>{if(!Me(e)||Fe(e))return!1;try{return Object.keys(e).length===0&&Object.getPrototypeOf(e)===Object.prototype}catch{return!1}},pi=ne("Date"),ui=ne("File"),li=ne("Blob"),di=ne("FileList"),hi=e=>Me(e)&&te(e.pipe),ci=e=>{let a;return e&&(typeof FormData=="function"&&e instanceof FormData||te(e.append)&&((a=pa(e))==="formdata"||a==="object"&&te(e.toString)&&e.toString()==="[object FormData]"))},mi=ne("URLSearchParams"),[fi,gi,yi,vi]=["ReadableStream","Request","Response","Headers"].map(ne),xi=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function qe(e,a,{allOwnKeys:t=!1}={}){if(e===null||typeof e>"u")return;let s,o;if(typeof e!="object"&&(e=[e]),Ee(e))for(s=0,o=e.length;s<o;s++)a.call(null,e[s],s,e);else{if(Fe(e))return;const n=t?Object.getOwnPropertyNames(e):Object.keys(e),r=n.length;let p;for(s=0;s<r;s++)p=n[s],a.call(null,e[p],p,e)}}function Ts(e,a){if(Fe(e))return null;a=a.toLowerCase();const t=Object.keys(e);let s=t.length,o;for(;s-- >0;)if(o=t[s],a===o.toLowerCase())return o;return null}const we=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Ss=e=>!Oe(e)&&e!==we;function Na(){const{caseless:e,skipUndefined:a}=Ss(this)&&this||{},t={},s=(o,n)=>{const r=e&&Ts(t,n)||n;la(t[r])&&la(o)?t[r]=Na(t[r],o):la(o)?t[r]=Na({},o):Ee(o)?t[r]=o.slice():(!a||!Oe(o))&&(t[r]=o)};for(let o=0,n=arguments.length;o<n;o++)arguments[o]&&qe(arguments[o],s);return t}const Di=(e,a,t,{allOwnKeys:s}={})=>(qe(a,(o,n)=>{t&&te(o)?e[n]=As(o,t):e[n]=o},{allOwnKeys:s}),e),bi=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Qi=(e,a,t,s)=>{e.prototype=Object.create(a.prototype,s),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:a.prototype}),t&&Object.assign(e.prototype,t)},wi=(e,a,t,s)=>{let o,n,r;const p={};if(a=a||{},e==null)return a;do{for(o=Object.getOwnPropertyNames(e),n=o.length;n-- >0;)r=o[n],(!s||s(r,e,a))&&!p[r]&&(a[r]=e[r],p[r]=!0);e=t!==!1&&Ba(e)}while(e&&(!t||t(e,a))&&e!==Object.prototype);return a},Ii=(e,a,t)=>{e=String(e),(t===void 0||t>e.length)&&(t=e.length),t-=a.length;const s=e.indexOf(a,t);return s!==-1&&s===t},Ai=e=>{if(!e)return null;if(Ee(e))return e;let a=e.length;if(!Cs(a))return null;const t=new Array(a);for(;a-- >0;)t[a]=e[a];return t},Pi=(e=>a=>e&&a instanceof e)(typeof Uint8Array<"u"&&Ba(Uint8Array)),Li=(e,a)=>{const s=(e&&e[ia]).call(e);let o;for(;(o=s.next())&&!o.done;){const n=o.value;a.call(e,n[0],n[1])}},Ci=(e,a)=>{let t;const s=[];for(;(t=e.exec(a))!==null;)s.push(t);return s},Ti=ne("HTMLFormElement"),Si=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(t,s,o){return s.toUpperCase()+o}),Rs=(({hasOwnProperty:e})=>(a,t)=>e.call(a,t))(Object.prototype),Ri=ne("RegExp"),Es=(e,a)=>{const t=Object.getOwnPropertyDescriptors(e),s={};qe(t,(o,n)=>{let r;(r=a(o,n,e))!==!1&&(s[n]=r||o)}),Object.defineProperties(e,s)},Ei=e=>{Es(e,(a,t)=>{if(te(e)&&["arguments","caller","callee"].indexOf(t)!==-1)return!1;const s=e[t];if(te(s)){if(a.enumerable=!1,"writable"in a){a.writable=!1;return}a.set||(a.set=()=>{throw Error("Can not rewrite read-only method '"+t+"'")})}})},Oi=(e,a)=>{const t={},s=o=>{o.forEach(n=>{t[n]=!0})};return Ee(e)?s(e):s(String(e).split(a)),t},ki=()=>{},_i=(e,a)=>e!=null&&Number.isFinite(e=+e)?e:a;function Bi(e){return!!(e&&te(e.append)&&e[Ps]==="FormData"&&e[ia])}const Ni=e=>{const a=new Array(10),t=(s,o)=>{if(Me(s)){if(a.indexOf(s)>=0)return;if(Fe(s))return s;if(!("toJSON"in s)){a[o]=s;const n=Ee(s)?[]:{};return qe(s,(r,p)=>{const l=t(r,o+1);!Oe(l)&&(n[p]=l)}),a[o]=void 0,n}}return s};return t(e,0)},Ui=ne("AsyncFunction"),ji=e=>e&&(Me(e)||te(e))&&te(e.then)&&te(e.catch),Os=((e,a)=>e?setImmediate:a?((t,s)=>(we.addEventListener("message",({source:o,data:n})=>{o===we&&n===t&&s.length&&s.shift()()},!1),o=>{s.push(o),we.postMessage(t,"*")}))(`axios@${Math.random()}`,[]):t=>setTimeout(t))(typeof setImmediate=="function",te(we.postMessage)),Fi=typeof queueMicrotask<"u"?queueMicrotask.bind(we):typeof process<"u"&&process.nextTick||Os,Mi=e=>e!=null&&te(e[ia]);var g={isArray:Ee,isArrayBuffer:Ls,isBuffer:Fe,isFormData:ci,isArrayBufferView:oi,isString:ri,isNumber:Cs,isBoolean:ni,isObject:Me,isPlainObject:la,isEmptyObject:ii,isReadableStream:fi,isRequest:gi,isResponse:yi,isHeaders:vi,isUndefined:Oe,isDate:pi,isFile:ui,isBlob:li,isRegExp:Ri,isFunction:te,isStream:hi,isURLSearchParams:mi,isTypedArray:Pi,isFileList:di,forEach:qe,merge:Na,extend:Di,trim:xi,stripBOM:bi,inherits:Qi,toFlatObject:wi,kindOf:pa,kindOfTest:ne,endsWith:Ii,toArray:Ai,forEachEntry:Li,matchAll:Ci,isHTMLForm:Ti,hasOwnProperty:Rs,hasOwnProp:Rs,reduceDescriptors:Es,freezeMethods:Ei,toObjectSet:Oi,toCamelCase:Si,noop:ki,toFiniteNumber:_i,findKey:Ts,global:we,isContextDefined:Ss,isSpecCompliantForm:Bi,toJSONObject:Ni,isAsyncFn:Ui,isThenable:ji,setImmediate:Os,asap:Fi,isIterable:Mi};function I(e,a,t,s,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",a&&(this.code=a),t&&(this.config=t),s&&(this.request=s),o&&(this.response=o,this.status=o.status?o.status:null)}g.inherits(I,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:g.toJSONObject(this.config),code:this.code,status:this.status}}});const ks=I.prototype,_s={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{_s[e]={value:e}}),Object.defineProperties(I,_s),Object.defineProperty(ks,"isAxiosError",{value:!0}),I.from=(e,a,t,s,o,n)=>{const r=Object.create(ks);g.toFlatObject(e,r,function(i){return i!==Error.prototype},d=>d!=="isAxiosError");const p=e&&e.message?e.message:"Error",l=a==null&&e?e.code:a;return I.call(r,p,l,t,s,o),e&&r.cause==null&&Object.defineProperty(r,"cause",{value:e,configurable:!0}),r.name=e&&e.name||"Error",n&&Object.assign(r,n),r};var Ua,Bs;function qi(){if(Bs)return Ua;Bs=1;var e=ae.Stream,a=Qe;Ua=t;function t(){this.source=null,this.dataSize=0,this.maxDataSize=1024*1024,this.pauseStream=!0,this._maxDataSizeExceeded=!1,this._released=!1,this._bufferedEvents=[]}return a.inherits(t,e),t.create=function(s,o){var n=new this;o=o||{};for(var r in o)n[r]=o[r];n.source=s;var p=s.emit;return s.emit=function(){return n._handleEmit(arguments),p.apply(s,arguments)},s.on("error",function(){}),n.pauseStream&&s.pause(),n},Object.defineProperty(t.prototype,"readable",{configurable:!0,enumerable:!0,get:function(){return this.source.readable}}),t.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)},t.prototype.resume=function(){this._released||this.release(),this.source.resume()},t.prototype.pause=function(){this.source.pause()},t.prototype.release=function(){this._released=!0,this._bufferedEvents.forEach(function(s){this.emit.apply(this,s)}.bind(this)),this._bufferedEvents=[]},t.prototype.pipe=function(){var s=e.prototype.pipe.apply(this,arguments);return this.resume(),s},t.prototype._handleEmit=function(s){if(this._released){this.emit.apply(this,s);return}s[0]==="data"&&(this.dataSize+=s[1].length,this._checkIfMaxDataSizeExceeded()),this._bufferedEvents.push(s)},t.prototype._checkIfMaxDataSizeExceeded=function(){if(!this._maxDataSizeExceeded&&!(this.dataSize<=this.maxDataSize)){this._maxDataSizeExceeded=!0;var s="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(s))}},Ua}var ja,Ns;function zi(){if(Ns)return ja;Ns=1;var e=Qe,a=ae.Stream,t=qi();ja=s;function s(){this.writable=!1,this.readable=!0,this.dataSize=0,this.maxDataSize=2*1024*1024,this.pauseStreams=!0,this._released=!1,this._streams=[],this._currentStream=null,this._insideLoop=!1,this._pendingNext=!1}return e.inherits(s,a),s.create=function(o){var n=new this;o=o||{};for(var r in o)n[r]=o[r];return n},s.isStreamLike=function(o){return typeof o!="function"&&typeof o!="string"&&typeof o!="boolean"&&typeof o!="number"&&!Buffer.isBuffer(o)},s.prototype.append=function(o){var n=s.isStreamLike(o);if(n){if(!(o instanceof t)){var r=t.create(o,{maxDataSize:1/0,pauseStream:this.pauseStreams});o.on("data",this._checkDataSize.bind(this)),o=r}this._handleErrors(o),this.pauseStreams&&o.pause()}return this._streams.push(o),this},s.prototype.pipe=function(o,n){return a.prototype.pipe.call(this,o,n),this.resume(),o},s.prototype._getNext=function(){if(this._currentStream=null,this._insideLoop){this._pendingNext=!0;return}this._insideLoop=!0;try{do this._pendingNext=!1,this._realGetNext();while(this._pendingNext)}finally{this._insideLoop=!1}},s.prototype._realGetNext=function(){var o=this._streams.shift();if(typeof o>"u"){this.end();return}if(typeof o!="function"){this._pipeNext(o);return}var n=o;n(function(r){var p=s.isStreamLike(r);p&&(r.on("data",this._checkDataSize.bind(this)),this._handleErrors(r)),this._pipeNext(r)}.bind(this))},s.prototype._pipeNext=function(o){this._currentStream=o;var n=s.isStreamLike(o);if(n){o.on("end",this._getNext.bind(this)),o.pipe(this,{end:!1});return}var r=o;this.write(r),this._getNext()},s.prototype._handleErrors=function(o){var n=this;o.on("error",function(r){n._emitError(r)})},s.prototype.write=function(o){this.emit("data",o)},s.prototype.pause=function(){this.pauseStreams&&(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function"&&this._currentStream.pause(),this.emit("pause"))},s.prototype.resume=function(){this._released||(this._released=!0,this.writable=!0,this._getNext()),this.pauseStreams&&this._currentStream&&typeof this._currentStream.resume=="function"&&this._currentStream.resume(),this.emit("resume")},s.prototype.end=function(){this._reset(),this.emit("end")},s.prototype.destroy=function(){this._reset(),this.emit("close")},s.prototype._reset=function(){this.writable=!1,this._streams=[],this._currentStream=null},s.prototype._checkDataSize=function(){if(this._updateDataSize(),!(this.dataSize<=this.maxDataSize)){var o="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(o))}},s.prototype._updateDataSize=function(){this.dataSize=0;var o=this;this._streams.forEach(function(n){n.dataSize&&(o.dataSize+=n.dataSize)}),this._currentStream&&this._currentStream.dataSize&&(this.dataSize+=this._currentStream.dataSize)},s.prototype._emitError=function(o){this._reset(),this.emit("error",o)},ja}var Fa={},$i={"application/1d-interleaved-parityfec":{source:"iana"},"application/3gpdash-qoe-report+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/3gpp-ims+xml":{source:"iana",compressible:!0},"application/3gpphal+json":{source:"iana",compressible:!0},"application/3gpphalforms+json":{source:"iana",compressible:!0},"application/a2l":{source:"iana"},"application/ace+cbor":{source:"iana"},"application/activemessage":{source:"iana"},"application/activity+json":{source:"iana",compressible:!0},"application/alto-costmap+json":{source:"iana",compressible:!0},"application/alto-costmapfilter+json":{source:"iana",compressible:!0},"application/alto-directory+json":{source:"iana",compressible:!0},"application/alto-endpointcost+json":{source:"iana",compressible:!0},"application/alto-endpointcostparams+json":{source:"iana",compressible:!0},"application/alto-endpointprop+json":{source:"iana",compressible:!0},"application/alto-endpointpropparams+json":{source:"iana",compressible:!0},"application/alto-error+json":{source:"iana",compressible:!0},"application/alto-networkmap+json":{source:"iana",compressible:!0},"application/alto-networkmapfilter+json":{source:"iana",compressible:!0},"application/alto-updatestreamcontrol+json":{source:"iana",compressible:!0},"application/alto-updatestreamparams+json":{source:"iana",compressible:!0},"application/aml":{source:"iana"},"application/andrew-inset":{source:"iana",extensions:["ez"]},"application/applefile":{source:"iana"},"application/applixware":{source:"apache",extensions:["aw"]},"application/at+jwt":{source:"iana"},"application/atf":{source:"iana"},"application/atfx":{source:"iana"},"application/atom+xml":{source:"iana",compressible:!0,extensions:["atom"]},"application/atomcat+xml":{source:"iana",compressible:!0,extensions:["atomcat"]},"application/atomdeleted+xml":{source:"iana",compressible:!0,extensions:["atomdeleted"]},"application/atomicmail":{source:"iana"},"application/atomsvc+xml":{source:"iana",compressible:!0,extensions:["atomsvc"]},"application/atsc-dwd+xml":{source:"iana",compressible:!0,extensions:["dwd"]},"application/atsc-dynamic-event-message":{source:"iana"},"application/atsc-held+xml":{source:"iana",compressible:!0,extensions:["held"]},"application/atsc-rdt+json":{source:"iana",compressible:!0},"application/atsc-rsat+xml":{source:"iana",compressible:!0,extensions:["rsat"]},"application/atxml":{source:"iana"},"application/auth-policy+xml":{source:"iana",compressible:!0},"application/bacnet-xdd+zip":{source:"iana",compressible:!1},"application/batch-smtp":{source:"iana"},"application/bdoc":{compressible:!1,extensions:["bdoc"]},"application/beep+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/calendar+json":{source:"iana",compressible:!0},"application/calendar+xml":{source:"iana",compressible:!0,extensions:["xcs"]},"application/call-completion":{source:"iana"},"application/cals-1840":{source:"iana"},"application/captive+json":{source:"iana",compressible:!0},"application/cbor":{source:"iana"},"application/cbor-seq":{source:"iana"},"application/cccex":{source:"iana"},"application/ccmp+xml":{source:"iana",compressible:!0},"application/ccxml+xml":{source:"iana",compressible:!0,extensions:["ccxml"]},"application/cdfx+xml":{source:"iana",compressible:!0,extensions:["cdfx"]},"application/cdmi-capability":{source:"iana",extensions:["cdmia"]},"application/cdmi-container":{source:"iana",extensions:["cdmic"]},"application/cdmi-domain":{source:"iana",extensions:["cdmid"]},"application/cdmi-object":{source:"iana",extensions:["cdmio"]},"application/cdmi-queue":{source:"iana",extensions:["cdmiq"]},"application/cdni":{source:"iana"},"application/cea":{source:"iana"},"application/cea-2018+xml":{source:"iana",compressible:!0},"application/cellml+xml":{source:"iana",compressible:!0},"application/cfw":{source:"iana"},"application/city+json":{source:"iana",compressible:!0},"application/clr":{source:"iana"},"application/clue+xml":{source:"iana",compressible:!0},"application/clue_info+xml":{source:"iana",compressible:!0},"application/cms":{source:"iana"},"application/cnrp+xml":{source:"iana",compressible:!0},"application/coap-group+json":{source:"iana",compressible:!0},"application/coap-payload":{source:"iana"},"application/commonground":{source:"iana"},"application/conference-info+xml":{source:"iana",compressible:!0},"application/cose":{source:"iana"},"application/cose-key":{source:"iana"},"application/cose-key-set":{source:"iana"},"application/cpl+xml":{source:"iana",compressible:!0,extensions:["cpl"]},"application/csrattrs":{source:"iana"},"application/csta+xml":{source:"iana",compressible:!0},"application/cstadata+xml":{source:"iana",compressible:!0},"application/csvm+json":{source:"iana",compressible:!0},"application/cu-seeme":{source:"apache",extensions:["cu"]},"application/cwt":{source:"iana"},"application/cybercash":{source:"iana"},"application/dart":{compressible:!0},"application/dash+xml":{source:"iana",compressible:!0,extensions:["mpd"]},"application/dash-patch+xml":{source:"iana",compressible:!0,extensions:["mpp"]},"application/dashdelta":{source:"iana"},"application/davmount+xml":{source:"iana",compressible:!0,extensions:["davmount"]},"application/dca-rft":{source:"iana"},"application/dcd":{source:"iana"},"application/dec-dx":{source:"iana"},"application/dialog-info+xml":{source:"iana",compressible:!0},"application/dicom":{source:"iana"},"application/dicom+json":{source:"iana",compressible:!0},"application/dicom+xml":{source:"iana",compressible:!0},"application/dii":{source:"iana"},"application/dit":{source:"iana"},"application/dns":{source:"iana"},"application/dns+json":{source:"iana",compressible:!0},"application/dns-message":{source:"iana"},"application/docbook+xml":{source:"apache",compressible:!0,extensions:["dbk"]},"application/dots+cbor":{source:"iana"},"application/dskpp+xml":{source:"iana",compressible:!0},"application/dssc+der":{source:"iana",extensions:["dssc"]},"application/dssc+xml":{source:"iana",compressible:!0,extensions:["xdssc"]},"application/dvcs":{source:"iana"},"application/ecmascript":{source:"iana",compressible:!0,extensions:["es","ecma"]},"application/edi-consent":{source:"iana"},"application/edi-x12":{source:"iana",compressible:!1},"application/edifact":{source:"iana",compressible:!1},"application/efi":{source:"iana"},"application/elm+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/elm+xml":{source:"iana",compressible:!0},"application/emergencycalldata.cap+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/emergencycalldata.comment+xml":{source:"iana",compressible:!0},"application/emergencycalldata.control+xml":{source:"iana",compressible:!0},"application/emergencycalldata.deviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.ecall.msd":{source:"iana"},"application/emergencycalldata.providerinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.serviceinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.subscriberinfo+xml":{source:"iana",compressible:!0},"application/emergencycalldata.veds+xml":{source:"iana",compressible:!0},"application/emma+xml":{source:"iana",compressible:!0,extensions:["emma"]},"application/emotionml+xml":{source:"iana",compressible:!0,extensions:["emotionml"]},"application/encaprtp":{source:"iana"},"application/epp+xml":{source:"iana",compressible:!0},"application/epub+zip":{source:"iana",compressible:!1,extensions:["epub"]},"application/eshop":{source:"iana"},"application/exi":{source:"iana",extensions:["exi"]},"application/expect-ct-report+json":{source:"iana",compressible:!0},"application/express":{source:"iana",extensions:["exp"]},"application/fastinfoset":{source:"iana"},"application/fastsoap":{source:"iana"},"application/fdt+xml":{source:"iana",compressible:!0,extensions:["fdt"]},"application/fhir+json":{source:"iana",charset:"UTF-8",compressible:!0},"application/fhir+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/fido.trusted-apps+json":{compressible:!0},"application/fits":{source:"iana"},"application/flexfec":{source:"iana"},"application/font-sfnt":{source:"iana"},"application/font-tdpfr":{source:"iana",extensions:["pfr"]},"application/font-woff":{source:"iana",compressible:!1},"application/framework-attributes+xml":{source:"iana",compressible:!0},"application/geo+json":{source:"iana",compressible:!0,extensions:["geojson"]},"application/geo+json-seq":{source:"iana"},"application/geopackage+sqlite3":{source:"iana"},"application/geoxacml+xml":{source:"iana",compressible:!0},"application/gltf-buffer":{source:"iana"},"application/gml+xml":{source:"iana",compressible:!0,extensions:["gml"]},"application/gpx+xml":{source:"apache",compressible:!0,extensions:["gpx"]},"application/gxf":{source:"apache",extensions:["gxf"]},"application/gzip":{source:"iana",compressible:!1,extensions:["gz"]},"application/h224":{source:"iana"},"application/held+xml":{source:"iana",compressible:!0},"application/hjson":{extensions:["hjson"]},"application/http":{source:"iana"},"application/hyperstudio":{source:"iana",extensions:["stk"]},"application/ibe-key-request+xml":{source:"iana",compressible:!0},"application/ibe-pkg-reply+xml":{source:"iana",compressible:!0},"application/ibe-pp-data":{source:"iana"},"application/iges":{source:"iana"},"application/im-iscomposing+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/index":{source:"iana"},"application/index.cmd":{source:"iana"},"application/index.obj":{source:"iana"},"application/index.response":{source:"iana"},"application/index.vnd":{source:"iana"},"application/inkml+xml":{source:"iana",compressible:!0,extensions:["ink","inkml"]},"application/iotp":{source:"iana"},"application/ipfix":{source:"iana",extensions:["ipfix"]},"application/ipp":{source:"iana"},"application/isup":{source:"iana"},"application/its+xml":{source:"iana",compressible:!0,extensions:["its"]},"application/java-archive":{source:"apache",compressible:!1,extensions:["jar","war","ear"]},"application/java-serialized-object":{source:"apache",compressible:!1,extensions:["ser"]},"application/java-vm":{source:"apache",compressible:!1,extensions:["class"]},"application/javascript":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["js","mjs"]},"application/jf2feed+json":{source:"iana",compressible:!0},"application/jose":{source:"iana"},"application/jose+json":{source:"iana",compressible:!0},"application/jrd+json":{source:"iana",compressible:!0},"application/jscalendar+json":{source:"iana",compressible:!0},"application/json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["json","map"]},"application/json-patch+json":{source:"iana",compressible:!0},"application/json-seq":{source:"iana"},"application/json5":{extensions:["json5"]},"application/jsonml+json":{source:"apache",compressible:!0,extensions:["jsonml"]},"application/jwk+json":{source:"iana",compressible:!0},"application/jwk-set+json":{source:"iana",compressible:!0},"application/jwt":{source:"iana"},"application/kpml-request+xml":{source:"iana",compressible:!0},"application/kpml-response+xml":{source:"iana",compressible:!0},"application/ld+json":{source:"iana",compressible:!0,extensions:["jsonld"]},"application/lgr+xml":{source:"iana",compressible:!0,extensions:["lgr"]},"application/link-format":{source:"iana"},"application/load-control+xml":{source:"iana",compressible:!0},"application/lost+xml":{source:"iana",compressible:!0,extensions:["lostxml"]},"application/lostsync+xml":{source:"iana",compressible:!0},"application/lpf+zip":{source:"iana",compressible:!1},"application/lxf":{source:"iana"},"application/mac-binhex40":{source:"iana",extensions:["hqx"]},"application/mac-compactpro":{source:"apache",extensions:["cpt"]},"application/macwriteii":{source:"iana"},"application/mads+xml":{source:"iana",compressible:!0,extensions:["mads"]},"application/manifest+json":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["webmanifest"]},"application/marc":{source:"iana",extensions:["mrc"]},"application/marcxml+xml":{source:"iana",compressible:!0,extensions:["mrcx"]},"application/mathematica":{source:"iana",extensions:["ma","nb","mb"]},"application/mathml+xml":{source:"iana",compressible:!0,extensions:["mathml"]},"application/mathml-content+xml":{source:"iana",compressible:!0},"application/mathml-presentation+xml":{source:"iana",compressible:!0},"application/mbms-associated-procedure-description+xml":{source:"iana",compressible:!0},"application/mbms-deregister+xml":{source:"iana",compressible:!0},"application/mbms-envelope+xml":{source:"iana",compressible:!0},"application/mbms-msk+xml":{source:"iana",compressible:!0},"application/mbms-msk-response+xml":{source:"iana",compressible:!0},"application/mbms-protection-description+xml":{source:"iana",compressible:!0},"application/mbms-reception-report+xml":{source:"iana",compressible:!0},"application/mbms-register+xml":{source:"iana",compressible:!0},"application/mbms-register-response+xml":{source:"iana",compressible:!0},"application/mbms-schedule+xml":{source:"iana",compressible:!0},"application/mbms-user-service-description+xml":{source:"iana",compressible:!0},"application/mbox":{source:"iana",extensions:["mbox"]},"application/media-policy-dataset+xml":{source:"iana",compressible:!0,extensions:["mpf"]},"application/media_control+xml":{source:"iana",compressible:!0},"application/mediaservercontrol+xml":{source:"iana",compressible:!0,extensions:["mscml"]},"application/merge-patch+json":{source:"iana",compressible:!0},"application/metalink+xml":{source:"apache",compressible:!0,extensions:["metalink"]},"application/metalink4+xml":{source:"iana",compressible:!0,extensions:["meta4"]},"application/mets+xml":{source:"iana",compressible:!0,extensions:["mets"]},"application/mf4":{source:"iana"},"application/mikey":{source:"iana"},"application/mipc":{source:"iana"},"application/missing-blocks+cbor-seq":{source:"iana"},"application/mmt-aei+xml":{source:"iana",compressible:!0,extensions:["maei"]},"application/mmt-usd+xml":{source:"iana",compressible:!0,extensions:["musd"]},"application/mods+xml":{source:"iana",compressible:!0,extensions:["mods"]},"application/moss-keys":{source:"iana"},"application/moss-signature":{source:"iana"},"application/mosskey-data":{source:"iana"},"application/mosskey-request":{source:"iana"},"application/mp21":{source:"iana",extensions:["m21","mp21"]},"application/mp4":{source:"iana",extensions:["mp4s","m4p"]},"application/mpeg4-generic":{source:"iana"},"application/mpeg4-iod":{source:"iana"},"application/mpeg4-iod-xmt":{source:"iana"},"application/mrb-consumer+xml":{source:"iana",compressible:!0},"application/mrb-publish+xml":{source:"iana",compressible:!0},"application/msc-ivr+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msc-mixer+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/msword":{source:"iana",compressible:!1,extensions:["doc","dot"]},"application/mud+json":{source:"iana",compressible:!0},"application/multipart-core":{source:"iana"},"application/mxf":{source:"iana",extensions:["mxf"]},"application/n-quads":{source:"iana",extensions:["nq"]},"application/n-triples":{source:"iana",extensions:["nt"]},"application/nasdata":{source:"iana"},"application/news-checkgroups":{source:"iana",charset:"US-ASCII"},"application/news-groupinfo":{source:"iana",charset:"US-ASCII"},"application/news-transmission":{source:"iana"},"application/nlsml+xml":{source:"iana",compressible:!0},"application/node":{source:"iana",extensions:["cjs"]},"application/nss":{source:"iana"},"application/oauth-authz-req+jwt":{source:"iana"},"application/oblivious-dns-message":{source:"iana"},"application/ocsp-request":{source:"iana"},"application/ocsp-response":{source:"iana"},"application/octet-stream":{source:"iana",compressible:!1,extensions:["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{source:"iana",extensions:["oda"]},"application/odm+xml":{source:"iana",compressible:!0},"application/odx":{source:"iana"},"application/oebps-package+xml":{source:"iana",compressible:!0,extensions:["opf"]},"application/ogg":{source:"iana",compressible:!1,extensions:["ogx"]},"application/omdoc+xml":{source:"apache",compressible:!0,extensions:["omdoc"]},"application/onenote":{source:"apache",extensions:["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{source:"iana",compressible:!0},"application/oscore":{source:"iana"},"application/oxps":{source:"iana",extensions:["oxps"]},"application/p21":{source:"iana"},"application/p21+zip":{source:"iana",compressible:!1},"application/p2p-overlay+xml":{source:"iana",compressible:!0,extensions:["relo"]},"application/parityfec":{source:"iana"},"application/passport":{source:"iana"},"application/patch-ops-error+xml":{source:"iana",compressible:!0,extensions:["xer"]},"application/pdf":{source:"iana",compressible:!1,extensions:["pdf"]},"application/pdx":{source:"iana"},"application/pem-certificate-chain":{source:"iana"},"application/pgp-encrypted":{source:"iana",compressible:!1,extensions:["pgp"]},"application/pgp-keys":{source:"iana",extensions:["asc"]},"application/pgp-signature":{source:"iana",extensions:["asc","sig"]},"application/pics-rules":{source:"apache",extensions:["prf"]},"application/pidf+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pidf-diff+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/pkcs10":{source:"iana",extensions:["p10"]},"application/pkcs12":{source:"iana"},"application/pkcs7-mime":{source:"iana",extensions:["p7m","p7c"]},"application/pkcs7-signature":{source:"iana",extensions:["p7s"]},"application/pkcs8":{source:"iana",extensions:["p8"]},"application/pkcs8-encrypted":{source:"iana"},"application/pkix-attr-cert":{source:"iana",extensions:["ac"]},"application/pkix-cert":{source:"iana",extensions:["cer"]},"application/pkix-crl":{source:"iana",extensions:["crl"]},"application/pkix-pkipath":{source:"iana",extensions:["pkipath"]},"application/pkixcmp":{source:"iana",extensions:["pki"]},"application/pls+xml":{source:"iana",compressible:!0,extensions:["pls"]},"application/poc-settings+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/postscript":{source:"iana",compressible:!0,extensions:["ai","eps","ps"]},"application/ppsp-tracker+json":{source:"iana",compressible:!0},"application/problem+json":{source:"iana",compressible:!0},"application/problem+xml":{source:"iana",compressible:!0},"application/provenance+xml":{source:"iana",compressible:!0,extensions:["provx"]},"application/prs.alvestrand.titrax-sheet":{source:"iana"},"application/prs.cww":{source:"iana",extensions:["cww"]},"application/prs.cyn":{source:"iana",charset:"7-BIT"},"application/prs.hpub+zip":{source:"iana",compressible:!1},"application/prs.nprend":{source:"iana"},"application/prs.plucker":{source:"iana"},"application/prs.rdf-xml-crypt":{source:"iana"},"application/prs.xsf+xml":{source:"iana",compressible:!0},"application/pskc+xml":{source:"iana",compressible:!0,extensions:["pskcxml"]},"application/pvd+json":{source:"iana",compressible:!0},"application/qsig":{source:"iana"},"application/raml+yaml":{compressible:!0,extensions:["raml"]},"application/raptorfec":{source:"iana"},"application/rdap+json":{source:"iana",compressible:!0},"application/rdf+xml":{source:"iana",compressible:!0,extensions:["rdf","owl"]},"application/reginfo+xml":{source:"iana",compressible:!0,extensions:["rif"]},"application/relax-ng-compact-syntax":{source:"iana",extensions:["rnc"]},"application/remote-printing":{source:"iana"},"application/reputon+json":{source:"iana",compressible:!0},"application/resource-lists+xml":{source:"iana",compressible:!0,extensions:["rl"]},"application/resource-lists-diff+xml":{source:"iana",compressible:!0,extensions:["rld"]},"application/rfc+xml":{source:"iana",compressible:!0},"application/riscos":{source:"iana"},"application/rlmi+xml":{source:"iana",compressible:!0},"application/rls-services+xml":{source:"iana",compressible:!0,extensions:["rs"]},"application/route-apd+xml":{source:"iana",compressible:!0,extensions:["rapd"]},"application/route-s-tsid+xml":{source:"iana",compressible:!0,extensions:["sls"]},"application/route-usd+xml":{source:"iana",compressible:!0,extensions:["rusd"]},"application/rpki-ghostbusters":{source:"iana",extensions:["gbr"]},"application/rpki-manifest":{source:"iana",extensions:["mft"]},"application/rpki-publication":{source:"iana"},"application/rpki-roa":{source:"iana",extensions:["roa"]},"application/rpki-updown":{source:"iana"},"application/rsd+xml":{source:"apache",compressible:!0,extensions:["rsd"]},"application/rss+xml":{source:"apache",compressible:!0,extensions:["rss"]},"application/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"application/rtploopback":{source:"iana"},"application/rtx":{source:"iana"},"application/samlassertion+xml":{source:"iana",compressible:!0},"application/samlmetadata+xml":{source:"iana",compressible:!0},"application/sarif+json":{source:"iana",compressible:!0},"application/sarif-external-properties+json":{source:"iana",compressible:!0},"application/sbe":{source:"iana"},"application/sbml+xml":{source:"iana",compressible:!0,extensions:["sbml"]},"application/scaip+xml":{source:"iana",compressible:!0},"application/scim+json":{source:"iana",compressible:!0},"application/scvp-cv-request":{source:"iana",extensions:["scq"]},"application/scvp-cv-response":{source:"iana",extensions:["scs"]},"application/scvp-vp-request":{source:"iana",extensions:["spq"]},"application/scvp-vp-response":{source:"iana",extensions:["spp"]},"application/sdp":{source:"iana",extensions:["sdp"]},"application/secevent+jwt":{source:"iana"},"application/senml+cbor":{source:"iana"},"application/senml+json":{source:"iana",compressible:!0},"application/senml+xml":{source:"iana",compressible:!0,extensions:["senmlx"]},"application/senml-etch+cbor":{source:"iana"},"application/senml-etch+json":{source:"iana",compressible:!0},"application/senml-exi":{source:"iana"},"application/sensml+cbor":{source:"iana"},"application/sensml+json":{source:"iana",compressible:!0},"application/sensml+xml":{source:"iana",compressible:!0,extensions:["sensmlx"]},"application/sensml-exi":{source:"iana"},"application/sep+xml":{source:"iana",compressible:!0},"application/sep-exi":{source:"iana"},"application/session-info":{source:"iana"},"application/set-payment":{source:"iana"},"application/set-payment-initiation":{source:"iana",extensions:["setpay"]},"application/set-registration":{source:"iana"},"application/set-registration-initiation":{source:"iana",extensions:["setreg"]},"application/sgml":{source:"iana"},"application/sgml-open-catalog":{source:"iana"},"application/shf+xml":{source:"iana",compressible:!0,extensions:["shf"]},"application/sieve":{source:"iana",extensions:["siv","sieve"]},"application/simple-filter+xml":{source:"iana",compressible:!0},"application/simple-message-summary":{source:"iana"},"application/simplesymbolcontainer":{source:"iana"},"application/sipc":{source:"iana"},"application/slate":{source:"iana"},"application/smil":{source:"iana"},"application/smil+xml":{source:"iana",compressible:!0,extensions:["smi","smil"]},"application/smpte336m":{source:"iana"},"application/soap+fastinfoset":{source:"iana"},"application/soap+xml":{source:"iana",compressible:!0},"application/sparql-query":{source:"iana",extensions:["rq"]},"application/sparql-results+xml":{source:"iana",compressible:!0,extensions:["srx"]},"application/spdx+json":{source:"iana",compressible:!0},"application/spirits-event+xml":{source:"iana",compressible:!0},"application/sql":{source:"iana"},"application/srgs":{source:"iana",extensions:["gram"]},"application/srgs+xml":{source:"iana",compressible:!0,extensions:["grxml"]},"application/sru+xml":{source:"iana",compressible:!0,extensions:["sru"]},"application/ssdl+xml":{source:"apache",compressible:!0,extensions:["ssdl"]},"application/ssml+xml":{source:"iana",compressible:!0,extensions:["ssml"]},"application/stix+json":{source:"iana",compressible:!0},"application/swid+xml":{source:"iana",compressible:!0,extensions:["swidtag"]},"application/tamp-apex-update":{source:"iana"},"application/tamp-apex-update-confirm":{source:"iana"},"application/tamp-community-update":{source:"iana"},"application/tamp-community-update-confirm":{source:"iana"},"application/tamp-error":{source:"iana"},"application/tamp-sequence-adjust":{source:"iana"},"application/tamp-sequence-adjust-confirm":{source:"iana"},"application/tamp-status-query":{source:"iana"},"application/tamp-status-response":{source:"iana"},"application/tamp-update":{source:"iana"},"application/tamp-update-confirm":{source:"iana"},"application/tar":{compressible:!0},"application/taxii+json":{source:"iana",compressible:!0},"application/td+json":{source:"iana",compressible:!0},"application/tei+xml":{source:"iana",compressible:!0,extensions:["tei","teicorpus"]},"application/tetra_isi":{source:"iana"},"application/thraud+xml":{source:"iana",compressible:!0,extensions:["tfi"]},"application/timestamp-query":{source:"iana"},"application/timestamp-reply":{source:"iana"},"application/timestamped-data":{source:"iana",extensions:["tsd"]},"application/tlsrpt+gzip":{source:"iana"},"application/tlsrpt+json":{source:"iana",compressible:!0},"application/tnauthlist":{source:"iana"},"application/token-introspection+jwt":{source:"iana"},"application/toml":{compressible:!0,extensions:["toml"]},"application/trickle-ice-sdpfrag":{source:"iana"},"application/trig":{source:"iana",extensions:["trig"]},"application/ttml+xml":{source:"iana",compressible:!0,extensions:["ttml"]},"application/tve-trigger":{source:"iana"},"application/tzif":{source:"iana"},"application/tzif-leap":{source:"iana"},"application/ubjson":{compressible:!1,extensions:["ubj"]},"application/ulpfec":{source:"iana"},"application/urc-grpsheet+xml":{source:"iana",compressible:!0},"application/urc-ressheet+xml":{source:"iana",compressible:!0,extensions:["rsheet"]},"application/urc-targetdesc+xml":{source:"iana",compressible:!0,extensions:["td"]},"application/urc-uisocketdesc+xml":{source:"iana",compressible:!0},"application/vcard+json":{source:"iana",compressible:!0},"application/vcard+xml":{source:"iana",compressible:!0},"application/vemmi":{source:"iana"},"application/vividence.scriptfile":{source:"apache"},"application/vnd.1000minds.decision-model+xml":{source:"iana",compressible:!0,extensions:["1km"]},"application/vnd.3gpp-prose+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-prose-pc3ch+xml":{source:"iana",compressible:!0},"application/vnd.3gpp-v2x-local-service-information":{source:"iana"},"application/vnd.3gpp.5gnas":{source:"iana"},"application/vnd.3gpp.access-transfer-events+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.bsf+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gmop+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.gtpc":{source:"iana"},"application/vnd.3gpp.interworking-data":{source:"iana"},"application/vnd.3gpp.lpp":{source:"iana"},"application/vnd.3gpp.mc-signalling-ear":{source:"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-payload":{source:"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-signalling":{source:"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcdata-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-floor-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-signed+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-ue-init-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcptt-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-location-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-service-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-transmission-request+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-ue-config+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mcvideo-user-profile+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.mid-call+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ngap":{source:"iana"},"application/vnd.3gpp.pfcp":{source:"iana"},"application/vnd.3gpp.pic-bw-large":{source:"iana",extensions:["plb"]},"application/vnd.3gpp.pic-bw-small":{source:"iana",extensions:["psb"]},"application/vnd.3gpp.pic-bw-var":{source:"iana",extensions:["pvb"]},"application/vnd.3gpp.s1ap":{source:"iana"},"application/vnd.3gpp.sms":{source:"iana"},"application/vnd.3gpp.sms+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-ext+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.srvcc-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.state-and-event-info+xml":{source:"iana",compressible:!0},"application/vnd.3gpp.ussd+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.bcmcsinfo+xml":{source:"iana",compressible:!0},"application/vnd.3gpp2.sms":{source:"iana"},"application/vnd.3gpp2.tcap":{source:"iana",extensions:["tcap"]},"application/vnd.3lightssoftware.imagescal":{source:"iana"},"application/vnd.3m.post-it-notes":{source:"iana",extensions:["pwn"]},"application/vnd.accpac.simply.aso":{source:"iana",extensions:["aso"]},"application/vnd.accpac.simply.imp":{source:"iana",extensions:["imp"]},"application/vnd.acucobol":{source:"iana",extensions:["acu"]},"application/vnd.acucorp":{source:"iana",extensions:["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{source:"apache",compressible:!1,extensions:["air"]},"application/vnd.adobe.flash.movie":{source:"iana"},"application/vnd.adobe.formscentral.fcdt":{source:"iana",extensions:["fcdt"]},"application/vnd.adobe.fxp":{source:"iana",extensions:["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{source:"iana"},"application/vnd.adobe.xdp+xml":{source:"iana",compressible:!0,extensions:["xdp"]},"application/vnd.adobe.xfdf":{source:"iana",extensions:["xfdf"]},"application/vnd.aether.imp":{source:"iana"},"application/vnd.afpc.afplinedata":{source:"iana"},"application/vnd.afpc.afplinedata-pagedef":{source:"iana"},"application/vnd.afpc.cmoca-cmresource":{source:"iana"},"application/vnd.afpc.foca-charset":{source:"iana"},"application/vnd.afpc.foca-codedfont":{source:"iana"},"application/vnd.afpc.foca-codepage":{source:"iana"},"application/vnd.afpc.modca":{source:"iana"},"application/vnd.afpc.modca-cmtable":{source:"iana"},"application/vnd.afpc.modca-formdef":{source:"iana"},"application/vnd.afpc.modca-mediummap":{source:"iana"},"application/vnd.afpc.modca-objectcontainer":{source:"iana"},"application/vnd.afpc.modca-overlay":{source:"iana"},"application/vnd.afpc.modca-pagesegment":{source:"iana"},"application/vnd.age":{source:"iana",extensions:["age"]},"application/vnd.ah-barcode":{source:"iana"},"application/vnd.ahead.space":{source:"iana",extensions:["ahead"]},"application/vnd.airzip.filesecure.azf":{source:"iana",extensions:["azf"]},"application/vnd.airzip.filesecure.azs":{source:"iana",extensions:["azs"]},"application/vnd.amadeus+json":{source:"iana",compressible:!0},"application/vnd.amazon.ebook":{source:"apache",extensions:["azw"]},"application/vnd.amazon.mobi8-ebook":{source:"iana"},"application/vnd.americandynamics.acc":{source:"iana",extensions:["acc"]},"application/vnd.amiga.ami":{source:"iana",extensions:["ami"]},"application/vnd.amundsen.maze+xml":{source:"iana",compressible:!0},"application/vnd.android.ota":{source:"iana"},"application/vnd.android.package-archive":{source:"apache",compressible:!1,extensions:["apk"]},"application/vnd.anki":{source:"iana"},"application/vnd.anser-web-certificate-issue-initiation":{source:"iana",extensions:["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{source:"apache",extensions:["fti"]},"application/vnd.antix.game-component":{source:"iana",extensions:["atx"]},"application/vnd.apache.arrow.file":{source:"iana"},"application/vnd.apache.arrow.stream":{source:"iana"},"application/vnd.apache.thrift.binary":{source:"iana"},"application/vnd.apache.thrift.compact":{source:"iana"},"application/vnd.apache.thrift.json":{source:"iana"},"application/vnd.api+json":{source:"iana",compressible:!0},"application/vnd.aplextor.warrp+json":{source:"iana",compressible:!0},"application/vnd.apothekende.reservation+json":{source:"iana",compressible:!0},"application/vnd.apple.installer+xml":{source:"iana",compressible:!0,extensions:["mpkg"]},"application/vnd.apple.keynote":{source:"iana",extensions:["key"]},"application/vnd.apple.mpegurl":{source:"iana",extensions:["m3u8"]},"application/vnd.apple.numbers":{source:"iana",extensions:["numbers"]},"application/vnd.apple.pages":{source:"iana",extensions:["pages"]},"application/vnd.apple.pkpass":{compressible:!1,extensions:["pkpass"]},"application/vnd.arastra.swi":{source:"iana"},"application/vnd.aristanetworks.swi":{source:"iana",extensions:["swi"]},"application/vnd.artisan+json":{source:"iana",compressible:!0},"application/vnd.artsquare":{source:"iana"},"application/vnd.astraea-software.iota":{source:"iana",extensions:["iota"]},"application/vnd.audiograph":{source:"iana",extensions:["aep"]},"application/vnd.autopackage":{source:"iana"},"application/vnd.avalon+json":{source:"iana",compressible:!0},"application/vnd.avistar+xml":{source:"iana",compressible:!0},"application/vnd.balsamiq.bmml+xml":{source:"iana",compressible:!0,extensions:["bmml"]},"application/vnd.balsamiq.bmpr":{source:"iana"},"application/vnd.banana-accounting":{source:"iana"},"application/vnd.bbf.usp.error":{source:"iana"},"application/vnd.bbf.usp.msg":{source:"iana"},"application/vnd.bbf.usp.msg+json":{source:"iana",compressible:!0},"application/vnd.bekitzur-stech+json":{source:"iana",compressible:!0},"application/vnd.bint.med-content":{source:"iana"},"application/vnd.biopax.rdf+xml":{source:"iana",compressible:!0},"application/vnd.blink-idb-value-wrapper":{source:"iana"},"application/vnd.blueice.multipass":{source:"iana",extensions:["mpm"]},"application/vnd.bluetooth.ep.oob":{source:"iana"},"application/vnd.bluetooth.le.oob":{source:"iana"},"application/vnd.bmi":{source:"iana",extensions:["bmi"]},"application/vnd.bpf":{source:"iana"},"application/vnd.bpf3":{source:"iana"},"application/vnd.businessobjects":{source:"iana",extensions:["rep"]},"application/vnd.byu.uapi+json":{source:"iana",compressible:!0},"application/vnd.cab-jscript":{source:"iana"},"application/vnd.canon-cpdl":{source:"iana"},"application/vnd.canon-lips":{source:"iana"},"application/vnd.capasystems-pg+json":{source:"iana",compressible:!0},"application/vnd.cendio.thinlinc.clientconf":{source:"iana"},"application/vnd.century-systems.tcp_stream":{source:"iana"},"application/vnd.chemdraw+xml":{source:"iana",compressible:!0,extensions:["cdxml"]},"application/vnd.chess-pgn":{source:"iana"},"application/vnd.chipnuts.karaoke-mmd":{source:"iana",extensions:["mmd"]},"application/vnd.ciedi":{source:"iana"},"application/vnd.cinderella":{source:"iana",extensions:["cdy"]},"application/vnd.cirpack.isdn-ext":{source:"iana"},"application/vnd.citationstyles.style+xml":{source:"iana",compressible:!0,extensions:["csl"]},"application/vnd.claymore":{source:"iana",extensions:["cla"]},"application/vnd.cloanto.rp9":{source:"iana",extensions:["rp9"]},"application/vnd.clonk.c4group":{source:"iana",extensions:["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{source:"iana",extensions:["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{source:"iana",extensions:["c11amz"]},"application/vnd.coffeescript":{source:"iana"},"application/vnd.collabio.xodocuments.document":{source:"iana"},"application/vnd.collabio.xodocuments.document-template":{source:"iana"},"application/vnd.collabio.xodocuments.presentation":{source:"iana"},"application/vnd.collabio.xodocuments.presentation-template":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{source:"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{source:"iana"},"application/vnd.collection+json":{source:"iana",compressible:!0},"application/vnd.collection.doc+json":{source:"iana",compressible:!0},"application/vnd.collection.next+json":{source:"iana",compressible:!0},"application/vnd.comicbook+zip":{source:"iana",compressible:!1},"application/vnd.comicbook-rar":{source:"iana"},"application/vnd.commerce-battelle":{source:"iana"},"application/vnd.commonspace":{source:"iana",extensions:["csp"]},"application/vnd.contact.cmsg":{source:"iana",extensions:["cdbcmsg"]},"application/vnd.coreos.ignition+json":{source:"iana",compressible:!0},"application/vnd.cosmocaller":{source:"iana",extensions:["cmc"]},"application/vnd.crick.clicker":{source:"iana",extensions:["clkx"]},"application/vnd.crick.clicker.keyboard":{source:"iana",extensions:["clkk"]},"application/vnd.crick.clicker.palette":{source:"iana",extensions:["clkp"]},"application/vnd.crick.clicker.template":{source:"iana",extensions:["clkt"]},"application/vnd.crick.clicker.wordbank":{source:"iana",extensions:["clkw"]},"application/vnd.criticaltools.wbs+xml":{source:"iana",compressible:!0,extensions:["wbs"]},"application/vnd.cryptii.pipe+json":{source:"iana",compressible:!0},"application/vnd.crypto-shade-file":{source:"iana"},"application/vnd.cryptomator.encrypted":{source:"iana"},"application/vnd.cryptomator.vault":{source:"iana"},"application/vnd.ctc-posml":{source:"iana",extensions:["pml"]},"application/vnd.ctct.ws+xml":{source:"iana",compressible:!0},"application/vnd.cups-pdf":{source:"iana"},"application/vnd.cups-postscript":{source:"iana"},"application/vnd.cups-ppd":{source:"iana",extensions:["ppd"]},"application/vnd.cups-raster":{source:"iana"},"application/vnd.cups-raw":{source:"iana"},"application/vnd.curl":{source:"iana"},"application/vnd.curl.car":{source:"apache",extensions:["car"]},"application/vnd.curl.pcurl":{source:"apache",extensions:["pcurl"]},"application/vnd.cyan.dean.root+xml":{source:"iana",compressible:!0},"application/vnd.cybank":{source:"iana"},"application/vnd.cyclonedx+json":{source:"iana",compressible:!0},"application/vnd.cyclonedx+xml":{source:"iana",compressible:!0},"application/vnd.d2l.coursepackage1p0+zip":{source:"iana",compressible:!1},"application/vnd.d3m-dataset":{source:"iana"},"application/vnd.d3m-problem":{source:"iana"},"application/vnd.dart":{source:"iana",compressible:!0,extensions:["dart"]},"application/vnd.data-vision.rdz":{source:"iana",extensions:["rdz"]},"application/vnd.datapackage+json":{source:"iana",compressible:!0},"application/vnd.dataresource+json":{source:"iana",compressible:!0},"application/vnd.dbf":{source:"iana",extensions:["dbf"]},"application/vnd.debian.binary-package":{source:"iana"},"application/vnd.dece.data":{source:"iana",extensions:["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{source:"iana",compressible:!0,extensions:["uvt","uvvt"]},"application/vnd.dece.unspecified":{source:"iana",extensions:["uvx","uvvx"]},"application/vnd.dece.zip":{source:"iana",extensions:["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{source:"iana",extensions:["fe_launch"]},"application/vnd.desmume.movie":{source:"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{source:"iana"},"application/vnd.dm.delegation+xml":{source:"iana",compressible:!0},"application/vnd.dna":{source:"iana",extensions:["dna"]},"application/vnd.document+json":{source:"iana",compressible:!0},"application/vnd.dolby.mlp":{source:"apache",extensions:["mlp"]},"application/vnd.dolby.mobile.1":{source:"iana"},"application/vnd.dolby.mobile.2":{source:"iana"},"application/vnd.doremir.scorecloud-binary-document":{source:"iana"},"application/vnd.dpgraph":{source:"iana",extensions:["dpg"]},"application/vnd.dreamfactory":{source:"iana",extensions:["dfac"]},"application/vnd.drive+json":{source:"iana",compressible:!0},"application/vnd.ds-keypoint":{source:"apache",extensions:["kpxx"]},"application/vnd.dtg.local":{source:"iana"},"application/vnd.dtg.local.flash":{source:"iana"},"application/vnd.dtg.local.html":{source:"iana"},"application/vnd.dvb.ait":{source:"iana",extensions:["ait"]},"application/vnd.dvb.dvbisl+xml":{source:"iana",compressible:!0},"application/vnd.dvb.dvbj":{source:"iana"},"application/vnd.dvb.esgcontainer":{source:"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess":{source:"iana"},"application/vnd.dvb.ipdcesgaccess2":{source:"iana"},"application/vnd.dvb.ipdcesgpdd":{source:"iana"},"application/vnd.dvb.ipdcroaming":{source:"iana"},"application/vnd.dvb.iptv.alfec-base":{source:"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{source:"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-container+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-generic+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-msglist+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-request+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-ia-registration-response+xml":{source:"iana",compressible:!0},"application/vnd.dvb.notif-init+xml":{source:"iana",compressible:!0},"application/vnd.dvb.pfr":{source:"iana"},"application/vnd.dvb.service":{source:"iana",extensions:["svc"]},"application/vnd.dxr":{source:"iana"},"application/vnd.dynageo":{source:"iana",extensions:["geo"]},"application/vnd.dzr":{source:"iana"},"application/vnd.easykaraoke.cdgdownload":{source:"iana"},"application/vnd.ecdis-update":{source:"iana"},"application/vnd.ecip.rlp":{source:"iana"},"application/vnd.eclipse.ditto+json":{source:"iana",compressible:!0},"application/vnd.ecowin.chart":{source:"iana",extensions:["mag"]},"application/vnd.ecowin.filerequest":{source:"iana"},"application/vnd.ecowin.fileupdate":{source:"iana"},"application/vnd.ecowin.series":{source:"iana"},"application/vnd.ecowin.seriesrequest":{source:"iana"},"application/vnd.ecowin.seriesupdate":{source:"iana"},"application/vnd.efi.img":{source:"iana"},"application/vnd.efi.iso":{source:"iana"},"application/vnd.emclient.accessrequest+xml":{source:"iana",compressible:!0},"application/vnd.enliven":{source:"iana",extensions:["nml"]},"application/vnd.enphase.envoy":{source:"iana"},"application/vnd.eprints.data+xml":{source:"iana",compressible:!0},"application/vnd.epson.esf":{source:"iana",extensions:["esf"]},"application/vnd.epson.msf":{source:"iana",extensions:["msf"]},"application/vnd.epson.quickanime":{source:"iana",extensions:["qam"]},"application/vnd.epson.salt":{source:"iana",extensions:["slt"]},"application/vnd.epson.ssf":{source:"iana",extensions:["ssf"]},"application/vnd.ericsson.quickcall":{source:"iana"},"application/vnd.espass-espass+zip":{source:"iana",compressible:!1},"application/vnd.eszigno3+xml":{source:"iana",compressible:!0,extensions:["es3","et3"]},"application/vnd.etsi.aoc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.asic-e+zip":{source:"iana",compressible:!1},"application/vnd.etsi.asic-s+zip":{source:"iana",compressible:!1},"application/vnd.etsi.cug+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvcommand+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-bc+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-cod+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsad-npvr+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvservice+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvsync+xml":{source:"iana",compressible:!0},"application/vnd.etsi.iptvueprofile+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mcid+xml":{source:"iana",compressible:!0},"application/vnd.etsi.mheg5":{source:"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{source:"iana",compressible:!0},"application/vnd.etsi.pstn+xml":{source:"iana",compressible:!0},"application/vnd.etsi.sci+xml":{source:"iana",compressible:!0},"application/vnd.etsi.simservs+xml":{source:"iana",compressible:!0},"application/vnd.etsi.timestamp-token":{source:"iana"},"application/vnd.etsi.tsl+xml":{source:"iana",compressible:!0},"application/vnd.etsi.tsl.der":{source:"iana"},"application/vnd.eu.kasparian.car+json":{source:"iana",compressible:!0},"application/vnd.eudora.data":{source:"iana"},"application/vnd.evolv.ecig.profile":{source:"iana"},"application/vnd.evolv.ecig.settings":{source:"iana"},"application/vnd.evolv.ecig.theme":{source:"iana"},"application/vnd.exstream-empower+zip":{source:"iana",compressible:!1},"application/vnd.exstream-package":{source:"iana"},"application/vnd.ezpix-album":{source:"iana",extensions:["ez2"]},"application/vnd.ezpix-package":{source:"iana",extensions:["ez3"]},"application/vnd.f-secure.mobile":{source:"iana"},"application/vnd.familysearch.gedcom+zip":{source:"iana",compressible:!1},"application/vnd.fastcopy-disk-image":{source:"iana"},"application/vnd.fdf":{source:"iana",extensions:["fdf"]},"application/vnd.fdsn.mseed":{source:"iana",extensions:["mseed"]},"application/vnd.fdsn.seed":{source:"iana",extensions:["seed","dataless"]},"application/vnd.ffsns":{source:"iana"},"application/vnd.ficlab.flb+zip":{source:"iana",compressible:!1},"application/vnd.filmit.zfc":{source:"iana"},"application/vnd.fints":{source:"iana"},"application/vnd.firemonkeys.cloudcell":{source:"iana"},"application/vnd.flographit":{source:"iana",extensions:["gph"]},"application/vnd.fluxtime.clip":{source:"iana",extensions:["ftc"]},"application/vnd.font-fontforge-sfd":{source:"iana"},"application/vnd.framemaker":{source:"iana",extensions:["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{source:"iana",extensions:["fnc"]},"application/vnd.frogans.ltf":{source:"iana",extensions:["ltf"]},"application/vnd.fsc.weblaunch":{source:"iana",extensions:["fsc"]},"application/vnd.fujifilm.fb.docuworks":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{source:"iana"},"application/vnd.fujifilm.fb.docuworks.container":{source:"iana"},"application/vnd.fujifilm.fb.jfi+xml":{source:"iana",compressible:!0},"application/vnd.fujitsu.oasys":{source:"iana",extensions:["oas"]},"application/vnd.fujitsu.oasys2":{source:"iana",extensions:["oa2"]},"application/vnd.fujitsu.oasys3":{source:"iana",extensions:["oa3"]},"application/vnd.fujitsu.oasysgp":{source:"iana",extensions:["fg5"]},"application/vnd.fujitsu.oasysprs":{source:"iana",extensions:["bh2"]},"application/vnd.fujixerox.art-ex":{source:"iana"},"application/vnd.fujixerox.art4":{source:"iana"},"application/vnd.fujixerox.ddd":{source:"iana",extensions:["ddd"]},"application/vnd.fujixerox.docuworks":{source:"iana",extensions:["xdw"]},"application/vnd.fujixerox.docuworks.binder":{source:"iana",extensions:["xbd"]},"application/vnd.fujixerox.docuworks.container":{source:"iana"},"application/vnd.fujixerox.hbpl":{source:"iana"},"application/vnd.fut-misnet":{source:"iana"},"application/vnd.futoin+cbor":{source:"iana"},"application/vnd.futoin+json":{source:"iana",compressible:!0},"application/vnd.fuzzysheet":{source:"iana",extensions:["fzs"]},"application/vnd.genomatix.tuxedo":{source:"iana",extensions:["txd"]},"application/vnd.gentics.grd+json":{source:"iana",compressible:!0},"application/vnd.geo+json":{source:"iana",compressible:!0},"application/vnd.geocube+xml":{source:"iana",compressible:!0},"application/vnd.geogebra.file":{source:"iana",extensions:["ggb"]},"application/vnd.geogebra.slides":{source:"iana"},"application/vnd.geogebra.tool":{source:"iana",extensions:["ggt"]},"application/vnd.geometry-explorer":{source:"iana",extensions:["gex","gre"]},"application/vnd.geonext":{source:"iana",extensions:["gxt"]},"application/vnd.geoplan":{source:"iana",extensions:["g2w"]},"application/vnd.geospace":{source:"iana",extensions:["g3w"]},"application/vnd.gerber":{source:"iana"},"application/vnd.globalplatform.card-content-mgt":{source:"iana"},"application/vnd.globalplatform.card-content-mgt-response":{source:"iana"},"application/vnd.gmx":{source:"iana",extensions:["gmx"]},"application/vnd.google-apps.document":{compressible:!1,extensions:["gdoc"]},"application/vnd.google-apps.presentation":{compressible:!1,extensions:["gslides"]},"application/vnd.google-apps.spreadsheet":{compressible:!1,extensions:["gsheet"]},"application/vnd.google-earth.kml+xml":{source:"iana",compressible:!0,extensions:["kml"]},"application/vnd.google-earth.kmz":{source:"iana",compressible:!1,extensions:["kmz"]},"application/vnd.gov.sk.e-form+xml":{source:"iana",compressible:!0},"application/vnd.gov.sk.e-form+zip":{source:"iana",compressible:!1},"application/vnd.gov.sk.xmldatacontainer+xml":{source:"iana",compressible:!0},"application/vnd.grafeq":{source:"iana",extensions:["gqf","gqs"]},"application/vnd.gridmp":{source:"iana"},"application/vnd.groove-account":{source:"iana",extensions:["gac"]},"application/vnd.groove-help":{source:"iana",extensions:["ghf"]},"application/vnd.groove-identity-message":{source:"iana",extensions:["gim"]},"application/vnd.groove-injector":{source:"iana",extensions:["grv"]},"application/vnd.groove-tool-message":{source:"iana",extensions:["gtm"]},"application/vnd.groove-tool-template":{source:"iana",extensions:["tpl"]},"application/vnd.groove-vcard":{source:"iana",extensions:["vcg"]},"application/vnd.hal+json":{source:"iana",compressible:!0},"application/vnd.hal+xml":{source:"iana",compressible:!0,extensions:["hal"]},"application/vnd.handheld-entertainment+xml":{source:"iana",compressible:!0,extensions:["zmm"]},"application/vnd.hbci":{source:"iana",extensions:["hbci"]},"application/vnd.hc+json":{source:"iana",compressible:!0},"application/vnd.hcl-bireports":{source:"iana"},"application/vnd.hdt":{source:"iana"},"application/vnd.heroku+json":{source:"iana",compressible:!0},"application/vnd.hhe.lesson-player":{source:"iana",extensions:["les"]},"application/vnd.hl7cda+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hl7v2+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.hp-hpgl":{source:"iana",extensions:["hpgl"]},"application/vnd.hp-hpid":{source:"iana",extensions:["hpid"]},"application/vnd.hp-hps":{source:"iana",extensions:["hps"]},"application/vnd.hp-jlyt":{source:"iana",extensions:["jlt"]},"application/vnd.hp-pcl":{source:"iana",extensions:["pcl"]},"application/vnd.hp-pclxl":{source:"iana",extensions:["pclxl"]},"application/vnd.httphone":{source:"iana"},"application/vnd.hydrostatix.sof-data":{source:"iana",extensions:["sfd-hdstx"]},"application/vnd.hyper+json":{source:"iana",compressible:!0},"application/vnd.hyper-item+json":{source:"iana",compressible:!0},"application/vnd.hyperdrive+json":{source:"iana",compressible:!0},"application/vnd.hzn-3d-crossword":{source:"iana"},"application/vnd.ibm.afplinedata":{source:"iana"},"application/vnd.ibm.electronic-media":{source:"iana"},"application/vnd.ibm.minipay":{source:"iana",extensions:["mpy"]},"application/vnd.ibm.modcap":{source:"iana",extensions:["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{source:"iana",extensions:["irm"]},"application/vnd.ibm.secure-container":{source:"iana",extensions:["sc"]},"application/vnd.iccprofile":{source:"iana",extensions:["icc","icm"]},"application/vnd.ieee.1905":{source:"iana"},"application/vnd.igloader":{source:"iana",extensions:["igl"]},"application/vnd.imagemeter.folder+zip":{source:"iana",compressible:!1},"application/vnd.imagemeter.image+zip":{source:"iana",compressible:!1},"application/vnd.immervision-ivp":{source:"iana",extensions:["ivp"]},"application/vnd.immervision-ivu":{source:"iana",extensions:["ivu"]},"application/vnd.ims.imsccv1p1":{source:"iana"},"application/vnd.ims.imsccv1p2":{source:"iana"},"application/vnd.ims.imsccv1p3":{source:"iana"},"application/vnd.ims.lis.v2.result+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolproxy.id+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings+json":{source:"iana",compressible:!0},"application/vnd.ims.lti.v2.toolsettings.simple+json":{source:"iana",compressible:!0},"application/vnd.informedcontrol.rms+xml":{source:"iana",compressible:!0},"application/vnd.informix-visionary":{source:"iana"},"application/vnd.infotech.project":{source:"iana"},"application/vnd.infotech.project+xml":{source:"iana",compressible:!0},"application/vnd.innopath.wamp.notification":{source:"iana"},"application/vnd.insors.igm":{source:"iana",extensions:["igm"]},"application/vnd.intercon.formnet":{source:"iana",extensions:["xpw","xpx"]},"application/vnd.intergeo":{source:"iana",extensions:["i2g"]},"application/vnd.intertrust.digibox":{source:"iana"},"application/vnd.intertrust.nncp":{source:"iana"},"application/vnd.intu.qbo":{source:"iana",extensions:["qbo"]},"application/vnd.intu.qfx":{source:"iana",extensions:["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.conceptitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.knowledgeitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.newsmessage+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.packageitem+xml":{source:"iana",compressible:!0},"application/vnd.iptc.g2.planningitem+xml":{source:"iana",compressible:!0},"application/vnd.ipunplugged.rcprofile":{source:"iana",extensions:["rcprofile"]},"application/vnd.irepository.package+xml":{source:"iana",compressible:!0,extensions:["irp"]},"application/vnd.is-xpr":{source:"iana",extensions:["xpr"]},"application/vnd.isac.fcs":{source:"iana",extensions:["fcs"]},"application/vnd.iso11783-10+zip":{source:"iana",compressible:!1},"application/vnd.jam":{source:"iana",extensions:["jam"]},"application/vnd.japannet-directory-service":{source:"iana"},"application/vnd.japannet-jpnstore-wakeup":{source:"iana"},"application/vnd.japannet-payment-wakeup":{source:"iana"},"application/vnd.japannet-registration":{source:"iana"},"application/vnd.japannet-registration-wakeup":{source:"iana"},"application/vnd.japannet-setstore-wakeup":{source:"iana"},"application/vnd.japannet-verification":{source:"iana"},"application/vnd.japannet-verification-wakeup":{source:"iana"},"application/vnd.jcp.javame.midlet-rms":{source:"iana",extensions:["rms"]},"application/vnd.jisp":{source:"iana",extensions:["jisp"]},"application/vnd.joost.joda-archive":{source:"iana",extensions:["joda"]},"application/vnd.jsk.isdn-ngn":{source:"iana"},"application/vnd.kahootz":{source:"iana",extensions:["ktz","ktr"]},"application/vnd.kde.karbon":{source:"iana",extensions:["karbon"]},"application/vnd.kde.kchart":{source:"iana",extensions:["chrt"]},"application/vnd.kde.kformula":{source:"iana",extensions:["kfo"]},"application/vnd.kde.kivio":{source:"iana",extensions:["flw"]},"application/vnd.kde.kontour":{source:"iana",extensions:["kon"]},"application/vnd.kde.kpresenter":{source:"iana",extensions:["kpr","kpt"]},"application/vnd.kde.kspread":{source:"iana",extensions:["ksp"]},"application/vnd.kde.kword":{source:"iana",extensions:["kwd","kwt"]},"application/vnd.kenameaapp":{source:"iana",extensions:["htke"]},"application/vnd.kidspiration":{source:"iana",extensions:["kia"]},"application/vnd.kinar":{source:"iana",extensions:["kne","knp"]},"application/vnd.koan":{source:"iana",extensions:["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{source:"iana",extensions:["sse"]},"application/vnd.las":{source:"iana"},"application/vnd.las.las+json":{source:"iana",compressible:!0},"application/vnd.las.las+xml":{source:"iana",compressible:!0,extensions:["lasxml"]},"application/vnd.laszip":{source:"iana"},"application/vnd.leap+json":{source:"iana",compressible:!0},"application/vnd.liberty-request+xml":{source:"iana",compressible:!0},"application/vnd.llamagraphics.life-balance.desktop":{source:"iana",extensions:["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{source:"iana",compressible:!0,extensions:["lbe"]},"application/vnd.logipipe.circuit+zip":{source:"iana",compressible:!1},"application/vnd.loom":{source:"iana"},"application/vnd.lotus-1-2-3":{source:"iana",extensions:["123"]},"application/vnd.lotus-approach":{source:"iana",extensions:["apr"]},"application/vnd.lotus-freelance":{source:"iana",extensions:["pre"]},"application/vnd.lotus-notes":{source:"iana",extensions:["nsf"]},"application/vnd.lotus-organizer":{source:"iana",extensions:["org"]},"application/vnd.lotus-screencam":{source:"iana",extensions:["scm"]},"application/vnd.lotus-wordpro":{source:"iana",extensions:["lwp"]},"application/vnd.macports.portpkg":{source:"iana",extensions:["portpkg"]},"application/vnd.mapbox-vector-tile":{source:"iana",extensions:["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.conftoken+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.license+xml":{source:"iana",compressible:!0},"application/vnd.marlin.drm.mdcf":{source:"iana"},"application/vnd.mason+json":{source:"iana",compressible:!0},"application/vnd.maxar.archive.3tz+zip":{source:"iana",compressible:!1},"application/vnd.maxmind.maxmind-db":{source:"iana"},"application/vnd.mcd":{source:"iana",extensions:["mcd"]},"application/vnd.medcalcdata":{source:"iana",extensions:["mc1"]},"application/vnd.mediastation.cdkey":{source:"iana",extensions:["cdkey"]},"application/vnd.meridian-slingshot":{source:"iana"},"application/vnd.mfer":{source:"iana",extensions:["mwf"]},"application/vnd.mfmp":{source:"iana",extensions:["mfm"]},"application/vnd.micro+json":{source:"iana",compressible:!0},"application/vnd.micrografx.flo":{source:"iana",extensions:["flo"]},"application/vnd.micrografx.igx":{source:"iana",extensions:["igx"]},"application/vnd.microsoft.portable-executable":{source:"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{source:"iana"},"application/vnd.miele+json":{source:"iana",compressible:!0},"application/vnd.mif":{source:"iana",extensions:["mif"]},"application/vnd.minisoft-hp3000-save":{source:"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{source:"iana"},"application/vnd.mobius.daf":{source:"iana",extensions:["daf"]},"application/vnd.mobius.dis":{source:"iana",extensions:["dis"]},"application/vnd.mobius.mbk":{source:"iana",extensions:["mbk"]},"application/vnd.mobius.mqy":{source:"iana",extensions:["mqy"]},"application/vnd.mobius.msl":{source:"iana",extensions:["msl"]},"application/vnd.mobius.plc":{source:"iana",extensions:["plc"]},"application/vnd.mobius.txf":{source:"iana",extensions:["txf"]},"application/vnd.mophun.application":{source:"iana",extensions:["mpn"]},"application/vnd.mophun.certificate":{source:"iana",extensions:["mpc"]},"application/vnd.motorola.flexsuite":{source:"iana"},"application/vnd.motorola.flexsuite.adsi":{source:"iana"},"application/vnd.motorola.flexsuite.fis":{source:"iana"},"application/vnd.motorola.flexsuite.gotap":{source:"iana"},"application/vnd.motorola.flexsuite.kmr":{source:"iana"},"application/vnd.motorola.flexsuite.ttc":{source:"iana"},"application/vnd.motorola.flexsuite.wem":{source:"iana"},"application/vnd.motorola.iprm":{source:"iana"},"application/vnd.mozilla.xul+xml":{source:"iana",compressible:!0,extensions:["xul"]},"application/vnd.ms-3mfdocument":{source:"iana"},"application/vnd.ms-artgalry":{source:"iana",extensions:["cil"]},"application/vnd.ms-asf":{source:"iana"},"application/vnd.ms-cab-compressed":{source:"iana",extensions:["cab"]},"application/vnd.ms-color.iccprofile":{source:"apache"},"application/vnd.ms-excel":{source:"iana",compressible:!1,extensions:["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{source:"iana",extensions:["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{source:"iana",extensions:["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{source:"iana",extensions:["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{source:"iana",extensions:["xltm"]},"application/vnd.ms-fontobject":{source:"iana",compressible:!0,extensions:["eot"]},"application/vnd.ms-htmlhelp":{source:"iana",extensions:["chm"]},"application/vnd.ms-ims":{source:"iana",extensions:["ims"]},"application/vnd.ms-lrm":{source:"iana",extensions:["lrm"]},"application/vnd.ms-office.activex+xml":{source:"iana",compressible:!0},"application/vnd.ms-officetheme":{source:"iana",extensions:["thmx"]},"application/vnd.ms-opentype":{source:"apache",compressible:!0},"application/vnd.ms-outlook":{compressible:!1,extensions:["msg"]},"application/vnd.ms-package.obfuscated-opentype":{source:"apache"},"application/vnd.ms-pki.seccat":{source:"apache",extensions:["cat"]},"application/vnd.ms-pki.stl":{source:"apache",extensions:["stl"]},"application/vnd.ms-playready.initiator+xml":{source:"iana",compressible:!0},"application/vnd.ms-powerpoint":{source:"iana",compressible:!1,extensions:["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{source:"iana",extensions:["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{source:"iana",extensions:["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{source:"iana",extensions:["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{source:"iana",extensions:["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{source:"iana",extensions:["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{source:"iana",compressible:!0},"application/vnd.ms-printing.printticket+xml":{source:"apache",compressible:!0},"application/vnd.ms-printschematicket+xml":{source:"iana",compressible:!0},"application/vnd.ms-project":{source:"iana",extensions:["mpp","mpt"]},"application/vnd.ms-tnef":{source:"iana"},"application/vnd.ms-windows.devicepairing":{source:"iana"},"application/vnd.ms-windows.nwprinting.oob":{source:"iana"},"application/vnd.ms-windows.printerpairing":{source:"iana"},"application/vnd.ms-windows.wsd.oob":{source:"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.lic-resp":{source:"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{source:"iana"},"application/vnd.ms-wmdrm.meter-resp":{source:"iana"},"application/vnd.ms-word.document.macroenabled.12":{source:"iana",extensions:["docm"]},"application/vnd.ms-word.template.macroenabled.12":{source:"iana",extensions:["dotm"]},"application/vnd.ms-works":{source:"iana",extensions:["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{source:"iana",extensions:["wpl"]},"application/vnd.ms-xpsdocument":{source:"iana",compressible:!1,extensions:["xps"]},"application/vnd.msa-disk-image":{source:"iana"},"application/vnd.mseq":{source:"iana",extensions:["mseq"]},"application/vnd.msign":{source:"iana"},"application/vnd.multiad.creator":{source:"iana"},"application/vnd.multiad.creator.cif":{source:"iana"},"application/vnd.music-niff":{source:"iana"},"application/vnd.musician":{source:"iana",extensions:["mus"]},"application/vnd.muvee.style":{source:"iana",extensions:["msty"]},"application/vnd.mynfc":{source:"iana",extensions:["taglet"]},"application/vnd.nacamar.ybrid+json":{source:"iana",compressible:!0},"application/vnd.ncd.control":{source:"iana"},"application/vnd.ncd.reference":{source:"iana"},"application/vnd.nearst.inv+json":{source:"iana",compressible:!0},"application/vnd.nebumind.line":{source:"iana"},"application/vnd.nervana":{source:"iana"},"application/vnd.netfpx":{source:"iana"},"application/vnd.neurolanguage.nlu":{source:"iana",extensions:["nlu"]},"application/vnd.nimn":{source:"iana"},"application/vnd.nintendo.nitro.rom":{source:"iana"},"application/vnd.nintendo.snes.rom":{source:"iana"},"application/vnd.nitf":{source:"iana",extensions:["ntf","nitf"]},"application/vnd.noblenet-directory":{source:"iana",extensions:["nnd"]},"application/vnd.noblenet-sealer":{source:"iana",extensions:["nns"]},"application/vnd.noblenet-web":{source:"iana",extensions:["nnw"]},"application/vnd.nokia.catalogs":{source:"iana"},"application/vnd.nokia.conml+wbxml":{source:"iana"},"application/vnd.nokia.conml+xml":{source:"iana",compressible:!0},"application/vnd.nokia.iptv.config+xml":{source:"iana",compressible:!0},"application/vnd.nokia.isds-radio-presets":{source:"iana"},"application/vnd.nokia.landmark+wbxml":{source:"iana"},"application/vnd.nokia.landmark+xml":{source:"iana",compressible:!0},"application/vnd.nokia.landmarkcollection+xml":{source:"iana",compressible:!0},"application/vnd.nokia.n-gage.ac+xml":{source:"iana",compressible:!0,extensions:["ac"]},"application/vnd.nokia.n-gage.data":{source:"iana",extensions:["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{source:"iana",extensions:["n-gage"]},"application/vnd.nokia.ncd":{source:"iana"},"application/vnd.nokia.pcd+wbxml":{source:"iana"},"application/vnd.nokia.pcd+xml":{source:"iana",compressible:!0},"application/vnd.nokia.radio-preset":{source:"iana",extensions:["rpst"]},"application/vnd.nokia.radio-presets":{source:"iana",extensions:["rpss"]},"application/vnd.novadigm.edm":{source:"iana",extensions:["edm"]},"application/vnd.novadigm.edx":{source:"iana",extensions:["edx"]},"application/vnd.novadigm.ext":{source:"iana",extensions:["ext"]},"application/vnd.ntt-local.content-share":{source:"iana"},"application/vnd.ntt-local.file-transfer":{source:"iana"},"application/vnd.ntt-local.ogw_remote-access":{source:"iana"},"application/vnd.ntt-local.sip-ta_remote":{source:"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{source:"iana"},"application/vnd.oasis.opendocument.chart":{source:"iana",extensions:["odc"]},"application/vnd.oasis.opendocument.chart-template":{source:"iana",extensions:["otc"]},"application/vnd.oasis.opendocument.database":{source:"iana",extensions:["odb"]},"application/vnd.oasis.opendocument.formula":{source:"iana",extensions:["odf"]},"application/vnd.oasis.opendocument.formula-template":{source:"iana",extensions:["odft"]},"application/vnd.oasis.opendocument.graphics":{source:"iana",compressible:!1,extensions:["odg"]},"application/vnd.oasis.opendocument.graphics-template":{source:"iana",extensions:["otg"]},"application/vnd.oasis.opendocument.image":{source:"iana",extensions:["odi"]},"application/vnd.oasis.opendocument.image-template":{source:"iana",extensions:["oti"]},"application/vnd.oasis.opendocument.presentation":{source:"iana",compressible:!1,extensions:["odp"]},"application/vnd.oasis.opendocument.presentation-template":{source:"iana",extensions:["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{source:"iana",compressible:!1,extensions:["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{source:"iana",extensions:["ots"]},"application/vnd.oasis.opendocument.text":{source:"iana",compressible:!1,extensions:["odt"]},"application/vnd.oasis.opendocument.text-master":{source:"iana",extensions:["odm"]},"application/vnd.oasis.opendocument.text-template":{source:"iana",extensions:["ott"]},"application/vnd.oasis.opendocument.text-web":{source:"iana",extensions:["oth"]},"application/vnd.obn":{source:"iana"},"application/vnd.ocf+cbor":{source:"iana"},"application/vnd.oci.image.manifest.v1+json":{source:"iana",compressible:!0},"application/vnd.oftn.l10n+json":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessdownload+xml":{source:"iana",compressible:!0},"application/vnd.oipf.contentaccessstreaming+xml":{source:"iana",compressible:!0},"application/vnd.oipf.cspg-hexbinary":{source:"iana"},"application/vnd.oipf.dae.svg+xml":{source:"iana",compressible:!0},"application/vnd.oipf.dae.xhtml+xml":{source:"iana",compressible:!0},"application/vnd.oipf.mippvcontrolmessage+xml":{source:"iana",compressible:!0},"application/vnd.oipf.pae.gem":{source:"iana"},"application/vnd.oipf.spdiscovery+xml":{source:"iana",compressible:!0},"application/vnd.oipf.spdlist+xml":{source:"iana",compressible:!0},"application/vnd.oipf.ueprofile+xml":{source:"iana",compressible:!0},"application/vnd.oipf.userprofile+xml":{source:"iana",compressible:!0},"application/vnd.olpc-sugar":{source:"iana",extensions:["xo"]},"application/vnd.oma-scws-config":{source:"iana"},"application/vnd.oma-scws-http-request":{source:"iana"},"application/vnd.oma-scws-http-response":{source:"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.drm-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.imd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.ltkm":{source:"iana"},"application/vnd.oma.bcast.notification+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.provisioningtrigger":{source:"iana"},"application/vnd.oma.bcast.sgboot":{source:"iana"},"application/vnd.oma.bcast.sgdd+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sgdu":{source:"iana"},"application/vnd.oma.bcast.simple-symbol-container":{source:"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.sprov+xml":{source:"iana",compressible:!0},"application/vnd.oma.bcast.stkm":{source:"iana"},"application/vnd.oma.cab-address-book+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-feature-handler+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-pcc+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-subs-invite+xml":{source:"iana",compressible:!0},"application/vnd.oma.cab-user-prefs+xml":{source:"iana",compressible:!0},"application/vnd.oma.dcd":{source:"iana"},"application/vnd.oma.dcdc":{source:"iana"},"application/vnd.oma.dd2+xml":{source:"iana",compressible:!0,extensions:["dd2"]},"application/vnd.oma.drm.risd+xml":{source:"iana",compressible:!0},"application/vnd.oma.group-usage-list+xml":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+cbor":{source:"iana"},"application/vnd.oma.lwm2m+json":{source:"iana",compressible:!0},"application/vnd.oma.lwm2m+tlv":{source:"iana"},"application/vnd.oma.pal+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.detailed-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.final-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.groups+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.invocation-descriptor+xml":{source:"iana",compressible:!0},"application/vnd.oma.poc.optimized-progress-report+xml":{source:"iana",compressible:!0},"application/vnd.oma.push":{source:"iana"},"application/vnd.oma.scidm.messages+xml":{source:"iana",compressible:!0},"application/vnd.oma.xcap-directory+xml":{source:"iana",compressible:!0},"application/vnd.omads-email+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-file+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omads-folder+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.omaloc-supl-init":{source:"iana"},"application/vnd.onepager":{source:"iana"},"application/vnd.onepagertamp":{source:"iana"},"application/vnd.onepagertamx":{source:"iana"},"application/vnd.onepagertat":{source:"iana"},"application/vnd.onepagertatp":{source:"iana"},"application/vnd.onepagertatx":{source:"iana"},"application/vnd.openblox.game+xml":{source:"iana",compressible:!0,extensions:["obgx"]},"application/vnd.openblox.game-binary":{source:"iana"},"application/vnd.openeye.oeb":{source:"iana"},"application/vnd.openofficeorg.extension":{source:"apache",extensions:["oxt"]},"application/vnd.openstreetmap.data+xml":{source:"iana",compressible:!0,extensions:["osm"]},"application/vnd.opentimestamps.ots":{source:"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawing+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{source:"iana",compressible:!1,extensions:["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slide":{source:"iana",extensions:["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{source:"iana",extensions:["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.template":{source:"iana",extensions:["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{source:"iana",compressible:!1,extensions:["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{source:"iana",extensions:["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.theme+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.vmldrawing":{source:"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{source:"iana",compressible:!1,extensions:["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{source:"iana",extensions:["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.core-properties+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{source:"iana",compressible:!0},"application/vnd.openxmlformats-package.relationships+xml":{source:"iana",compressible:!0},"application/vnd.oracle.resource+json":{source:"iana",compressible:!0},"application/vnd.orange.indata":{source:"iana"},"application/vnd.osa.netdeploy":{source:"iana"},"application/vnd.osgeo.mapguide.package":{source:"iana",extensions:["mgp"]},"application/vnd.osgi.bundle":{source:"iana"},"application/vnd.osgi.dp":{source:"iana",extensions:["dp"]},"application/vnd.osgi.subsystem":{source:"iana",extensions:["esa"]},"application/vnd.otps.ct-kip+xml":{source:"iana",compressible:!0},"application/vnd.oxli.countgraph":{source:"iana"},"application/vnd.pagerduty+json":{source:"iana",compressible:!0},"application/vnd.palm":{source:"iana",extensions:["pdb","pqa","oprc"]},"application/vnd.panoply":{source:"iana"},"application/vnd.paos.xml":{source:"iana"},"application/vnd.patentdive":{source:"iana"},"application/vnd.patientecommsdoc":{source:"iana"},"application/vnd.pawaafile":{source:"iana",extensions:["paw"]},"application/vnd.pcos":{source:"iana"},"application/vnd.pg.format":{source:"iana",extensions:["str"]},"application/vnd.pg.osasli":{source:"iana",extensions:["ei6"]},"application/vnd.piaccess.application-licence":{source:"iana"},"application/vnd.picsel":{source:"iana",extensions:["efif"]},"application/vnd.pmi.widget":{source:"iana",extensions:["wg"]},"application/vnd.poc.group-advertisement+xml":{source:"iana",compressible:!0},"application/vnd.pocketlearn":{source:"iana",extensions:["plf"]},"application/vnd.powerbuilder6":{source:"iana",extensions:["pbd"]},"application/vnd.powerbuilder6-s":{source:"iana"},"application/vnd.powerbuilder7":{source:"iana"},"application/vnd.powerbuilder7-s":{source:"iana"},"application/vnd.powerbuilder75":{source:"iana"},"application/vnd.powerbuilder75-s":{source:"iana"},"application/vnd.preminet":{source:"iana"},"application/vnd.previewsystems.box":{source:"iana",extensions:["box"]},"application/vnd.proteus.magazine":{source:"iana",extensions:["mgz"]},"application/vnd.psfs":{source:"iana"},"application/vnd.publishare-delta-tree":{source:"iana",extensions:["qps"]},"application/vnd.pvi.ptid1":{source:"iana",extensions:["ptid"]},"application/vnd.pwg-multiplexed":{source:"iana"},"application/vnd.pwg-xhtml-print+xml":{source:"iana",compressible:!0},"application/vnd.qualcomm.brew-app-res":{source:"iana"},"application/vnd.quarantainenet":{source:"iana"},"application/vnd.quark.quarkxpress":{source:"iana",extensions:["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{source:"iana"},"application/vnd.radisys.moml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-conn+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-audit-stream+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-conf+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-base+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-detect+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-group+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-speech+xml":{source:"iana",compressible:!0},"application/vnd.radisys.msml-dialog-transform+xml":{source:"iana",compressible:!0},"application/vnd.rainstor.data":{source:"iana"},"application/vnd.rapid":{source:"iana"},"application/vnd.rar":{source:"iana",extensions:["rar"]},"application/vnd.realvnc.bed":{source:"iana",extensions:["bed"]},"application/vnd.recordare.musicxml":{source:"iana",extensions:["mxl"]},"application/vnd.recordare.musicxml+xml":{source:"iana",compressible:!0,extensions:["musicxml"]},"application/vnd.renlearn.rlprint":{source:"iana"},"application/vnd.resilient.logic":{source:"iana"},"application/vnd.restful+json":{source:"iana",compressible:!0},"application/vnd.rig.cryptonote":{source:"iana",extensions:["cryptonote"]},"application/vnd.rim.cod":{source:"apache",extensions:["cod"]},"application/vnd.rn-realmedia":{source:"apache",extensions:["rm"]},"application/vnd.rn-realmedia-vbr":{source:"apache",extensions:["rmvb"]},"application/vnd.route66.link66+xml":{source:"iana",compressible:!0,extensions:["link66"]},"application/vnd.rs-274x":{source:"iana"},"application/vnd.ruckus.download":{source:"iana"},"application/vnd.s3sms":{source:"iana"},"application/vnd.sailingtracker.track":{source:"iana",extensions:["st"]},"application/vnd.sar":{source:"iana"},"application/vnd.sbm.cid":{source:"iana"},"application/vnd.sbm.mid2":{source:"iana"},"application/vnd.scribus":{source:"iana"},"application/vnd.sealed.3df":{source:"iana"},"application/vnd.sealed.csf":{source:"iana"},"application/vnd.sealed.doc":{source:"iana"},"application/vnd.sealed.eml":{source:"iana"},"application/vnd.sealed.mht":{source:"iana"},"application/vnd.sealed.net":{source:"iana"},"application/vnd.sealed.ppt":{source:"iana"},"application/vnd.sealed.tiff":{source:"iana"},"application/vnd.sealed.xls":{source:"iana"},"application/vnd.sealedmedia.softseal.html":{source:"iana"},"application/vnd.sealedmedia.softseal.pdf":{source:"iana"},"application/vnd.seemail":{source:"iana",extensions:["see"]},"application/vnd.seis+json":{source:"iana",compressible:!0},"application/vnd.sema":{source:"iana",extensions:["sema"]},"application/vnd.semd":{source:"iana",extensions:["semd"]},"application/vnd.semf":{source:"iana",extensions:["semf"]},"application/vnd.shade-save-file":{source:"iana"},"application/vnd.shana.informed.formdata":{source:"iana",extensions:["ifm"]},"application/vnd.shana.informed.formtemplate":{source:"iana",extensions:["itp"]},"application/vnd.shana.informed.interchange":{source:"iana",extensions:["iif"]},"application/vnd.shana.informed.package":{source:"iana",extensions:["ipk"]},"application/vnd.shootproof+json":{source:"iana",compressible:!0},"application/vnd.shopkick+json":{source:"iana",compressible:!0},"application/vnd.shp":{source:"iana"},"application/vnd.shx":{source:"iana"},"application/vnd.sigrok.session":{source:"iana"},"application/vnd.simtech-mindmapper":{source:"iana",extensions:["twd","twds"]},"application/vnd.siren+json":{source:"iana",compressible:!0},"application/vnd.smaf":{source:"iana",extensions:["mmf"]},"application/vnd.smart.notebook":{source:"iana"},"application/vnd.smart.teacher":{source:"iana",extensions:["teacher"]},"application/vnd.snesdev-page-table":{source:"iana"},"application/vnd.software602.filler.form+xml":{source:"iana",compressible:!0,extensions:["fo"]},"application/vnd.software602.filler.form-xml-zip":{source:"iana"},"application/vnd.solent.sdkm+xml":{source:"iana",compressible:!0,extensions:["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{source:"iana",extensions:["dxp"]},"application/vnd.spotfire.sfs":{source:"iana",extensions:["sfs"]},"application/vnd.sqlite3":{source:"iana"},"application/vnd.sss-cod":{source:"iana"},"application/vnd.sss-dtf":{source:"iana"},"application/vnd.sss-ntf":{source:"iana"},"application/vnd.stardivision.calc":{source:"apache",extensions:["sdc"]},"application/vnd.stardivision.draw":{source:"apache",extensions:["sda"]},"application/vnd.stardivision.impress":{source:"apache",extensions:["sdd"]},"application/vnd.stardivision.math":{source:"apache",extensions:["smf"]},"application/vnd.stardivision.writer":{source:"apache",extensions:["sdw","vor"]},"application/vnd.stardivision.writer-global":{source:"apache",extensions:["sgl"]},"application/vnd.stepmania.package":{source:"iana",extensions:["smzip"]},"application/vnd.stepmania.stepchart":{source:"iana",extensions:["sm"]},"application/vnd.street-stream":{source:"iana"},"application/vnd.sun.wadl+xml":{source:"iana",compressible:!0,extensions:["wadl"]},"application/vnd.sun.xml.calc":{source:"apache",extensions:["sxc"]},"application/vnd.sun.xml.calc.template":{source:"apache",extensions:["stc"]},"application/vnd.sun.xml.draw":{source:"apache",extensions:["sxd"]},"application/vnd.sun.xml.draw.template":{source:"apache",extensions:["std"]},"application/vnd.sun.xml.impress":{source:"apache",extensions:["sxi"]},"application/vnd.sun.xml.impress.template":{source:"apache",extensions:["sti"]},"application/vnd.sun.xml.math":{source:"apache",extensions:["sxm"]},"application/vnd.sun.xml.writer":{source:"apache",extensions:["sxw"]},"application/vnd.sun.xml.writer.global":{source:"apache",extensions:["sxg"]},"application/vnd.sun.xml.writer.template":{source:"apache",extensions:["stw"]},"application/vnd.sus-calendar":{source:"iana",extensions:["sus","susp"]},"application/vnd.svd":{source:"iana",extensions:["svd"]},"application/vnd.swiftview-ics":{source:"iana"},"application/vnd.sycle+xml":{source:"iana",compressible:!0},"application/vnd.syft+json":{source:"iana",compressible:!0},"application/vnd.symbian.install":{source:"apache",extensions:["sis","sisx"]},"application/vnd.syncml+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xsm"]},"application/vnd.syncml.dm+wbxml":{source:"iana",charset:"UTF-8",extensions:["bdm"]},"application/vnd.syncml.dm+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["xdm"]},"application/vnd.syncml.dm.notification":{source:"iana"},"application/vnd.syncml.dmddf+wbxml":{source:"iana"},"application/vnd.syncml.dmddf+xml":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{source:"iana"},"application/vnd.syncml.dmtnds+xml":{source:"iana",charset:"UTF-8",compressible:!0},"application/vnd.syncml.ds.notification":{source:"iana"},"application/vnd.tableschema+json":{source:"iana",compressible:!0},"application/vnd.tao.intent-module-archive":{source:"iana",extensions:["tao"]},"application/vnd.tcpdump.pcap":{source:"iana",extensions:["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{source:"iana",compressible:!0},"application/vnd.tmd.mediaflex.api+xml":{source:"iana",compressible:!0},"application/vnd.tml":{source:"iana"},"application/vnd.tmobile-livetv":{source:"iana",extensions:["tmo"]},"application/vnd.tri.onesource":{source:"iana"},"application/vnd.trid.tpt":{source:"iana",extensions:["tpt"]},"application/vnd.triscape.mxs":{source:"iana",extensions:["mxs"]},"application/vnd.trueapp":{source:"iana",extensions:["tra"]},"application/vnd.truedoc":{source:"iana"},"application/vnd.ubisoft.webplayer":{source:"iana"},"application/vnd.ufdl":{source:"iana",extensions:["ufd","ufdl"]},"application/vnd.uiq.theme":{source:"iana",extensions:["utz"]},"application/vnd.umajin":{source:"iana",extensions:["umj"]},"application/vnd.unity":{source:"iana",extensions:["unityweb"]},"application/vnd.uoml+xml":{source:"iana",compressible:!0,extensions:["uoml"]},"application/vnd.uplanet.alert":{source:"iana"},"application/vnd.uplanet.alert-wbxml":{source:"iana"},"application/vnd.uplanet.bearer-choice":{source:"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{source:"iana"},"application/vnd.uplanet.cacheop":{source:"iana"},"application/vnd.uplanet.cacheop-wbxml":{source:"iana"},"application/vnd.uplanet.channel":{source:"iana"},"application/vnd.uplanet.channel-wbxml":{source:"iana"},"application/vnd.uplanet.list":{source:"iana"},"application/vnd.uplanet.list-wbxml":{source:"iana"},"application/vnd.uplanet.listcmd":{source:"iana"},"application/vnd.uplanet.listcmd-wbxml":{source:"iana"},"application/vnd.uplanet.signal":{source:"iana"},"application/vnd.uri-map":{source:"iana"},"application/vnd.valve.source.material":{source:"iana"},"application/vnd.vcx":{source:"iana",extensions:["vcx"]},"application/vnd.vd-study":{source:"iana"},"application/vnd.vectorworks":{source:"iana"},"application/vnd.vel+json":{source:"iana",compressible:!0},"application/vnd.verimatrix.vcas":{source:"iana"},"application/vnd.veritone.aion+json":{source:"iana",compressible:!0},"application/vnd.veryant.thin":{source:"iana"},"application/vnd.ves.encrypted":{source:"iana"},"application/vnd.vidsoft.vidconference":{source:"iana"},"application/vnd.visio":{source:"iana",extensions:["vsd","vst","vss","vsw"]},"application/vnd.visionary":{source:"iana",extensions:["vis"]},"application/vnd.vividence.scriptfile":{source:"iana"},"application/vnd.vsf":{source:"iana",extensions:["vsf"]},"application/vnd.wap.sic":{source:"iana"},"application/vnd.wap.slc":{source:"iana"},"application/vnd.wap.wbxml":{source:"iana",charset:"UTF-8",extensions:["wbxml"]},"application/vnd.wap.wmlc":{source:"iana",extensions:["wmlc"]},"application/vnd.wap.wmlscriptc":{source:"iana",extensions:["wmlsc"]},"application/vnd.webturbo":{source:"iana",extensions:["wtb"]},"application/vnd.wfa.dpp":{source:"iana"},"application/vnd.wfa.p2p":{source:"iana"},"application/vnd.wfa.wsc":{source:"iana"},"application/vnd.windows.devicepairing":{source:"iana"},"application/vnd.wmc":{source:"iana"},"application/vnd.wmf.bootstrap":{source:"iana"},"application/vnd.wolfram.mathematica":{source:"iana"},"application/vnd.wolfram.mathematica.package":{source:"iana"},"application/vnd.wolfram.player":{source:"iana",extensions:["nbp"]},"application/vnd.wordperfect":{source:"iana",extensions:["wpd"]},"application/vnd.wqd":{source:"iana",extensions:["wqd"]},"application/vnd.wrq-hp3000-labelled":{source:"iana"},"application/vnd.wt.stf":{source:"iana",extensions:["stf"]},"application/vnd.wv.csp+wbxml":{source:"iana"},"application/vnd.wv.csp+xml":{source:"iana",compressible:!0},"application/vnd.wv.ssp+xml":{source:"iana",compressible:!0},"application/vnd.xacml+json":{source:"iana",compressible:!0},"application/vnd.xara":{source:"iana",extensions:["xar"]},"application/vnd.xfdl":{source:"iana",extensions:["xfdl"]},"application/vnd.xfdl.webform":{source:"iana"},"application/vnd.xmi+xml":{source:"iana",compressible:!0},"application/vnd.xmpie.cpkg":{source:"iana"},"application/vnd.xmpie.dpkg":{source:"iana"},"application/vnd.xmpie.plan":{source:"iana"},"application/vnd.xmpie.ppkg":{source:"iana"},"application/vnd.xmpie.xlim":{source:"iana"},"application/vnd.yamaha.hv-dic":{source:"iana",extensions:["hvd"]},"application/vnd.yamaha.hv-script":{source:"iana",extensions:["hvs"]},"application/vnd.yamaha.hv-voice":{source:"iana",extensions:["hvp"]},"application/vnd.yamaha.openscoreformat":{source:"iana",extensions:["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{source:"iana",compressible:!0,extensions:["osfpvg"]},"application/vnd.yamaha.remote-setup":{source:"iana"},"application/vnd.yamaha.smaf-audio":{source:"iana",extensions:["saf"]},"application/vnd.yamaha.smaf-phrase":{source:"iana",extensions:["spf"]},"application/vnd.yamaha.through-ngn":{source:"iana"},"application/vnd.yamaha.tunnel-udpencap":{source:"iana"},"application/vnd.yaoweme":{source:"iana"},"application/vnd.yellowriver-custom-menu":{source:"iana",extensions:["cmp"]},"application/vnd.youtube.yt":{source:"iana"},"application/vnd.zul":{source:"iana",extensions:["zir","zirz"]},"application/vnd.zzazz.deck+xml":{source:"iana",compressible:!0,extensions:["zaz"]},"application/voicexml+xml":{source:"iana",compressible:!0,extensions:["vxml"]},"application/voucher-cms+json":{source:"iana",compressible:!0},"application/vq-rtcpxr":{source:"iana"},"application/wasm":{source:"iana",compressible:!0,extensions:["wasm"]},"application/watcherinfo+xml":{source:"iana",compressible:!0,extensions:["wif"]},"application/webpush-options+json":{source:"iana",compressible:!0},"application/whoispp-query":{source:"iana"},"application/whoispp-response":{source:"iana"},"application/widget":{source:"iana",extensions:["wgt"]},"application/winhlp":{source:"apache",extensions:["hlp"]},"application/wita":{source:"iana"},"application/wordperfect5.1":{source:"iana"},"application/wsdl+xml":{source:"iana",compressible:!0,extensions:["wsdl"]},"application/wspolicy+xml":{source:"iana",compressible:!0,extensions:["wspolicy"]},"application/x-7z-compressed":{source:"apache",compressible:!1,extensions:["7z"]},"application/x-abiword":{source:"apache",extensions:["abw"]},"application/x-ace-compressed":{source:"apache",extensions:["ace"]},"application/x-amf":{source:"apache"},"application/x-apple-diskimage":{source:"apache",extensions:["dmg"]},"application/x-arj":{compressible:!1,extensions:["arj"]},"application/x-authorware-bin":{source:"apache",extensions:["aab","x32","u32","vox"]},"application/x-authorware-map":{source:"apache",extensions:["aam"]},"application/x-authorware-seg":{source:"apache",extensions:["aas"]},"application/x-bcpio":{source:"apache",extensions:["bcpio"]},"application/x-bdoc":{compressible:!1,extensions:["bdoc"]},"application/x-bittorrent":{source:"apache",extensions:["torrent"]},"application/x-blorb":{source:"apache",extensions:["blb","blorb"]},"application/x-bzip":{source:"apache",compressible:!1,extensions:["bz"]},"application/x-bzip2":{source:"apache",compressible:!1,extensions:["bz2","boz"]},"application/x-cbr":{source:"apache",extensions:["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{source:"apache",extensions:["vcd"]},"application/x-cfs-compressed":{source:"apache",extensions:["cfs"]},"application/x-chat":{source:"apache",extensions:["chat"]},"application/x-chess-pgn":{source:"apache",extensions:["pgn"]},"application/x-chrome-extension":{extensions:["crx"]},"application/x-cocoa":{source:"nginx",extensions:["cco"]},"application/x-compress":{source:"apache"},"application/x-conference":{source:"apache",extensions:["nsc"]},"application/x-cpio":{source:"apache",extensions:["cpio"]},"application/x-csh":{source:"apache",extensions:["csh"]},"application/x-deb":{compressible:!1},"application/x-debian-package":{source:"apache",extensions:["deb","udeb"]},"application/x-dgc-compressed":{source:"apache",extensions:["dgc"]},"application/x-director":{source:"apache",extensions:["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{source:"apache",extensions:["wad"]},"application/x-dtbncx+xml":{source:"apache",compressible:!0,extensions:["ncx"]},"application/x-dtbook+xml":{source:"apache",compressible:!0,extensions:["dtb"]},"application/x-dtbresource+xml":{source:"apache",compressible:!0,extensions:["res"]},"application/x-dvi":{source:"apache",compressible:!1,extensions:["dvi"]},"application/x-envoy":{source:"apache",extensions:["evy"]},"application/x-eva":{source:"apache",extensions:["eva"]},"application/x-font-bdf":{source:"apache",extensions:["bdf"]},"application/x-font-dos":{source:"apache"},"application/x-font-framemaker":{source:"apache"},"application/x-font-ghostscript":{source:"apache",extensions:["gsf"]},"application/x-font-libgrx":{source:"apache"},"application/x-font-linux-psf":{source:"apache",extensions:["psf"]},"application/x-font-pcf":{source:"apache",extensions:["pcf"]},"application/x-font-snf":{source:"apache",extensions:["snf"]},"application/x-font-speedo":{source:"apache"},"application/x-font-sunos-news":{source:"apache"},"application/x-font-type1":{source:"apache",extensions:["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{source:"apache"},"application/x-freearc":{source:"apache",extensions:["arc"]},"application/x-futuresplash":{source:"apache",extensions:["spl"]},"application/x-gca-compressed":{source:"apache",extensions:["gca"]},"application/x-glulx":{source:"apache",extensions:["ulx"]},"application/x-gnumeric":{source:"apache",extensions:["gnumeric"]},"application/x-gramps-xml":{source:"apache",extensions:["gramps"]},"application/x-gtar":{source:"apache",extensions:["gtar"]},"application/x-gzip":{source:"apache"},"application/x-hdf":{source:"apache",extensions:["hdf"]},"application/x-httpd-php":{compressible:!0,extensions:["php"]},"application/x-install-instructions":{source:"apache",extensions:["install"]},"application/x-iso9660-image":{source:"apache",extensions:["iso"]},"application/x-iwork-keynote-sffkey":{extensions:["key"]},"application/x-iwork-numbers-sffnumbers":{extensions:["numbers"]},"application/x-iwork-pages-sffpages":{extensions:["pages"]},"application/x-java-archive-diff":{source:"nginx",extensions:["jardiff"]},"application/x-java-jnlp-file":{source:"apache",compressible:!1,extensions:["jnlp"]},"application/x-javascript":{compressible:!0},"application/x-keepass2":{extensions:["kdbx"]},"application/x-latex":{source:"apache",compressible:!1,extensions:["latex"]},"application/x-lua-bytecode":{extensions:["luac"]},"application/x-lzh-compressed":{source:"apache",extensions:["lzh","lha"]},"application/x-makeself":{source:"nginx",extensions:["run"]},"application/x-mie":{source:"apache",extensions:["mie"]},"application/x-mobipocket-ebook":{source:"apache",extensions:["prc","mobi"]},"application/x-mpegurl":{compressible:!1},"application/x-ms-application":{source:"apache",extensions:["application"]},"application/x-ms-shortcut":{source:"apache",extensions:["lnk"]},"application/x-ms-wmd":{source:"apache",extensions:["wmd"]},"application/x-ms-wmz":{source:"apache",extensions:["wmz"]},"application/x-ms-xbap":{source:"apache",extensions:["xbap"]},"application/x-msaccess":{source:"apache",extensions:["mdb"]},"application/x-msbinder":{source:"apache",extensions:["obd"]},"application/x-mscardfile":{source:"apache",extensions:["crd"]},"application/x-msclip":{source:"apache",extensions:["clp"]},"application/x-msdos-program":{extensions:["exe"]},"application/x-msdownload":{source:"apache",extensions:["exe","dll","com","bat","msi"]},"application/x-msmediaview":{source:"apache",extensions:["mvb","m13","m14"]},"application/x-msmetafile":{source:"apache",extensions:["wmf","wmz","emf","emz"]},"application/x-msmoney":{source:"apache",extensions:["mny"]},"application/x-mspublisher":{source:"apache",extensions:["pub"]},"application/x-msschedule":{source:"apache",extensions:["scd"]},"application/x-msterminal":{source:"apache",extensions:["trm"]},"application/x-mswrite":{source:"apache",extensions:["wri"]},"application/x-netcdf":{source:"apache",extensions:["nc","cdf"]},"application/x-ns-proxy-autoconfig":{compressible:!0,extensions:["pac"]},"application/x-nzb":{source:"apache",extensions:["nzb"]},"application/x-perl":{source:"nginx",extensions:["pl","pm"]},"application/x-pilot":{source:"nginx",extensions:["prc","pdb"]},"application/x-pkcs12":{source:"apache",compressible:!1,extensions:["p12","pfx"]},"application/x-pkcs7-certificates":{source:"apache",extensions:["p7b","spc"]},"application/x-pkcs7-certreqresp":{source:"apache",extensions:["p7r"]},"application/x-pki-message":{source:"iana"},"application/x-rar-compressed":{source:"apache",compressible:!1,extensions:["rar"]},"application/x-redhat-package-manager":{source:"nginx",extensions:["rpm"]},"application/x-research-info-systems":{source:"apache",extensions:["ris"]},"application/x-sea":{source:"nginx",extensions:["sea"]},"application/x-sh":{source:"apache",compressible:!0,extensions:["sh"]},"application/x-shar":{source:"apache",extensions:["shar"]},"application/x-shockwave-flash":{source:"apache",compressible:!1,extensions:["swf"]},"application/x-silverlight-app":{source:"apache",extensions:["xap"]},"application/x-sql":{source:"apache",extensions:["sql"]},"application/x-stuffit":{source:"apache",compressible:!1,extensions:["sit"]},"application/x-stuffitx":{source:"apache",extensions:["sitx"]},"application/x-subrip":{source:"apache",extensions:["srt"]},"application/x-sv4cpio":{source:"apache",extensions:["sv4cpio"]},"application/x-sv4crc":{source:"apache",extensions:["sv4crc"]},"application/x-t3vm-image":{source:"apache",extensions:["t3"]},"application/x-tads":{source:"apache",extensions:["gam"]},"application/x-tar":{source:"apache",compressible:!0,extensions:["tar"]},"application/x-tcl":{source:"apache",extensions:["tcl","tk"]},"application/x-tex":{source:"apache",extensions:["tex"]},"application/x-tex-tfm":{source:"apache",extensions:["tfm"]},"application/x-texinfo":{source:"apache",extensions:["texinfo","texi"]},"application/x-tgif":{source:"apache",extensions:["obj"]},"application/x-ustar":{source:"apache",extensions:["ustar"]},"application/x-virtualbox-hdd":{compressible:!0,extensions:["hdd"]},"application/x-virtualbox-ova":{compressible:!0,extensions:["ova"]},"application/x-virtualbox-ovf":{compressible:!0,extensions:["ovf"]},"application/x-virtualbox-vbox":{compressible:!0,extensions:["vbox"]},"application/x-virtualbox-vbox-extpack":{compressible:!1,extensions:["vbox-extpack"]},"application/x-virtualbox-vdi":{compressible:!0,extensions:["vdi"]},"application/x-virtualbox-vhd":{compressible:!0,extensions:["vhd"]},"application/x-virtualbox-vmdk":{compressible:!0,extensions:["vmdk"]},"application/x-wais-source":{source:"apache",extensions:["src"]},"application/x-web-app-manifest+json":{compressible:!0,extensions:["webapp"]},"application/x-www-form-urlencoded":{source:"iana",compressible:!0},"application/x-x509-ca-cert":{source:"iana",extensions:["der","crt","pem"]},"application/x-x509-ca-ra-cert":{source:"iana"},"application/x-x509-next-ca-cert":{source:"iana"},"application/x-xfig":{source:"apache",extensions:["fig"]},"application/x-xliff+xml":{source:"apache",compressible:!0,extensions:["xlf"]},"application/x-xpinstall":{source:"apache",compressible:!1,extensions:["xpi"]},"application/x-xz":{source:"apache",extensions:["xz"]},"application/x-zmachine":{source:"apache",extensions:["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{source:"iana"},"application/xacml+xml":{source:"iana",compressible:!0},"application/xaml+xml":{source:"apache",compressible:!0,extensions:["xaml"]},"application/xcap-att+xml":{source:"iana",compressible:!0,extensions:["xav"]},"application/xcap-caps+xml":{source:"iana",compressible:!0,extensions:["xca"]},"application/xcap-diff+xml":{source:"iana",compressible:!0,extensions:["xdf"]},"application/xcap-el+xml":{source:"iana",compressible:!0,extensions:["xel"]},"application/xcap-error+xml":{source:"iana",compressible:!0},"application/xcap-ns+xml":{source:"iana",compressible:!0,extensions:["xns"]},"application/xcon-conference-info+xml":{source:"iana",compressible:!0},"application/xcon-conference-info-diff+xml":{source:"iana",compressible:!0},"application/xenc+xml":{source:"iana",compressible:!0,extensions:["xenc"]},"application/xhtml+xml":{source:"iana",compressible:!0,extensions:["xhtml","xht"]},"application/xhtml-voice+xml":{source:"apache",compressible:!0},"application/xliff+xml":{source:"iana",compressible:!0,extensions:["xlf"]},"application/xml":{source:"iana",compressible:!0,extensions:["xml","xsl","xsd","rng"]},"application/xml-dtd":{source:"iana",compressible:!0,extensions:["dtd"]},"application/xml-external-parsed-entity":{source:"iana"},"application/xml-patch+xml":{source:"iana",compressible:!0},"application/xmpp+xml":{source:"iana",compressible:!0},"application/xop+xml":{source:"iana",compressible:!0,extensions:["xop"]},"application/xproc+xml":{source:"apache",compressible:!0,extensions:["xpl"]},"application/xslt+xml":{source:"iana",compressible:!0,extensions:["xsl","xslt"]},"application/xspf+xml":{source:"apache",compressible:!0,extensions:["xspf"]},"application/xv+xml":{source:"iana",compressible:!0,extensions:["mxml","xhvml","xvml","xvm"]},"application/yang":{source:"iana",extensions:["yang"]},"application/yang-data+json":{source:"iana",compressible:!0},"application/yang-data+xml":{source:"iana",compressible:!0},"application/yang-patch+json":{source:"iana",compressible:!0},"application/yang-patch+xml":{source:"iana",compressible:!0},"application/yin+xml":{source:"iana",compressible:!0,extensions:["yin"]},"application/zip":{source:"iana",compressible:!1,extensions:["zip"]},"application/zlib":{source:"iana"},"application/zstd":{source:"iana"},"audio/1d-interleaved-parityfec":{source:"iana"},"audio/32kadpcm":{source:"iana"},"audio/3gpp":{source:"iana",compressible:!1,extensions:["3gpp"]},"audio/3gpp2":{source:"iana"},"audio/aac":{source:"iana"},"audio/ac3":{source:"iana"},"audio/adpcm":{source:"apache",extensions:["adp"]},"audio/amr":{source:"iana",extensions:["amr"]},"audio/amr-wb":{source:"iana"},"audio/amr-wb+":{source:"iana"},"audio/aptx":{source:"iana"},"audio/asc":{source:"iana"},"audio/atrac-advanced-lossless":{source:"iana"},"audio/atrac-x":{source:"iana"},"audio/atrac3":{source:"iana"},"audio/basic":{source:"iana",compressible:!1,extensions:["au","snd"]},"audio/bv16":{source:"iana"},"audio/bv32":{source:"iana"},"audio/clearmode":{source:"iana"},"audio/cn":{source:"iana"},"audio/dat12":{source:"iana"},"audio/dls":{source:"iana"},"audio/dsr-es201108":{source:"iana"},"audio/dsr-es202050":{source:"iana"},"audio/dsr-es202211":{source:"iana"},"audio/dsr-es202212":{source:"iana"},"audio/dv":{source:"iana"},"audio/dvi4":{source:"iana"},"audio/eac3":{source:"iana"},"audio/encaprtp":{source:"iana"},"audio/evrc":{source:"iana"},"audio/evrc-qcp":{source:"iana"},"audio/evrc0":{source:"iana"},"audio/evrc1":{source:"iana"},"audio/evrcb":{source:"iana"},"audio/evrcb0":{source:"iana"},"audio/evrcb1":{source:"iana"},"audio/evrcnw":{source:"iana"},"audio/evrcnw0":{source:"iana"},"audio/evrcnw1":{source:"iana"},"audio/evrcwb":{source:"iana"},"audio/evrcwb0":{source:"iana"},"audio/evrcwb1":{source:"iana"},"audio/evs":{source:"iana"},"audio/flexfec":{source:"iana"},"audio/fwdred":{source:"iana"},"audio/g711-0":{source:"iana"},"audio/g719":{source:"iana"},"audio/g722":{source:"iana"},"audio/g7221":{source:"iana"},"audio/g723":{source:"iana"},"audio/g726-16":{source:"iana"},"audio/g726-24":{source:"iana"},"audio/g726-32":{source:"iana"},"audio/g726-40":{source:"iana"},"audio/g728":{source:"iana"},"audio/g729":{source:"iana"},"audio/g7291":{source:"iana"},"audio/g729d":{source:"iana"},"audio/g729e":{source:"iana"},"audio/gsm":{source:"iana"},"audio/gsm-efr":{source:"iana"},"audio/gsm-hr-08":{source:"iana"},"audio/ilbc":{source:"iana"},"audio/ip-mr_v2.5":{source:"iana"},"audio/isac":{source:"apache"},"audio/l16":{source:"iana"},"audio/l20":{source:"iana"},"audio/l24":{source:"iana",compressible:!1},"audio/l8":{source:"iana"},"audio/lpc":{source:"iana"},"audio/melp":{source:"iana"},"audio/melp1200":{source:"iana"},"audio/melp2400":{source:"iana"},"audio/melp600":{source:"iana"},"audio/mhas":{source:"iana"},"audio/midi":{source:"apache",extensions:["mid","midi","kar","rmi"]},"audio/mobile-xmf":{source:"iana",extensions:["mxmf"]},"audio/mp3":{compressible:!1,extensions:["mp3"]},"audio/mp4":{source:"iana",compressible:!1,extensions:["m4a","mp4a"]},"audio/mp4a-latm":{source:"iana"},"audio/mpa":{source:"iana"},"audio/mpa-robust":{source:"iana"},"audio/mpeg":{source:"iana",compressible:!1,extensions:["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{source:"iana"},"audio/musepack":{source:"apache"},"audio/ogg":{source:"iana",compressible:!1,extensions:["oga","ogg","spx","opus"]},"audio/opus":{source:"iana"},"audio/parityfec":{source:"iana"},"audio/pcma":{source:"iana"},"audio/pcma-wb":{source:"iana"},"audio/pcmu":{source:"iana"},"audio/pcmu-wb":{source:"iana"},"audio/prs.sid":{source:"iana"},"audio/qcelp":{source:"iana"},"audio/raptorfec":{source:"iana"},"audio/red":{source:"iana"},"audio/rtp-enc-aescm128":{source:"iana"},"audio/rtp-midi":{source:"iana"},"audio/rtploopback":{source:"iana"},"audio/rtx":{source:"iana"},"audio/s3m":{source:"apache",extensions:["s3m"]},"audio/scip":{source:"iana"},"audio/silk":{source:"apache",extensions:["sil"]},"audio/smv":{source:"iana"},"audio/smv-qcp":{source:"iana"},"audio/smv0":{source:"iana"},"audio/sofa":{source:"iana"},"audio/sp-midi":{source:"iana"},"audio/speex":{source:"iana"},"audio/t140c":{source:"iana"},"audio/t38":{source:"iana"},"audio/telephone-event":{source:"iana"},"audio/tetra_acelp":{source:"iana"},"audio/tetra_acelp_bb":{source:"iana"},"audio/tone":{source:"iana"},"audio/tsvcis":{source:"iana"},"audio/uemclip":{source:"iana"},"audio/ulpfec":{source:"iana"},"audio/usac":{source:"iana"},"audio/vdvi":{source:"iana"},"audio/vmr-wb":{source:"iana"},"audio/vnd.3gpp.iufp":{source:"iana"},"audio/vnd.4sb":{source:"iana"},"audio/vnd.audiokoz":{source:"iana"},"audio/vnd.celp":{source:"iana"},"audio/vnd.cisco.nse":{source:"iana"},"audio/vnd.cmles.radio-events":{source:"iana"},"audio/vnd.cns.anp1":{source:"iana"},"audio/vnd.cns.inf1":{source:"iana"},"audio/vnd.dece.audio":{source:"iana",extensions:["uva","uvva"]},"audio/vnd.digital-winds":{source:"iana",extensions:["eol"]},"audio/vnd.dlna.adts":{source:"iana"},"audio/vnd.dolby.heaac.1":{source:"iana"},"audio/vnd.dolby.heaac.2":{source:"iana"},"audio/vnd.dolby.mlp":{source:"iana"},"audio/vnd.dolby.mps":{source:"iana"},"audio/vnd.dolby.pl2":{source:"iana"},"audio/vnd.dolby.pl2x":{source:"iana"},"audio/vnd.dolby.pl2z":{source:"iana"},"audio/vnd.dolby.pulse.1":{source:"iana"},"audio/vnd.dra":{source:"iana",extensions:["dra"]},"audio/vnd.dts":{source:"iana",extensions:["dts"]},"audio/vnd.dts.hd":{source:"iana",extensions:["dtshd"]},"audio/vnd.dts.uhd":{source:"iana"},"audio/vnd.dvb.file":{source:"iana"},"audio/vnd.everad.plj":{source:"iana"},"audio/vnd.hns.audio":{source:"iana"},"audio/vnd.lucent.voice":{source:"iana",extensions:["lvp"]},"audio/vnd.ms-playready.media.pya":{source:"iana",extensions:["pya"]},"audio/vnd.nokia.mobile-xmf":{source:"iana"},"audio/vnd.nortel.vbk":{source:"iana"},"audio/vnd.nuera.ecelp4800":{source:"iana",extensions:["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{source:"iana",extensions:["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{source:"iana",extensions:["ecelp9600"]},"audio/vnd.octel.sbc":{source:"iana"},"audio/vnd.presonus.multitrack":{source:"iana"},"audio/vnd.qcelp":{source:"iana"},"audio/vnd.rhetorex.32kadpcm":{source:"iana"},"audio/vnd.rip":{source:"iana",extensions:["rip"]},"audio/vnd.rn-realaudio":{compressible:!1},"audio/vnd.sealedmedia.softseal.mpeg":{source:"iana"},"audio/vnd.vmx.cvsd":{source:"iana"},"audio/vnd.wave":{compressible:!1},"audio/vorbis":{source:"iana",compressible:!1},"audio/vorbis-config":{source:"iana"},"audio/wav":{compressible:!1,extensions:["wav"]},"audio/wave":{compressible:!1,extensions:["wav"]},"audio/webm":{source:"apache",compressible:!1,extensions:["weba"]},"audio/x-aac":{source:"apache",compressible:!1,extensions:["aac"]},"audio/x-aiff":{source:"apache",extensions:["aif","aiff","aifc"]},"audio/x-caf":{source:"apache",compressible:!1,extensions:["caf"]},"audio/x-flac":{source:"apache",extensions:["flac"]},"audio/x-m4a":{source:"nginx",extensions:["m4a"]},"audio/x-matroska":{source:"apache",extensions:["mka"]},"audio/x-mpegurl":{source:"apache",extensions:["m3u"]},"audio/x-ms-wax":{source:"apache",extensions:["wax"]},"audio/x-ms-wma":{source:"apache",extensions:["wma"]},"audio/x-pn-realaudio":{source:"apache",extensions:["ram","ra"]},"audio/x-pn-realaudio-plugin":{source:"apache",extensions:["rmp"]},"audio/x-realaudio":{source:"nginx",extensions:["ra"]},"audio/x-tta":{source:"apache"},"audio/x-wav":{source:"apache",extensions:["wav"]},"audio/xm":{source:"apache",extensions:["xm"]},"chemical/x-cdx":{source:"apache",extensions:["cdx"]},"chemical/x-cif":{source:"apache",extensions:["cif"]},"chemical/x-cmdf":{source:"apache",extensions:["cmdf"]},"chemical/x-cml":{source:"apache",extensions:["cml"]},"chemical/x-csml":{source:"apache",extensions:["csml"]},"chemical/x-pdb":{source:"apache"},"chemical/x-xyz":{source:"apache",extensions:["xyz"]},"font/collection":{source:"iana",extensions:["ttc"]},"font/otf":{source:"iana",compressible:!0,extensions:["otf"]},"font/sfnt":{source:"iana"},"font/ttf":{source:"iana",compressible:!0,extensions:["ttf"]},"font/woff":{source:"iana",extensions:["woff"]},"font/woff2":{source:"iana",extensions:["woff2"]},"image/aces":{source:"iana",extensions:["exr"]},"image/apng":{compressible:!1,extensions:["apng"]},"image/avci":{source:"iana",extensions:["avci"]},"image/avcs":{source:"iana",extensions:["avcs"]},"image/avif":{source:"iana",compressible:!1,extensions:["avif"]},"image/bmp":{source:"iana",compressible:!0,extensions:["bmp"]},"image/cgm":{source:"iana",extensions:["cgm"]},"image/dicom-rle":{source:"iana",extensions:["drle"]},"image/emf":{source:"iana",extensions:["emf"]},"image/fits":{source:"iana",extensions:["fits"]},"image/g3fax":{source:"iana",extensions:["g3"]},"image/gif":{source:"iana",compressible:!1,extensions:["gif"]},"image/heic":{source:"iana",extensions:["heic"]},"image/heic-sequence":{source:"iana",extensions:["heics"]},"image/heif":{source:"iana",extensions:["heif"]},"image/heif-sequence":{source:"iana",extensions:["heifs"]},"image/hej2k":{source:"iana",extensions:["hej2"]},"image/hsj2":{source:"iana",extensions:["hsj2"]},"image/ief":{source:"iana",extensions:["ief"]},"image/jls":{source:"iana",extensions:["jls"]},"image/jp2":{source:"iana",compressible:!1,extensions:["jp2","jpg2"]},"image/jpeg":{source:"iana",compressible:!1,extensions:["jpeg","jpg","jpe"]},"image/jph":{source:"iana",extensions:["jph"]},"image/jphc":{source:"iana",extensions:["jhc"]},"image/jpm":{source:"iana",compressible:!1,extensions:["jpm"]},"image/jpx":{source:"iana",compressible:!1,extensions:["jpx","jpf"]},"image/jxr":{source:"iana",extensions:["jxr"]},"image/jxra":{source:"iana",extensions:["jxra"]},"image/jxrs":{source:"iana",extensions:["jxrs"]},"image/jxs":{source:"iana",extensions:["jxs"]},"image/jxsc":{source:"iana",extensions:["jxsc"]},"image/jxsi":{source:"iana",extensions:["jxsi"]},"image/jxss":{source:"iana",extensions:["jxss"]},"image/ktx":{source:"iana",extensions:["ktx"]},"image/ktx2":{source:"iana",extensions:["ktx2"]},"image/naplps":{source:"iana"},"image/pjpeg":{compressible:!1},"image/png":{source:"iana",compressible:!1,extensions:["png"]},"image/prs.btif":{source:"iana",extensions:["btif"]},"image/prs.pti":{source:"iana",extensions:["pti"]},"image/pwg-raster":{source:"iana"},"image/sgi":{source:"apache",extensions:["sgi"]},"image/svg+xml":{source:"iana",compressible:!0,extensions:["svg","svgz"]},"image/t38":{source:"iana",extensions:["t38"]},"image/tiff":{source:"iana",compressible:!1,extensions:["tif","tiff"]},"image/tiff-fx":{source:"iana",extensions:["tfx"]},"image/vnd.adobe.photoshop":{source:"iana",compressible:!0,extensions:["psd"]},"image/vnd.airzip.accelerator.azv":{source:"iana",extensions:["azv"]},"image/vnd.cns.inf2":{source:"iana"},"image/vnd.dece.graphic":{source:"iana",extensions:["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{source:"iana",extensions:["djvu","djv"]},"image/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"image/vnd.dwg":{source:"iana",extensions:["dwg"]},"image/vnd.dxf":{source:"iana",extensions:["dxf"]},"image/vnd.fastbidsheet":{source:"iana",extensions:["fbs"]},"image/vnd.fpx":{source:"iana",extensions:["fpx"]},"image/vnd.fst":{source:"iana",extensions:["fst"]},"image/vnd.fujixerox.edmics-mmr":{source:"iana",extensions:["mmr"]},"image/vnd.fujixerox.edmics-rlc":{source:"iana",extensions:["rlc"]},"image/vnd.globalgraphics.pgb":{source:"iana"},"image/vnd.microsoft.icon":{source:"iana",compressible:!0,extensions:["ico"]},"image/vnd.mix":{source:"iana"},"image/vnd.mozilla.apng":{source:"iana"},"image/vnd.ms-dds":{compressible:!0,extensions:["dds"]},"image/vnd.ms-modi":{source:"iana",extensions:["mdi"]},"image/vnd.ms-photo":{source:"apache",extensions:["wdp"]},"image/vnd.net-fpx":{source:"iana",extensions:["npx"]},"image/vnd.pco.b16":{source:"iana",extensions:["b16"]},"image/vnd.radiance":{source:"iana"},"image/vnd.sealed.png":{source:"iana"},"image/vnd.sealedmedia.softseal.gif":{source:"iana"},"image/vnd.sealedmedia.softseal.jpg":{source:"iana"},"image/vnd.svf":{source:"iana"},"image/vnd.tencent.tap":{source:"iana",extensions:["tap"]},"image/vnd.valve.source.texture":{source:"iana",extensions:["vtf"]},"image/vnd.wap.wbmp":{source:"iana",extensions:["wbmp"]},"image/vnd.xiff":{source:"iana",extensions:["xif"]},"image/vnd.zbrush.pcx":{source:"iana",extensions:["pcx"]},"image/webp":{source:"apache",extensions:["webp"]},"image/wmf":{source:"iana",extensions:["wmf"]},"image/x-3ds":{source:"apache",extensions:["3ds"]},"image/x-cmu-raster":{source:"apache",extensions:["ras"]},"image/x-cmx":{source:"apache",extensions:["cmx"]},"image/x-freehand":{source:"apache",extensions:["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{source:"apache",compressible:!0,extensions:["ico"]},"image/x-jng":{source:"nginx",extensions:["jng"]},"image/x-mrsid-image":{source:"apache",extensions:["sid"]},"image/x-ms-bmp":{source:"nginx",compressible:!0,extensions:["bmp"]},"image/x-pcx":{source:"apache",extensions:["pcx"]},"image/x-pict":{source:"apache",extensions:["pic","pct"]},"image/x-portable-anymap":{source:"apache",extensions:["pnm"]},"image/x-portable-bitmap":{source:"apache",extensions:["pbm"]},"image/x-portable-graymap":{source:"apache",extensions:["pgm"]},"image/x-portable-pixmap":{source:"apache",extensions:["ppm"]},"image/x-rgb":{source:"apache",extensions:["rgb"]},"image/x-tga":{source:"apache",extensions:["tga"]},"image/x-xbitmap":{source:"apache",extensions:["xbm"]},"image/x-xcf":{compressible:!1},"image/x-xpixmap":{source:"apache",extensions:["xpm"]},"image/x-xwindowdump":{source:"apache",extensions:["xwd"]},"message/cpim":{source:"iana"},"message/delivery-status":{source:"iana"},"message/disposition-notification":{source:"iana",extensions:["disposition-notification"]},"message/external-body":{source:"iana"},"message/feedback-report":{source:"iana"},"message/global":{source:"iana",extensions:["u8msg"]},"message/global-delivery-status":{source:"iana",extensions:["u8dsn"]},"message/global-disposition-notification":{source:"iana",extensions:["u8mdn"]},"message/global-headers":{source:"iana",extensions:["u8hdr"]},"message/http":{source:"iana",compressible:!1},"message/imdn+xml":{source:"iana",compressible:!0},"message/news":{source:"iana"},"message/partial":{source:"iana",compressible:!1},"message/rfc822":{source:"iana",compressible:!0,extensions:["eml","mime"]},"message/s-http":{source:"iana"},"message/sip":{source:"iana"},"message/sipfrag":{source:"iana"},"message/tracking-status":{source:"iana"},"message/vnd.si.simp":{source:"iana"},"message/vnd.wfa.wsc":{source:"iana",extensions:["wsc"]},"model/3mf":{source:"iana",extensions:["3mf"]},"model/e57":{source:"iana"},"model/gltf+json":{source:"iana",compressible:!0,extensions:["gltf"]},"model/gltf-binary":{source:"iana",compressible:!0,extensions:["glb"]},"model/iges":{source:"iana",compressible:!1,extensions:["igs","iges"]},"model/mesh":{source:"iana",compressible:!1,extensions:["msh","mesh","silo"]},"model/mtl":{source:"iana",extensions:["mtl"]},"model/obj":{source:"iana",extensions:["obj"]},"model/step":{source:"iana"},"model/step+xml":{source:"iana",compressible:!0,extensions:["stpx"]},"model/step+zip":{source:"iana",compressible:!1,extensions:["stpz"]},"model/step-xml+zip":{source:"iana",compressible:!1,extensions:["stpxz"]},"model/stl":{source:"iana",extensions:["stl"]},"model/vnd.collada+xml":{source:"iana",compressible:!0,extensions:["dae"]},"model/vnd.dwf":{source:"iana",extensions:["dwf"]},"model/vnd.flatland.3dml":{source:"iana"},"model/vnd.gdl":{source:"iana",extensions:["gdl"]},"model/vnd.gs-gdl":{source:"apache"},"model/vnd.gs.gdl":{source:"iana"},"model/vnd.gtw":{source:"iana",extensions:["gtw"]},"model/vnd.moml+xml":{source:"iana",compressible:!0},"model/vnd.mts":{source:"iana",extensions:["mts"]},"model/vnd.opengex":{source:"iana",extensions:["ogex"]},"model/vnd.parasolid.transmit.binary":{source:"iana",extensions:["x_b"]},"model/vnd.parasolid.transmit.text":{source:"iana",extensions:["x_t"]},"model/vnd.pytha.pyox":{source:"iana"},"model/vnd.rosette.annotated-data-model":{source:"iana"},"model/vnd.sap.vds":{source:"iana",extensions:["vds"]},"model/vnd.usdz+zip":{source:"iana",compressible:!1,extensions:["usdz"]},"model/vnd.valve.source.compiled-map":{source:"iana",extensions:["bsp"]},"model/vnd.vtu":{source:"iana",extensions:["vtu"]},"model/vrml":{source:"iana",compressible:!1,extensions:["wrl","vrml"]},"model/x3d+binary":{source:"apache",compressible:!1,extensions:["x3db","x3dbz"]},"model/x3d+fastinfoset":{source:"iana",extensions:["x3db"]},"model/x3d+vrml":{source:"apache",compressible:!1,extensions:["x3dv","x3dvz"]},"model/x3d+xml":{source:"iana",compressible:!0,extensions:["x3d","x3dz"]},"model/x3d-vrml":{source:"iana",extensions:["x3dv"]},"multipart/alternative":{source:"iana",compressible:!1},"multipart/appledouble":{source:"iana"},"multipart/byteranges":{source:"iana"},"multipart/digest":{source:"iana"},"multipart/encrypted":{source:"iana",compressible:!1},"multipart/form-data":{source:"iana",compressible:!1},"multipart/header-set":{source:"iana"},"multipart/mixed":{source:"iana"},"multipart/multilingual":{source:"iana"},"multipart/parallel":{source:"iana"},"multipart/related":{source:"iana",compressible:!1},"multipart/report":{source:"iana"},"multipart/signed":{source:"iana",compressible:!1},"multipart/vnd.bint.med-plus":{source:"iana"},"multipart/voice-message":{source:"iana"},"multipart/x-mixed-replace":{source:"iana"},"text/1d-interleaved-parityfec":{source:"iana"},"text/cache-manifest":{source:"iana",compressible:!0,extensions:["appcache","manifest"]},"text/calendar":{source:"iana",extensions:["ics","ifb"]},"text/calender":{compressible:!0},"text/cmd":{compressible:!0},"text/coffeescript":{extensions:["coffee","litcoffee"]},"text/cql":{source:"iana"},"text/cql-expression":{source:"iana"},"text/cql-identifier":{source:"iana"},"text/css":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["css"]},"text/csv":{source:"iana",compressible:!0,extensions:["csv"]},"text/csv-schema":{source:"iana"},"text/directory":{source:"iana"},"text/dns":{source:"iana"},"text/ecmascript":{source:"iana"},"text/encaprtp":{source:"iana"},"text/enriched":{source:"iana"},"text/fhirpath":{source:"iana"},"text/flexfec":{source:"iana"},"text/fwdred":{source:"iana"},"text/gff3":{source:"iana"},"text/grammar-ref-list":{source:"iana"},"text/html":{source:"iana",compressible:!0,extensions:["html","htm","shtml"]},"text/jade":{extensions:["jade"]},"text/javascript":{source:"iana",compressible:!0},"text/jcr-cnd":{source:"iana"},"text/jsx":{compressible:!0,extensions:["jsx"]},"text/less":{compressible:!0,extensions:["less"]},"text/markdown":{source:"iana",compressible:!0,extensions:["markdown","md"]},"text/mathml":{source:"nginx",extensions:["mml"]},"text/mdx":{compressible:!0,extensions:["mdx"]},"text/mizar":{source:"iana"},"text/n3":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["n3"]},"text/parameters":{source:"iana",charset:"UTF-8"},"text/parityfec":{source:"iana"},"text/plain":{source:"iana",compressible:!0,extensions:["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{source:"iana",charset:"UTF-8"},"text/prs.fallenstein.rst":{source:"iana"},"text/prs.lines.tag":{source:"iana",extensions:["dsc"]},"text/prs.prop.logic":{source:"iana"},"text/raptorfec":{source:"iana"},"text/red":{source:"iana"},"text/rfc822-headers":{source:"iana"},"text/richtext":{source:"iana",compressible:!0,extensions:["rtx"]},"text/rtf":{source:"iana",compressible:!0,extensions:["rtf"]},"text/rtp-enc-aescm128":{source:"iana"},"text/rtploopback":{source:"iana"},"text/rtx":{source:"iana"},"text/sgml":{source:"iana",extensions:["sgml","sgm"]},"text/shaclc":{source:"iana"},"text/shex":{source:"iana",extensions:["shex"]},"text/slim":{extensions:["slim","slm"]},"text/spdx":{source:"iana",extensions:["spdx"]},"text/strings":{source:"iana"},"text/stylus":{extensions:["stylus","styl"]},"text/t140":{source:"iana"},"text/tab-separated-values":{source:"iana",compressible:!0,extensions:["tsv"]},"text/troff":{source:"iana",extensions:["t","tr","roff","man","me","ms"]},"text/turtle":{source:"iana",charset:"UTF-8",extensions:["ttl"]},"text/ulpfec":{source:"iana"},"text/uri-list":{source:"iana",compressible:!0,extensions:["uri","uris","urls"]},"text/vcard":{source:"iana",compressible:!0,extensions:["vcard"]},"text/vnd.a":{source:"iana"},"text/vnd.abc":{source:"iana"},"text/vnd.ascii-art":{source:"iana"},"text/vnd.curl":{source:"iana",extensions:["curl"]},"text/vnd.curl.dcurl":{source:"apache",extensions:["dcurl"]},"text/vnd.curl.mcurl":{source:"apache",extensions:["mcurl"]},"text/vnd.curl.scurl":{source:"apache",extensions:["scurl"]},"text/vnd.debian.copyright":{source:"iana",charset:"UTF-8"},"text/vnd.dmclientscript":{source:"iana"},"text/vnd.dvb.subtitle":{source:"iana",extensions:["sub"]},"text/vnd.esmertec.theme-descriptor":{source:"iana",charset:"UTF-8"},"text/vnd.familysearch.gedcom":{source:"iana",extensions:["ged"]},"text/vnd.ficlab.flt":{source:"iana"},"text/vnd.fly":{source:"iana",extensions:["fly"]},"text/vnd.fmi.flexstor":{source:"iana",extensions:["flx"]},"text/vnd.gml":{source:"iana"},"text/vnd.graphviz":{source:"iana",extensions:["gv"]},"text/vnd.hans":{source:"iana"},"text/vnd.hgl":{source:"iana"},"text/vnd.in3d.3dml":{source:"iana",extensions:["3dml"]},"text/vnd.in3d.spot":{source:"iana",extensions:["spot"]},"text/vnd.iptc.newsml":{source:"iana"},"text/vnd.iptc.nitf":{source:"iana"},"text/vnd.latex-z":{source:"iana"},"text/vnd.motorola.reflex":{source:"iana"},"text/vnd.ms-mediapackage":{source:"iana"},"text/vnd.net2phone.commcenter.command":{source:"iana"},"text/vnd.radisys.msml-basic-layout":{source:"iana"},"text/vnd.senx.warpscript":{source:"iana"},"text/vnd.si.uricatalogue":{source:"iana"},"text/vnd.sosi":{source:"iana"},"text/vnd.sun.j2me.app-descriptor":{source:"iana",charset:"UTF-8",extensions:["jad"]},"text/vnd.trolltech.linguist":{source:"iana",charset:"UTF-8"},"text/vnd.wap.si":{source:"iana"},"text/vnd.wap.sl":{source:"iana"},"text/vnd.wap.wml":{source:"iana",extensions:["wml"]},"text/vnd.wap.wmlscript":{source:"iana",extensions:["wmls"]},"text/vtt":{source:"iana",charset:"UTF-8",compressible:!0,extensions:["vtt"]},"text/x-asm":{source:"apache",extensions:["s","asm"]},"text/x-c":{source:"apache",extensions:["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{source:"nginx",extensions:["htc"]},"text/x-fortran":{source:"apache",extensions:["f","for","f77","f90"]},"text/x-gwt-rpc":{compressible:!0},"text/x-handlebars-template":{extensions:["hbs"]},"text/x-java-source":{source:"apache",extensions:["java"]},"text/x-jquery-tmpl":{compressible:!0},"text/x-lua":{extensions:["lua"]},"text/x-markdown":{compressible:!0,extensions:["mkd"]},"text/x-nfo":{source:"apache",extensions:["nfo"]},"text/x-opml":{source:"apache",extensions:["opml"]},"text/x-org":{compressible:!0,extensions:["org"]},"text/x-pascal":{source:"apache",extensions:["p","pas"]},"text/x-processing":{compressible:!0,extensions:["pde"]},"text/x-sass":{extensions:["sass"]},"text/x-scss":{extensions:["scss"]},"text/x-setext":{source:"apache",extensions:["etx"]},"text/x-sfv":{source:"apache",extensions:["sfv"]},"text/x-suse-ymp":{compressible:!0,extensions:["ymp"]},"text/x-uuencode":{source:"apache",extensions:["uu"]},"text/x-vcalendar":{source:"apache",extensions:["vcs"]},"text/x-vcard":{source:"apache",extensions:["vcf"]},"text/xml":{source:"iana",compressible:!0,extensions:["xml"]},"text/xml-external-parsed-entity":{source:"iana"},"text/yaml":{compressible:!0,extensions:["yaml","yml"]},"video/1d-interleaved-parityfec":{source:"iana"},"video/3gpp":{source:"iana",extensions:["3gp","3gpp"]},"video/3gpp-tt":{source:"iana"},"video/3gpp2":{source:"iana",extensions:["3g2"]},"video/av1":{source:"iana"},"video/bmpeg":{source:"iana"},"video/bt656":{source:"iana"},"video/celb":{source:"iana"},"video/dv":{source:"iana"},"video/encaprtp":{source:"iana"},"video/ffv1":{source:"iana"},"video/flexfec":{source:"iana"},"video/h261":{source:"iana",extensions:["h261"]},"video/h263":{source:"iana",extensions:["h263"]},"video/h263-1998":{source:"iana"},"video/h263-2000":{source:"iana"},"video/h264":{source:"iana",extensions:["h264"]},"video/h264-rcdo":{source:"iana"},"video/h264-svc":{source:"iana"},"video/h265":{source:"iana"},"video/iso.segment":{source:"iana",extensions:["m4s"]},"video/jpeg":{source:"iana",extensions:["jpgv"]},"video/jpeg2000":{source:"iana"},"video/jpm":{source:"apache",extensions:["jpm","jpgm"]},"video/jxsv":{source:"iana"},"video/mj2":{source:"iana",extensions:["mj2","mjp2"]},"video/mp1s":{source:"iana"},"video/mp2p":{source:"iana"},"video/mp2t":{source:"iana",extensions:["ts"]},"video/mp4":{source:"iana",compressible:!1,extensions:["mp4","mp4v","mpg4"]},"video/mp4v-es":{source:"iana"},"video/mpeg":{source:"iana",compressible:!1,extensions:["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{source:"iana"},"video/mpv":{source:"iana"},"video/nv":{source:"iana"},"video/ogg":{source:"iana",compressible:!1,extensions:["ogv"]},"video/parityfec":{source:"iana"},"video/pointer":{source:"iana"},"video/quicktime":{source:"iana",compressible:!1,extensions:["qt","mov"]},"video/raptorfec":{source:"iana"},"video/raw":{source:"iana"},"video/rtp-enc-aescm128":{source:"iana"},"video/rtploopback":{source:"iana"},"video/rtx":{source:"iana"},"video/scip":{source:"iana"},"video/smpte291":{source:"iana"},"video/smpte292m":{source:"iana"},"video/ulpfec":{source:"iana"},"video/vc1":{source:"iana"},"video/vc2":{source:"iana"},"video/vnd.cctv":{source:"iana"},"video/vnd.dece.hd":{source:"iana",extensions:["uvh","uvvh"]},"video/vnd.dece.mobile":{source:"iana",extensions:["uvm","uvvm"]},"video/vnd.dece.mp4":{source:"iana"},"video/vnd.dece.pd":{source:"iana",extensions:["uvp","uvvp"]},"video/vnd.dece.sd":{source:"iana",extensions:["uvs","uvvs"]},"video/vnd.dece.video":{source:"iana",extensions:["uvv","uvvv"]},"video/vnd.directv.mpeg":{source:"iana"},"video/vnd.directv.mpeg-tts":{source:"iana"},"video/vnd.dlna.mpeg-tts":{source:"iana"},"video/vnd.dvb.file":{source:"iana",extensions:["dvb"]},"video/vnd.fvt":{source:"iana",extensions:["fvt"]},"video/vnd.hns.video":{source:"iana"},"video/vnd.iptvforum.1dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.1dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.2dparityfec-1010":{source:"iana"},"video/vnd.iptvforum.2dparityfec-2005":{source:"iana"},"video/vnd.iptvforum.ttsavc":{source:"iana"},"video/vnd.iptvforum.ttsmpeg2":{source:"iana"},"video/vnd.motorola.video":{source:"iana"},"video/vnd.motorola.videop":{source:"iana"},"video/vnd.mpegurl":{source:"iana",extensions:["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{source:"iana",extensions:["pyv"]},"video/vnd.nokia.interleaved-multimedia":{source:"iana"},"video/vnd.nokia.mp4vr":{source:"iana"},"video/vnd.nokia.videovoip":{source:"iana"},"video/vnd.objectvideo":{source:"iana"},"video/vnd.radgamettools.bink":{source:"iana"},"video/vnd.radgamettools.smacker":{source:"iana"},"video/vnd.sealed.mpeg1":{source:"iana"},"video/vnd.sealed.mpeg4":{source:"iana"},"video/vnd.sealed.swf":{source:"iana"},"video/vnd.sealedmedia.softseal.mov":{source:"iana"},"video/vnd.uvvu.mp4":{source:"iana",extensions:["uvu","uvvu"]},"video/vnd.vivo":{source:"iana",extensions:["viv"]},"video/vnd.youtube.yt":{source:"iana"},"video/vp8":{source:"iana"},"video/vp9":{source:"iana"},"video/webm":{source:"apache",compressible:!1,extensions:["webm"]},"video/x-f4v":{source:"apache",extensions:["f4v"]},"video/x-fli":{source:"apache",extensions:["fli"]},"video/x-flv":{source:"apache",compressible:!1,extensions:["flv"]},"video/x-m4v":{source:"apache",extensions:["m4v"]},"video/x-matroska":{source:"apache",compressible:!1,extensions:["mkv","mk3d","mks"]},"video/x-mng":{source:"apache",extensions:["mng"]},"video/x-ms-asf":{source:"apache",extensions:["asf","asx"]},"video/x-ms-vob":{source:"apache",extensions:["vob"]},"video/x-ms-wm":{source:"apache",extensions:["wm"]},"video/x-ms-wmv":{source:"apache",compressible:!1,extensions:["wmv"]},"video/x-ms-wmx":{source:"apache",extensions:["wmx"]},"video/x-ms-wvx":{source:"apache",extensions:["wvx"]},"video/x-msvideo":{source:"apache",extensions:["avi"]},"video/x-sgi-movie":{source:"apache",extensions:["movie"]},"video/x-smv":{source:"apache",extensions:["smv"]},"x-conference/x-cooltalk":{source:"apache",extensions:["ice"]},"x-shader/x-fragment":{compressible:!0},"x-shader/x-vertex":{compressible:!0}};/*!
2
- * mime-db
3
- * Copyright(c) 2014 Jonathan Ong
4
- * Copyright(c) 2015-2022 Douglas Christopher Wilson
5
- * MIT Licensed
6
- */var Ma,Us;function Ki(){return Us||(Us=1,Ma=$i),Ma}/*!
7
- * mime-types
8
- * Copyright(c) 2014 Jonathan Ong
9
- * Copyright(c) 2015 Douglas Christopher Wilson
10
- * MIT Licensed
11
- */var js;function Gi(){return js||(js=1,(function(e){var a=Ki(),t=Ds.extname,s=/^\s*([^;\s]*)(?:;|\s|$)/,o=/^text\//i;e.charset=n,e.charsets={lookup:n},e.contentType=r,e.extension=p,e.extensions=Object.create(null),e.lookup=l,e.types=Object.create(null),d(e.extensions,e.types);function n(i){if(!i||typeof i!="string")return!1;var u=s.exec(i),c=u&&a[u[1].toLowerCase()];return c&&c.charset?c.charset:u&&o.test(u[1])?"UTF-8":!1}function r(i){if(!i||typeof i!="string")return!1;var u=i.indexOf("/")===-1?e.lookup(i):i;if(!u)return!1;if(u.indexOf("charset")===-1){var c=e.charset(u);c&&(u+="; charset="+c.toLowerCase())}return u}function p(i){if(!i||typeof i!="string")return!1;var u=s.exec(i),c=u&&e.extensions[u[1].toLowerCase()];return!c||!c.length?!1:c[0]}function l(i){if(!i||typeof i!="string")return!1;var u=t("x."+i).toLowerCase().substr(1);return u&&e.types[u]||!1}function d(i,u){var c=["nginx","apache",void 0,"iana"];Object.keys(a).forEach(function(m){var h=a[m],f=h.extensions;if(!(!f||!f.length)){i[m]=f;for(var y=0;y<f.length;y++){var Q=f[y];if(u[Q]){var P=c.indexOf(a[u[Q]].source),C=c.indexOf(h.source);if(u[Q]!=="application/octet-stream"&&(P>C||P===C&&u[Q].substr(0,12)==="application/"))continue}u[Q]=m}}})}})(Fa)),Fa}var qa,Fs;function Vi(){if(Fs)return qa;Fs=1,qa=e;function e(a){var t=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;t?t(a):setTimeout(a,0)}return qa}var za,Ms;function qs(){if(Ms)return za;Ms=1;var e=Vi();za=a;function a(t){var s=!1;return e(function(){s=!0}),function(n,r){s?t(n,r):e(function(){t(n,r)})}}return za}var $a,zs;function $s(){if(zs)return $a;zs=1,$a=e;function e(t){Object.keys(t.jobs).forEach(a.bind(t)),t.jobs={}}function a(t){typeof this.jobs[t]=="function"&&this.jobs[t]()}return $a}var Ka,Ks;function Gs(){if(Ks)return Ka;Ks=1;var e=qs(),a=$s();Ka=t;function t(o,n,r,p){var l=r.keyedList?r.keyedList[r.index]:r.index;r.jobs[l]=s(n,l,o[l],function(d,i){l in r.jobs&&(delete r.jobs[l],d?a(r):r.results[l]=i,p(d,r.results))})}function s(o,n,r,p){var l;return o.length==2?l=o(r,e(p)):l=o(r,n,e(p)),l}return Ka}var Ga,Vs;function Hs(){if(Vs)return Ga;Vs=1,Ga=e;function e(a,t){var s=!Array.isArray(a),o={index:0,keyedList:s||t?Object.keys(a):null,jobs:{},results:s?{}:[],size:s?Object.keys(a).length:a.length};return t&&o.keyedList.sort(s?t:function(n,r){return t(a[n],a[r])}),o}return Ga}var Va,Ws;function Js(){if(Ws)return Va;Ws=1;var e=$s(),a=qs();Va=t;function t(s){Object.keys(this.jobs).length&&(this.index=this.size,e(this),a(s)(null,this.results))}return Va}var Ha,Xs;function Hi(){if(Xs)return Ha;Xs=1;var e=Gs(),a=Hs(),t=Js();Ha=s;function s(o,n,r){for(var p=a(o);p.index<(p.keyedList||o).length;)e(o,n,p,function(l,d){if(l){r(l,d);return}if(Object.keys(p.jobs).length===0){r(null,p.results);return}}),p.index++;return t.bind(p,r)}return Ha}var ze={exports:{}},Ys;function Zs(){if(Ys)return ze.exports;Ys=1;var e=Gs(),a=Hs(),t=Js();ze.exports=s,ze.exports.ascending=o,ze.exports.descending=n;function s(r,p,l,d){var i=a(r,l);return e(r,p,i,function u(c,x){if(c){d(c,x);return}if(i.index++,i.index<(i.keyedList||r).length){e(r,p,i,u);return}d(null,i.results)}),t.bind(i,d)}function o(r,p){return r<p?-1:r>p?1:0}function n(r,p){return-1*o(r,p)}return ze.exports}var Wa,eo;function Wi(){if(eo)return Wa;eo=1;var e=Zs();Wa=a;function a(t,s,o){return e(t,s,null,o)}return Wa}var Ja,ao;function Ji(){return ao||(ao=1,Ja={parallel:Hi(),serial:Wi(),serialOrdered:Zs()}),Ja}var Xa,to;function so(){return to||(to=1,Xa=Object),Xa}var Ya,oo;function Xi(){return oo||(oo=1,Ya=Error),Ya}var Za,ro;function Yi(){return ro||(ro=1,Za=EvalError),Za}var et,no;function Zi(){return no||(no=1,et=RangeError),et}var at,io;function ep(){return io||(io=1,at=ReferenceError),at}var tt,po;function ap(){return po||(po=1,tt=SyntaxError),tt}var st,uo;function ot(){return uo||(uo=1,st=TypeError),st}var rt,lo;function tp(){return lo||(lo=1,rt=URIError),rt}var nt,ho;function sp(){return ho||(ho=1,nt=Math.abs),nt}var it,co;function op(){return co||(co=1,it=Math.floor),it}var pt,mo;function rp(){return mo||(mo=1,pt=Math.max),pt}var ut,fo;function np(){return fo||(fo=1,ut=Math.min),ut}var lt,go;function ip(){return go||(go=1,lt=Math.pow),lt}var dt,yo;function pp(){return yo||(yo=1,dt=Math.round),dt}var ht,vo;function up(){return vo||(vo=1,ht=Number.isNaN||function(a){return a!==a}),ht}var ct,xo;function lp(){if(xo)return ct;xo=1;var e=up();return ct=function(t){return e(t)||t===0?t:t<0?-1:1},ct}var mt,Do;function dp(){return Do||(Do=1,mt=Object.getOwnPropertyDescriptor),mt}var ft,bo;function Qo(){if(bo)return ft;bo=1;var e=dp();if(e)try{e([],"length")}catch{e=null}return ft=e,ft}var gt,wo;function hp(){if(wo)return gt;wo=1;var e=Object.defineProperty||!1;if(e)try{e({},"a",{value:1})}catch{e=!1}return gt=e,gt}var yt,Io;function Ao(){return Io||(Io=1,yt=function(){if(typeof Symbol!="function"||typeof Object.getOwnPropertySymbols!="function")return!1;if(typeof Symbol.iterator=="symbol")return!0;var a={},t=Symbol("test"),s=Object(t);if(typeof t=="string"||Object.prototype.toString.call(t)!=="[object Symbol]"||Object.prototype.toString.call(s)!=="[object Symbol]")return!1;var o=42;a[t]=o;for(var n in a)return!1;if(typeof Object.keys=="function"&&Object.keys(a).length!==0||typeof Object.getOwnPropertyNames=="function"&&Object.getOwnPropertyNames(a).length!==0)return!1;var r=Object.getOwnPropertySymbols(a);if(r.length!==1||r[0]!==t||!Object.prototype.propertyIsEnumerable.call(a,t))return!1;if(typeof Object.getOwnPropertyDescriptor=="function"){var p=Object.getOwnPropertyDescriptor(a,t);if(p.value!==o||p.enumerable!==!0)return!1}return!0}),yt}var vt,Po;function cp(){if(Po)return vt;Po=1;var e=typeof Symbol<"u"&&Symbol,a=Ao();return vt=function(){return typeof e!="function"||typeof Symbol!="function"||typeof e("foo")!="symbol"||typeof Symbol("bar")!="symbol"?!1:a()},vt}var xt,Lo;function Co(){return Lo||(Lo=1,xt=typeof Reflect<"u"&&Reflect.getPrototypeOf||null),xt}var Dt,To;function So(){if(To)return Dt;To=1;var e=so();return Dt=e.getPrototypeOf||null,Dt}var bt,Ro;function mp(){if(Ro)return bt;Ro=1;var e="Function.prototype.bind called on incompatible ",a=Object.prototype.toString,t=Math.max,s="[object Function]",o=function(l,d){for(var i=[],u=0;u<l.length;u+=1)i[u]=l[u];for(var c=0;c<d.length;c+=1)i[c+l.length]=d[c];return i},n=function(l,d){for(var i=[],u=d,c=0;u<l.length;u+=1,c+=1)i[c]=l[u];return i},r=function(p,l){for(var d="",i=0;i<p.length;i+=1)d+=p[i],i+1<p.length&&(d+=l);return d};return bt=function(l){var d=this;if(typeof d!="function"||a.apply(d)!==s)throw new TypeError(e+d);for(var i=n(arguments,1),u,c=function(){if(this instanceof u){var y=d.apply(this,o(i,arguments));return Object(y)===y?y:this}return d.apply(l,o(i,arguments))},x=t(0,d.length-i.length),m=[],h=0;h<x;h++)m[h]="$"+h;if(u=Function("binder","return function ("+r(m,",")+"){ return binder.apply(this,arguments); }")(c),d.prototype){var f=function(){};f.prototype=d.prototype,u.prototype=new f,f.prototype=null}return u},bt}var Qt,Eo;function da(){if(Eo)return Qt;Eo=1;var e=mp();return Qt=Function.prototype.bind||e,Qt}var wt,Oo;function It(){return Oo||(Oo=1,wt=Function.prototype.call),wt}var At,ko;function _o(){return ko||(ko=1,At=Function.prototype.apply),At}var Pt,Bo;function fp(){return Bo||(Bo=1,Pt=typeof Reflect<"u"&&Reflect&&Reflect.apply),Pt}var Lt,No;function gp(){if(No)return Lt;No=1;var e=da(),a=_o(),t=It(),s=fp();return Lt=s||e.call(t,a),Lt}var Ct,Uo;function yp(){if(Uo)return Ct;Uo=1;var e=da(),a=ot(),t=It(),s=gp();return Ct=function(n){if(n.length<1||typeof n[0]!="function")throw new a("a function is required");return s(e,t,n)},Ct}var Tt,jo;function vp(){if(jo)return Tt;jo=1;var e=yp(),a=Qo(),t;try{t=[].__proto__===Array.prototype}catch(r){if(!r||typeof r!="object"||!("code"in r)||r.code!=="ERR_PROTO_ACCESS")throw r}var s=!!t&&a&&a(Object.prototype,"__proto__"),o=Object,n=o.getPrototypeOf;return Tt=s&&typeof s.get=="function"?e([s.get]):typeof n=="function"?function(p){return n(p==null?p:o(p))}:!1,Tt}var St,Fo;function xp(){if(Fo)return St;Fo=1;var e=Co(),a=So(),t=vp();return St=e?function(o){return e(o)}:a?function(o){if(!o||typeof o!="object"&&typeof o!="function")throw new TypeError("getProto: not an object");return a(o)}:t?function(o){return t(o)}:null,St}var Rt,Mo;function Et(){if(Mo)return Rt;Mo=1;var e=Function.prototype.call,a=Object.prototype.hasOwnProperty,t=da();return Rt=t.call(e,a),Rt}var Ot,qo;function Dp(){if(qo)return Ot;qo=1;var e,a=so(),t=Xi(),s=Yi(),o=Zi(),n=ep(),r=ap(),p=ot(),l=tp(),d=sp(),i=op(),u=rp(),c=np(),x=ip(),m=pp(),h=lp(),f=Function,y=function(Z){try{return f('"use strict"; return ('+Z+").constructor;")()}catch{}},Q=Qo(),P=hp(),C=function(){throw new p},k=Q?(function(){try{return arguments.callee,C}catch{try{return Q(arguments,"callee").get}catch{return C}}})():C,R=cp()(),L=xp(),N=So(),H=Co(),se=_o(),X=It(),M={},K=typeof Uint8Array>"u"||!L?e:L(Uint8Array),V={__proto__:null,"%AggregateError%":typeof AggregateError>"u"?e:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer>"u"?e:ArrayBuffer,"%ArrayIteratorPrototype%":R&&L?L([][Symbol.iterator]()):e,"%AsyncFromSyncIteratorPrototype%":e,"%AsyncFunction%":M,"%AsyncGenerator%":M,"%AsyncGeneratorFunction%":M,"%AsyncIteratorPrototype%":M,"%Atomics%":typeof Atomics>"u"?e:Atomics,"%BigInt%":typeof BigInt>"u"?e:BigInt,"%BigInt64Array%":typeof BigInt64Array>"u"?e:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array>"u"?e:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView>"u"?e:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":t,"%eval%":eval,"%EvalError%":s,"%Float16Array%":typeof Float16Array>"u"?e:Float16Array,"%Float32Array%":typeof Float32Array>"u"?e:Float32Array,"%Float64Array%":typeof Float64Array>"u"?e:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry>"u"?e:FinalizationRegistry,"%Function%":f,"%GeneratorFunction%":M,"%Int8Array%":typeof Int8Array>"u"?e:Int8Array,"%Int16Array%":typeof Int16Array>"u"?e:Int16Array,"%Int32Array%":typeof Int32Array>"u"?e:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":R&&L?L(L([][Symbol.iterator]())):e,"%JSON%":typeof JSON=="object"?JSON:e,"%Map%":typeof Map>"u"?e:Map,"%MapIteratorPrototype%":typeof Map>"u"||!R||!L?e:L(new Map()[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":a,"%Object.getOwnPropertyDescriptor%":Q,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise>"u"?e:Promise,"%Proxy%":typeof Proxy>"u"?e:Proxy,"%RangeError%":o,"%ReferenceError%":n,"%Reflect%":typeof Reflect>"u"?e:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set>"u"?e:Set,"%SetIteratorPrototype%":typeof Set>"u"||!R||!L?e:L(new Set()[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer>"u"?e:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":R&&L?L(""[Symbol.iterator]()):e,"%Symbol%":R?Symbol:e,"%SyntaxError%":r,"%ThrowTypeError%":k,"%TypedArray%":K,"%TypeError%":p,"%Uint8Array%":typeof Uint8Array>"u"?e:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray>"u"?e:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array>"u"?e:Uint16Array,"%Uint32Array%":typeof Uint32Array>"u"?e:Uint32Array,"%URIError%":l,"%WeakMap%":typeof WeakMap>"u"?e:WeakMap,"%WeakRef%":typeof WeakRef>"u"?e:WeakRef,"%WeakSet%":typeof WeakSet>"u"?e:WeakSet,"%Function.prototype.call%":X,"%Function.prototype.apply%":se,"%Object.defineProperty%":P,"%Object.getPrototypeOf%":N,"%Math.abs%":d,"%Math.floor%":i,"%Math.max%":u,"%Math.min%":c,"%Math.pow%":x,"%Math.round%":m,"%Math.sign%":h,"%Reflect.getPrototypeOf%":H};if(L)try{null.error}catch(Z){var oe=L(L(Z));V["%Error.prototype%"]=oe}var v=function Z(E){var J;if(E==="%AsyncFunction%")J=y("async function () {}");else if(E==="%GeneratorFunction%")J=y("function* () {}");else if(E==="%AsyncGeneratorFunction%")J=y("async function* () {}");else if(E==="%AsyncGenerator%"){var G=Z("%AsyncGeneratorFunction%");G&&(J=G.prototype)}else if(E==="%AsyncIteratorPrototype%"){var Y=Z("%AsyncGenerator%");Y&&L&&(J=L(Y.prototype))}return V[E]=J,J},D={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},b=da(),T=Et(),A=b.call(X,Array.prototype.concat),w=b.call(se,Array.prototype.splice),S=b.call(X,String.prototype.replace),U=b.call(X,String.prototype.slice),_=b.call(X,RegExp.prototype.exec),B=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,O=/\\(\\)?/g,q=function(E){var J=U(E,0,1),G=U(E,-1);if(J==="%"&&G!=="%")throw new r("invalid intrinsic syntax, expected closing `%`");if(G==="%"&&J!=="%")throw new r("invalid intrinsic syntax, expected opening `%`");var Y=[];return S(E,B,function(pe,Re,ee,ea){Y[Y.length]=ee?S(ea,O,"$1"):Re||pe}),Y},re=function(E,J){var G=E,Y;if(T(D,G)&&(Y=D[G],G="%"+Y[0]+"%"),T(V,G)){var pe=V[G];if(pe===M&&(pe=v(G)),typeof pe>"u"&&!J)throw new p("intrinsic "+E+" exists, but is not available. Please file an issue!");return{alias:Y,name:G,value:pe}}throw new r("intrinsic "+E+" does not exist!")};return Ot=function(E,J){if(typeof E!="string"||E.length===0)throw new p("intrinsic name must be a non-empty string");if(arguments.length>1&&typeof J!="boolean")throw new p('"allowMissing" argument must be a boolean');if(_(/^%?[^%]*%?$/,E)===null)throw new r("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var G=q(E),Y=G.length>0?G[0]:"",pe=re("%"+Y+"%",J),Re=pe.name,ee=pe.value,ea=!1,Ea=pe.alias;Ea&&(Y=Ea[0],w(G,A([0,1],Ea)));for(var aa=1,je=!0;aa<G.length;aa+=1){var ce=G[aa],ta=U(ce,0,1),sa=U(ce,-1);if((ta==='"'||ta==="'"||ta==="`"||sa==='"'||sa==="'"||sa==="`")&&ta!==sa)throw new r("property names with quotes must have matching quotes");if((ce==="constructor"||!je)&&(ea=!0),Y+="."+ce,Re="%"+Y+"%",T(V,Re))ee=V[Re];else if(ee!=null){if(!(ce in ee)){if(!J)throw new p("base intrinsic for "+E+" exists, but the property is not available.");return}if(Q&&aa+1>=G.length){var oa=Q(ee,ce);je=!!oa,je&&"get"in oa&&!("originalValue"in oa.get)?ee=oa.get:ee=ee[ce]}else je=T(ee,ce),ee=ee[ce];je&&!ea&&(V[Re]=ee)}}return ee},Ot}var kt,zo;function bp(){if(zo)return kt;zo=1;var e=Ao();return kt=function(){return e()&&!!Symbol.toStringTag},kt}var _t,$o;function Qp(){if($o)return _t;$o=1;var e=Dp(),a=e("%Object.defineProperty%",!0),t=bp()(),s=Et(),o=ot(),n=t?Symbol.toStringTag:null;return _t=function(p,l){var d=arguments.length>2&&!!arguments[2]&&arguments[2].force,i=arguments.length>2&&!!arguments[2]&&arguments[2].nonConfigurable;if(typeof d<"u"&&typeof d!="boolean"||typeof i<"u"&&typeof i!="boolean")throw new o("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans");n&&(d||!s(p,n))&&(a?a(p,n,{configurable:!i,enumerable:!1,value:l,writable:!1}):p[n]=l)},_t}var Bt,Ko;function wp(){return Ko||(Ko=1,Bt=function(e,a){return Object.keys(a).forEach(function(t){e[t]=e[t]||a[t]}),e}),Bt}var Nt,Go;function Ip(){if(Go)return Nt;Go=1;var e=zi(),a=Qe,t=Ds,s=Oa,o=ka,n=ra.parse,r=Wn,p=ae.Stream,l=bs,d=Gi(),i=Ji(),u=Qp(),c=Et(),x=wp();function m(h){if(!(this instanceof m))return new m(h);this._overheadLength=0,this._valueLength=0,this._valuesToMeasure=[],e.call(this),h=h||{};for(var f in h)this[f]=h[f]}return a.inherits(m,e),m.LINE_BREAK=`\r
12
- `,m.DEFAULT_CONTENT_TYPE="application/octet-stream",m.prototype.append=function(h,f,y){y=y||{},typeof y=="string"&&(y={filename:y});var Q=e.prototype.append.bind(this);if((typeof f=="number"||f==null)&&(f=String(f)),Array.isArray(f)){this._error(new Error("Arrays are not supported."));return}var P=this._multiPartHeader(h,f,y),C=this._multiPartFooter();Q(P),Q(f),Q(C),this._trackLength(P,f,y)},m.prototype._trackLength=function(h,f,y){var Q=0;y.knownLength!=null?Q+=Number(y.knownLength):Buffer.isBuffer(f)?Q=f.length:typeof f=="string"&&(Q=Buffer.byteLength(f)),this._valueLength+=Q,this._overheadLength+=Buffer.byteLength(h)+m.LINE_BREAK.length,!(!f||!f.path&&!(f.readable&&c(f,"httpVersion"))&&!(f instanceof p))&&(y.knownLength||this._valuesToMeasure.push(f))},m.prototype._lengthRetriever=function(h,f){c(h,"fd")?h.end!=null&&h.end!=1/0&&h.start!=null?f(null,h.end+1-(h.start?h.start:0)):r.stat(h.path,function(y,Q){if(y){f(y);return}var P=Q.size-(h.start?h.start:0);f(null,P)}):c(h,"httpVersion")?f(null,Number(h.headers["content-length"])):c(h,"httpModule")?(h.on("response",function(y){h.pause(),f(null,Number(y.headers["content-length"]))}),h.resume()):f("Unknown stream")},m.prototype._multiPartHeader=function(h,f,y){if(typeof y.header=="string")return y.header;var Q=this._getContentDisposition(f,y),P=this._getContentType(f,y),C="",k={"Content-Disposition":["form-data",'name="'+h+'"'].concat(Q||[]),"Content-Type":[].concat(P||[])};typeof y.header=="object"&&x(k,y.header);var R;for(var L in k)if(c(k,L)){if(R=k[L],R==null)continue;Array.isArray(R)||(R=[R]),R.length&&(C+=L+": "+R.join("; ")+m.LINE_BREAK)}return"--"+this.getBoundary()+m.LINE_BREAK+C+m.LINE_BREAK},m.prototype._getContentDisposition=function(h,f){var y;if(typeof f.filepath=="string"?y=t.normalize(f.filepath).replace(/\\/g,"/"):f.filename||h&&(h.name||h.path)?y=t.basename(f.filename||h&&(h.name||h.path)):h&&h.readable&&c(h,"httpVersion")&&(y=t.basename(h.client._httpMessage.path||"")),y)return'filename="'+y+'"'},m.prototype._getContentType=function(h,f){var y=f.contentType;return!y&&h&&h.name&&(y=d.lookup(h.name)),!y&&h&&h.path&&(y=d.lookup(h.path)),!y&&h&&h.readable&&c(h,"httpVersion")&&(y=h.headers["content-type"]),!y&&(f.filepath||f.filename)&&(y=d.lookup(f.filepath||f.filename)),!y&&h&&typeof h=="object"&&(y=m.DEFAULT_CONTENT_TYPE),y},m.prototype._multiPartFooter=function(){return function(h){var f=m.LINE_BREAK,y=this._streams.length===0;y&&(f+=this._lastBoundary()),h(f)}.bind(this)},m.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+m.LINE_BREAK},m.prototype.getHeaders=function(h){var f,y={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(f in h)c(h,f)&&(y[f.toLowerCase()]=h[f]);return y},m.prototype.setBoundary=function(h){if(typeof h!="string")throw new TypeError("FormData boundary must be a string");this._boundary=h},m.prototype.getBoundary=function(){return this._boundary||this._generateBoundary(),this._boundary},m.prototype.getBuffer=function(){for(var h=new Buffer.alloc(0),f=this.getBoundary(),y=0,Q=this._streams.length;y<Q;y++)typeof this._streams[y]!="function"&&(Buffer.isBuffer(this._streams[y])?h=Buffer.concat([h,this._streams[y]]):h=Buffer.concat([h,Buffer.from(this._streams[y])]),(typeof this._streams[y]!="string"||this._streams[y].substring(2,f.length+2)!==f)&&(h=Buffer.concat([h,Buffer.from(m.LINE_BREAK)])));return Buffer.concat([h,Buffer.from(this._lastBoundary())])},m.prototype._generateBoundary=function(){this._boundary="--------------------------"+l.randomBytes(12).toString("hex")},m.prototype.getLengthSync=function(){var h=this._overheadLength+this._valueLength;return this._streams.length&&(h+=this._lastBoundary().length),this.hasKnownLength()||this._error(new Error("Cannot calculate proper length in synchronous way.")),h},m.prototype.hasKnownLength=function(){var h=!0;return this._valuesToMeasure.length&&(h=!1),h},m.prototype.getLength=function(h){var f=this._overheadLength+this._valueLength;if(this._streams.length&&(f+=this._lastBoundary().length),!this._valuesToMeasure.length){process.nextTick(h.bind(this,null,f));return}i.parallel(this._valuesToMeasure,this._lengthRetriever,function(y,Q){if(y){h(y);return}Q.forEach(function(P){f+=P}),h(null,f)})},m.prototype.submit=function(h,f){var y,Q,P={method:"post"};return typeof h=="string"?(h=n(h),Q=x({port:h.port,path:h.pathname,host:h.hostname,protocol:h.protocol},P)):(Q=x(h,P),Q.port||(Q.port=Q.protocol==="https:"?443:80)),Q.headers=this.getHeaders(h.headers),Q.protocol==="https:"?y=o.request(Q):y=s.request(Q),this.getLength(function(C,k){if(C&&C!=="Unknown stream"){this._error(C);return}if(k&&y.setHeader("Content-Length",k),this.pipe(y),f){var R,L=function(N,H){return y.removeListener("error",L),y.removeListener("response",R),f.call(this,N,H)};R=L.bind(this,null),y.on("error",L),y.on("response",R)}}.bind(this)),y},m.prototype._error=function(h){this.error||(this.error=h,this.pause(),this.emit("error",h))},m.prototype.toString=function(){return"[object FormData]"},u(m.prototype,"FormData"),Nt=m,Nt}var Ap=Ip(),Vo=na(Ap);function Ut(e){return g.isPlainObject(e)||g.isArray(e)}function Ho(e){return g.endsWith(e,"[]")?e.slice(0,-2):e}function Wo(e,a,t){return e?e.concat(a).map(function(o,n){return o=Ho(o),!t&&n?"["+o+"]":o}).join(t?".":""):a}function Pp(e){return g.isArray(e)&&!e.some(Ut)}const Lp=g.toFlatObject(g,{},null,function(a){return/^is[A-Z]/.test(a)});function ha(e,a,t){if(!g.isObject(e))throw new TypeError("target must be an object");a=a||new(Vo||FormData),t=g.toFlatObject(t,{metaTokens:!0,dots:!1,indexes:!1},!1,function(h,f){return!g.isUndefined(f[h])});const s=t.metaTokens,o=t.visitor||i,n=t.dots,r=t.indexes,l=(t.Blob||typeof Blob<"u"&&Blob)&&g.isSpecCompliantForm(a);if(!g.isFunction(o))throw new TypeError("visitor must be a function");function d(m){if(m===null)return"";if(g.isDate(m))return m.toISOString();if(g.isBoolean(m))return m.toString();if(!l&&g.isBlob(m))throw new I("Blob is not supported. Use a Buffer instead.");return g.isArrayBuffer(m)||g.isTypedArray(m)?l&&typeof Blob=="function"?new Blob([m]):Buffer.from(m):m}function i(m,h,f){let y=m;if(m&&!f&&typeof m=="object"){if(g.endsWith(h,"{}"))h=s?h:h.slice(0,-2),m=JSON.stringify(m);else if(g.isArray(m)&&Pp(m)||(g.isFileList(m)||g.endsWith(h,"[]"))&&(y=g.toArray(m)))return h=Ho(h),y.forEach(function(P,C){!(g.isUndefined(P)||P===null)&&a.append(r===!0?Wo([h],C,n):r===null?h:h+"[]",d(P))}),!1}return Ut(m)?!0:(a.append(Wo(f,h,n),d(m)),!1)}const u=[],c=Object.assign(Lp,{defaultVisitor:i,convertValue:d,isVisitable:Ut});function x(m,h){if(!g.isUndefined(m)){if(u.indexOf(m)!==-1)throw Error("Circular reference detected in "+h.join("."));u.push(m),g.forEach(m,function(y,Q){(!(g.isUndefined(y)||y===null)&&o.call(a,y,g.isString(Q)?Q.trim():Q,h,c))===!0&&x(y,h?h.concat(Q):[Q])}),u.pop()}}if(!g.isObject(e))throw new TypeError("data must be an object");return x(e),a}function Jo(e){const a={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(s){return a[s]})}function Xo(e,a){this._pairs=[],e&&ha(e,this,a)}const Yo=Xo.prototype;Yo.append=function(a,t){this._pairs.push([a,t])},Yo.toString=function(a){const t=a?function(s){return a.call(this,s,Jo)}:Jo;return this._pairs.map(function(o){return t(o[0])+"="+t(o[1])},"").join("&")};function Cp(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function jt(e,a,t){if(!a)return e;const s=t&&t.encode||Cp;g.isFunction(t)&&(t={serialize:t});const o=t&&t.serialize;let n;if(o?n=o(a,t):n=g.isURLSearchParams(a)?a.toString():new Xo(a,t).toString(s),n){const r=e.indexOf("#");r!==-1&&(e=e.slice(0,r)),e+=(e.indexOf("?")===-1?"?":"&")+n}return e}class Zo{constructor(){this.handlers=[]}use(a,t,s){return this.handlers.push({fulfilled:a,rejected:t,synchronous:s?s.synchronous:!1,runWhen:s?s.runWhen:null}),this.handlers.length-1}eject(a){this.handlers[a]&&(this.handlers[a]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(a){g.forEach(this.handlers,function(s){s!==null&&a(s)})}}var Ft={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Tp=ra.URLSearchParams;const Mt="abcdefghijklmnopqrstuvwxyz",er="0123456789",ar={DIGIT:er,ALPHA:Mt,ALPHA_DIGIT:Mt+Mt.toUpperCase()+er},Sp=(e=16,a=ar.ALPHA_DIGIT)=>{let t="";const{length:s}=a,o=new Uint32Array(e);bs.randomFillSync(o);for(let n=0;n<e;n++)t+=a[o[n]%s];return t};var Rp={isNode:!0,classes:{URLSearchParams:Tp,FormData:Vo,Blob:typeof Blob<"u"&&Blob||null},ALPHABET:ar,generateString:Sp,protocols:["http","https","file","data"]};const qt=typeof window<"u"&&typeof document<"u",zt=typeof navigator=="object"&&navigator||void 0,Ep=qt&&(!zt||["ReactNative","NativeScript","NS"].indexOf(zt.product)<0),Op=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",kp=qt&&window.location.href||"http://localhost";var _p=Object.freeze({__proto__:null,hasBrowserEnv:qt,hasStandardBrowserEnv:Ep,hasStandardBrowserWebWorkerEnv:Op,navigator:zt,origin:kp}),z={..._p,...Rp};function Bp(e,a){return ha(e,new z.classes.URLSearchParams,{visitor:function(t,s,o,n){return z.isNode&&g.isBuffer(t)?(this.append(s,t.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)},...a})}function Np(e){return g.matchAll(/\w+|\[(\w*)]/g,e).map(a=>a[0]==="[]"?"":a[1]||a[0])}function Up(e){const a={},t=Object.keys(e);let s;const o=t.length;let n;for(s=0;s<o;s++)n=t[s],a[n]=e[n];return a}function tr(e){function a(t,s,o,n){let r=t[n++];if(r==="__proto__")return!0;const p=Number.isFinite(+r),l=n>=t.length;return r=!r&&g.isArray(o)?o.length:r,l?(g.hasOwnProp(o,r)?o[r]=[o[r],s]:o[r]=s,!p):((!o[r]||!g.isObject(o[r]))&&(o[r]=[]),a(t,s,o[r],n)&&g.isArray(o[r])&&(o[r]=Up(o[r])),!p)}if(g.isFormData(e)&&g.isFunction(e.entries)){const t={};return g.forEachEntry(e,(s,o)=>{a(Np(s),o,t,0)}),t}return null}function jp(e,a,t){if(g.isString(e))try{return(a||JSON.parse)(e),g.trim(e)}catch(s){if(s.name!=="SyntaxError")throw s}return(t||JSON.stringify)(e)}const $e={transitional:Ft,adapter:["xhr","http","fetch"],transformRequest:[function(a,t){const s=t.getContentType()||"",o=s.indexOf("application/json")>-1,n=g.isObject(a);if(n&&g.isHTMLForm(a)&&(a=new FormData(a)),g.isFormData(a))return o?JSON.stringify(tr(a)):a;if(g.isArrayBuffer(a)||g.isBuffer(a)||g.isStream(a)||g.isFile(a)||g.isBlob(a)||g.isReadableStream(a))return a;if(g.isArrayBufferView(a))return a.buffer;if(g.isURLSearchParams(a))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),a.toString();let p;if(n){if(s.indexOf("application/x-www-form-urlencoded")>-1)return Bp(a,this.formSerializer).toString();if((p=g.isFileList(a))||s.indexOf("multipart/form-data")>-1){const l=this.env&&this.env.FormData;return ha(p?{"files[]":a}:a,l&&new l,this.formSerializer)}}return n||o?(t.setContentType("application/json",!1),jp(a)):a}],transformResponse:[function(a){const t=this.transitional||$e.transitional,s=t&&t.forcedJSONParsing,o=this.responseType==="json";if(g.isResponse(a)||g.isReadableStream(a))return a;if(a&&g.isString(a)&&(s&&!this.responseType||o)){const r=!(t&&t.silentJSONParsing)&&o;try{return JSON.parse(a,this.parseReviver)}catch(p){if(r)throw p.name==="SyntaxError"?I.from(p,I.ERR_BAD_RESPONSE,this,null,this.response):p}}return a}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:z.classes.FormData,Blob:z.classes.Blob},validateStatus:function(a){return a>=200&&a<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};g.forEach(["delete","get","head","post","put","patch"],e=>{$e.headers[e]={}});const Fp=g.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);var Mp=e=>{const a={};let t,s,o;return e&&e.split(`
13
- `).forEach(function(r){o=r.indexOf(":"),t=r.substring(0,o).trim().toLowerCase(),s=r.substring(o+1).trim(),!(!t||a[t]&&Fp[t])&&(t==="set-cookie"?a[t]?a[t].push(s):a[t]=[s]:a[t]=a[t]?a[t]+", "+s:s)}),a};const sr=Symbol("internals");function Ke(e){return e&&String(e).trim().toLowerCase()}function ca(e){return e===!1||e==null?e:g.isArray(e)?e.map(ca):String(e)}function qp(e){const a=Object.create(null),t=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let s;for(;s=t.exec(e);)a[s[1]]=s[2];return a}const zp=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function $t(e,a,t,s,o){if(g.isFunction(s))return s.call(this,a,t);if(o&&(a=t),!!g.isString(a)){if(g.isString(s))return a.indexOf(s)!==-1;if(g.isRegExp(s))return s.test(a)}}function $p(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(a,t,s)=>t.toUpperCase()+s)}function Kp(e,a){const t=g.toCamelCase(" "+a);["get","set","has"].forEach(s=>{Object.defineProperty(e,s+t,{value:function(o,n,r){return this[s].call(this,a,o,n,r)},configurable:!0})})}let W=class{constructor(a){a&&this.set(a)}set(a,t,s){const o=this;function n(p,l,d){const i=Ke(l);if(!i)throw new Error("header name must be a non-empty string");const u=g.findKey(o,i);(!u||o[u]===void 0||d===!0||d===void 0&&o[u]!==!1)&&(o[u||l]=ca(p))}const r=(p,l)=>g.forEach(p,(d,i)=>n(d,i,l));if(g.isPlainObject(a)||a instanceof this.constructor)r(a,t);else if(g.isString(a)&&(a=a.trim())&&!zp(a))r(Mp(a),t);else if(g.isObject(a)&&g.isIterable(a)){let p={},l,d;for(const i of a){if(!g.isArray(i))throw TypeError("Object iterator must return a key-value pair");p[d=i[0]]=(l=p[d])?g.isArray(l)?[...l,i[1]]:[l,i[1]]:i[1]}r(p,t)}else a!=null&&n(t,a,s);return this}get(a,t){if(a=Ke(a),a){const s=g.findKey(this,a);if(s){const o=this[s];if(!t)return o;if(t===!0)return qp(o);if(g.isFunction(t))return t.call(this,o,s);if(g.isRegExp(t))return t.exec(o);throw new TypeError("parser must be boolean|regexp|function")}}}has(a,t){if(a=Ke(a),a){const s=g.findKey(this,a);return!!(s&&this[s]!==void 0&&(!t||$t(this,this[s],s,t)))}return!1}delete(a,t){const s=this;let o=!1;function n(r){if(r=Ke(r),r){const p=g.findKey(s,r);p&&(!t||$t(s,s[p],p,t))&&(delete s[p],o=!0)}}return g.isArray(a)?a.forEach(n):n(a),o}clear(a){const t=Object.keys(this);let s=t.length,o=!1;for(;s--;){const n=t[s];(!a||$t(this,this[n],n,a,!0))&&(delete this[n],o=!0)}return o}normalize(a){const t=this,s={};return g.forEach(this,(o,n)=>{const r=g.findKey(s,n);if(r){t[r]=ca(o),delete t[n];return}const p=a?$p(n):String(n).trim();p!==n&&delete t[n],t[p]=ca(o),s[p]=!0}),this}concat(...a){return this.constructor.concat(this,...a)}toJSON(a){const t=Object.create(null);return g.forEach(this,(s,o)=>{s!=null&&s!==!1&&(t[o]=a&&g.isArray(s)?s.join(", "):s)}),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([a,t])=>a+": "+t).join(`
14
- `)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(a){return a instanceof this?a:new this(a)}static concat(a,...t){const s=new this(a);return t.forEach(o=>s.set(o)),s}static accessor(a){const s=(this[sr]=this[sr]={accessors:{}}).accessors,o=this.prototype;function n(r){const p=Ke(r);s[p]||(Kp(o,r),s[p]=!0)}return g.isArray(a)?a.forEach(n):n(a),this}};W.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),g.reduceDescriptors(W.prototype,({value:e},a)=>{let t=a[0].toUpperCase()+a.slice(1);return{get:()=>e,set(s){this[t]=s}}}),g.freezeMethods(W);function Kt(e,a){const t=this||$e,s=a||t,o=W.from(s.headers);let n=s.data;return g.forEach(e,function(p){n=p.call(t,n,o.normalize(),a?a.status:void 0)}),o.normalize(),n}function or(e){return!!(e&&e.__CANCEL__)}function ve(e,a,t){I.call(this,e??"canceled",I.ERR_CANCELED,a,t),this.name="CanceledError"}g.inherits(ve,I,{__CANCEL__:!0});function ke(e,a,t){const s=t.config.validateStatus;!t.status||!s||s(t.status)?e(t):a(new I("Request failed with status code "+t.status,[I.ERR_BAD_REQUEST,I.ERR_BAD_RESPONSE][Math.floor(t.status/100)-4],t.config,t.request,t))}function Gp(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Vp(e,a){return a?e.replace(/\/?\/$/,"")+"/"+a.replace(/^\/+/,""):e}function Gt(e,a,t){let s=!Gp(a);return e&&(s||t==!1)?Vp(e,a):a}var Vt={},rr;function Hp(){if(rr)return Vt;rr=1;var e=ra.parse,a={ftp:21,gopher:70,http:80,https:443,ws:80,wss:443},t=String.prototype.endsWith||function(r){return r.length<=this.length&&this.indexOf(r,this.length-r.length)!==-1};function s(r){var p=typeof r=="string"?e(r):r||{},l=p.protocol,d=p.host,i=p.port;if(typeof d!="string"||!d||typeof l!="string"||(l=l.split(":",1)[0],d=d.replace(/:\d*$/,""),i=parseInt(i)||a[l]||0,!o(d,i)))return"";var u=n("npm_config_"+l+"_proxy")||n(l+"_proxy")||n("npm_config_proxy")||n("all_proxy");return u&&u.indexOf("://")===-1&&(u=l+"://"+u),u}function o(r,p){var l=(n("npm_config_no_proxy")||n("no_proxy")).toLowerCase();return l?l==="*"?!1:l.split(/[,\s]/).every(function(d){if(!d)return!0;var i=d.match(/^(.+):(\d+)$/),u=i?i[1]:d,c=i?parseInt(i[2]):0;return c&&c!==p?!0:/^[.*]/.test(u)?(u.charAt(0)==="*"&&(u=u.slice(1)),!t.call(r,u)):r!==u}):!0}function n(r){return process.env[r.toLowerCase()]||process.env[r.toUpperCase()]||""}return Vt.getProxyForUrl=s,Vt}var Wp=Hp(),Jp=na(Wp),ma={exports:{}},fa={exports:{}},ga={exports:{}},Ht,nr;function Xp(){if(nr)return Ht;nr=1;var e=1e3,a=e*60,t=a*60,s=t*24,o=s*7,n=s*365.25;Ht=function(i,u){u=u||{};var c=typeof i;if(c==="string"&&i.length>0)return r(i);if(c==="number"&&isFinite(i))return u.long?l(i):p(i);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(i))};function r(i){if(i=String(i),!(i.length>100)){var u=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(i);if(u){var c=parseFloat(u[1]),x=(u[2]||"ms").toLowerCase();switch(x){case"years":case"year":case"yrs":case"yr":case"y":return c*n;case"weeks":case"week":case"w":return c*o;case"days":case"day":case"d":return c*s;case"hours":case"hour":case"hrs":case"hr":case"h":return c*t;case"minutes":case"minute":case"mins":case"min":case"m":return c*a;case"seconds":case"second":case"secs":case"sec":case"s":return c*e;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}}}function p(i){var u=Math.abs(i);return u>=s?Math.round(i/s)+"d":u>=t?Math.round(i/t)+"h":u>=a?Math.round(i/a)+"m":u>=e?Math.round(i/e)+"s":i+"ms"}function l(i){var u=Math.abs(i);return u>=s?d(i,u,s,"day"):u>=t?d(i,u,t,"hour"):u>=a?d(i,u,a,"minute"):u>=e?d(i,u,e,"second"):i+" ms"}function d(i,u,c,x){var m=u>=c*1.5;return Math.round(i/c)+" "+x+(m?"s":"")}return Ht}var Wt,ir;function pr(){if(ir)return Wt;ir=1;function e(a){s.debug=s,s.default=s,s.coerce=d,s.disable=p,s.enable=r,s.enabled=l,s.humanize=Xp(),Object.keys(a).forEach(function(i){s[i]=a[i]}),s.instances=[],s.names=[],s.skips=[],s.formatters={};function t(i){for(var u=0,c=0;c<i.length;c++)u=(u<<5)-u+i.charCodeAt(c),u|=0;return s.colors[Math.abs(u)%s.colors.length]}s.selectColor=t;function s(i){var u;function c(){if(c.enabled){for(var x=arguments.length,m=new Array(x),h=0;h<x;h++)m[h]=arguments[h];var f=c,y=Number(new Date),Q=y-(u||y);f.diff=Q,f.prev=u,f.curr=y,u=y,m[0]=s.coerce(m[0]),typeof m[0]!="string"&&m.unshift("%O");var P=0;m[0]=m[0].replace(/%([a-zA-Z%])/g,function(k,R){if(k==="%%")return k;P++;var L=s.formatters[R];if(typeof L=="function"){var N=m[P];k=L.call(f,N),m.splice(P,1),P--}return k}),s.formatArgs.call(f,m);var C=f.log||s.log;C.apply(f,m)}}return c.namespace=i,c.enabled=s.enabled(i),c.useColors=s.useColors(),c.color=t(i),c.destroy=o,c.extend=n,typeof s.init=="function"&&s.init(c),s.instances.push(c),c}function o(){var i=s.instances.indexOf(this);return i!==-1?(s.instances.splice(i,1),!0):!1}function n(i,u){return s(this.namespace+(typeof u>"u"?":":u)+i)}function r(i){s.save(i),s.names=[],s.skips=[];var u,c=(typeof i=="string"?i:"").split(/[\s,]+/),x=c.length;for(u=0;u<x;u++)c[u]&&(i=c[u].replace(/\*/g,".*?"),i[0]==="-"?s.skips.push(new RegExp("^"+i.substr(1)+"$")):s.names.push(new RegExp("^"+i+"$")));for(u=0;u<s.instances.length;u++){var m=s.instances[u];m.enabled=s.enabled(m.namespace)}}function p(){s.enable("")}function l(i){if(i[i.length-1]==="*")return!0;var u,c;for(u=0,c=s.skips.length;u<c;u++)if(s.skips[u].test(i))return!1;for(u=0,c=s.names.length;u<c;u++)if(s.names[u].test(i))return!0;return!1}function d(i){return i instanceof Error?i.stack||i.message:i}return s.enable(s.load()),s}return Wt=e,Wt}var ur;function Yp(){return ur||(ur=1,(function(e,a){function t(i){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?t=function(c){return typeof c}:t=function(c){return c&&typeof Symbol=="function"&&c.constructor===Symbol&&c!==Symbol.prototype?"symbol":typeof c},t(i)}a.log=n,a.formatArgs=o,a.save=r,a.load=p,a.useColors=s,a.storage=l(),a.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function s(){return typeof window<"u"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)?!0:typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)?!1:typeof document<"u"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window<"u"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||typeof navigator<"u"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function o(i){if(i[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+i[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!!this.useColors){var u="color: "+this.color;i.splice(1,0,u,"color: inherit");var c=0,x=0;i[0].replace(/%[a-zA-Z%]/g,function(m){m!=="%%"&&(c++,m==="%c"&&(x=c))}),i.splice(x,0,u)}}function n(){var i;return(typeof console>"u"?"undefined":t(console))==="object"&&console.log&&(i=console).log.apply(i,arguments)}function r(i){try{i?a.storage.setItem("debug",i):a.storage.removeItem("debug")}catch{}}function p(){var i;try{i=a.storage.getItem("debug")}catch{}return!i&&typeof process<"u"&&"env"in process&&(i=process.env.DEBUG),i}function l(){try{return localStorage}catch{}}e.exports=pr()(a);var d=e.exports.formatters;d.j=function(i){try{return JSON.stringify(i)}catch(u){return"[UnexpectedJSONParseError]: "+u.message}}})(ga,ga.exports)),ga.exports}var ya={exports:{}},Jt,lr;function Zp(){return lr||(lr=1,Jt=(e,a=process.argv)=>{const t=e.startsWith("-")?"":e.length===1?"-":"--",s=a.indexOf(t+e),o=a.indexOf("--");return s!==-1&&(o===-1||s<o)}),Jt}var Xt,dr;function eu(){if(dr)return Xt;dr=1;const e=Xn,a=ws,t=Zp(),{env:s}=process;let o;t("no-color")||t("no-colors")||t("color=false")||t("color=never")?o=0:(t("color")||t("colors")||t("color=true")||t("color=always"))&&(o=1),"FORCE_COLOR"in s&&(s.FORCE_COLOR==="true"?o=1:s.FORCE_COLOR==="false"?o=0:o=s.FORCE_COLOR.length===0?1:Math.min(parseInt(s.FORCE_COLOR,10),3));function n(l){return l===0?!1:{level:l,hasBasic:!0,has256:l>=2,has16m:l>=3}}function r(l,d){if(o===0)return 0;if(t("color=16m")||t("color=full")||t("color=truecolor"))return 3;if(t("color=256"))return 2;if(l&&!d&&o===void 0)return 0;const i=o||0;if(s.TERM==="dumb")return i;if(process.platform==="win32"){const u=e.release().split(".");return Number(u[0])>=10&&Number(u[2])>=10586?Number(u[2])>=14931?3:2:1}if("CI"in s)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(u=>u in s)||s.CI_NAME==="codeship"?1:i;if("TEAMCITY_VERSION"in s)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(s.TEAMCITY_VERSION)?1:0;if(s.COLORTERM==="truecolor")return 3;if("TERM_PROGRAM"in s){const u=parseInt((s.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(s.TERM_PROGRAM){case"iTerm.app":return u>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(s.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(s.TERM)||"COLORTERM"in s?1:i}function p(l){const d=r(l,l&&l.isTTY);return n(d)}return Xt={supportsColor:p,stdout:n(r(!0,a.isatty(1))),stderr:n(r(!0,a.isatty(2)))},Xt}var hr;function au(){return hr||(hr=1,(function(e,a){var t=ws,s=Qe;a.init=u,a.log=l,a.formatArgs=r,a.save=d,a.load=i,a.useColors=n,a.colors=[6,2,3,4,5,1];try{var o=eu();o&&(o.stderr||o).level>=2&&(a.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221])}catch{}a.inspectOpts=Object.keys(process.env).filter(function(x){return/^debug_/i.test(x)}).reduce(function(x,m){var h=m.substring(6).toLowerCase().replace(/_([a-z])/g,function(y,Q){return Q.toUpperCase()}),f=process.env[m];return/^(yes|on|true|enabled)$/i.test(f)?f=!0:/^(no|off|false|disabled)$/i.test(f)?f=!1:f==="null"?f=null:f=Number(f),x[h]=f,x},{});function n(){return"colors"in a.inspectOpts?!!a.inspectOpts.colors:t.isatty(process.stderr.fd)}function r(x){var m=this.namespace,h=this.useColors;if(h){var f=this.color,y="\x1B[3"+(f<8?f:"8;5;"+f),Q=" ".concat(y,";1m").concat(m," \x1B[0m");x[0]=Q+x[0].split(`
15
- `).join(`
16
- `+Q),x.push(y+"m+"+e.exports.humanize(this.diff)+"\x1B[0m")}else x[0]=p()+m+" "+x[0]}function p(){return a.inspectOpts.hideDate?"":new Date().toISOString()+" "}function l(){return process.stderr.write(s.format.apply(s,arguments)+`
17
- `)}function d(x){x?process.env.DEBUG=x:delete process.env.DEBUG}function i(){return process.env.DEBUG}function u(x){x.inspectOpts={};for(var m=Object.keys(a.inspectOpts),h=0;h<m.length;h++)x.inspectOpts[m[h]]=a.inspectOpts[m[h]]}e.exports=pr()(a);var c=e.exports.formatters;c.o=function(x){return this.inspectOpts.colors=this.useColors,s.inspect(x,this.inspectOpts).split(`
18
- `).map(function(m){return m.trim()}).join(" ")},c.O=function(x){return this.inspectOpts.colors=this.useColors,s.inspect(x,this.inspectOpts)}})(ya,ya.exports)),ya.exports}var cr;function tu(){return cr||(cr=1,typeof process>"u"||process.type==="renderer"||process.browser===!0||process.__nwjs?fa.exports=Yp():fa.exports=au()),fa.exports}var Yt,mr;function su(){if(mr)return Yt;mr=1;var e;return Yt=function(){if(!e){try{e=tu()("follow-redirects")}catch{}typeof e!="function"&&(e=function(){})}e.apply(null,arguments)},Yt}var fr;function ou(){if(fr)return ma.exports;fr=1;var e=ra,a=e.URL,t=Oa,s=ka,o=ae.Writable,n=Jn,r=su();(function(){var D=typeof process<"u",b=typeof window<"u"&&typeof document<"u",T=K(Error.captureStackTrace);!D&&(b||!T)&&console.warn("The follow-redirects package should be excluded from browser builds.")})();var p=!1;try{n(new a(""))}catch(v){p=v.code==="ERR_INVALID_URL"}var l=["auth","host","hostname","href","path","pathname","port","protocol","query","search","hash"],d=["abort","aborted","connect","error","socket","timeout"],i=Object.create(null);d.forEach(function(v){i[v]=function(D,b,T){this._redirectable.emit(v,D,b,T)}});var u=H("ERR_INVALID_URL","Invalid URL",TypeError),c=H("ERR_FR_REDIRECTION_FAILURE","Redirected request failed"),x=H("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded",c),m=H("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit"),h=H("ERR_STREAM_WRITE_AFTER_END","write after end"),f=o.prototype.destroy||P;function y(v,D){o.call(this),this._sanitizeOptions(v),this._options=v,this._ended=!1,this._ending=!1,this._redirectCount=0,this._redirects=[],this._requestBodyLength=0,this._requestBodyBuffers=[],D&&this.on("response",D);var b=this;this._onNativeResponse=function(T){try{b._processResponse(T)}catch(A){b.emit("error",A instanceof c?A:new c({cause:A}))}},this._performRequest()}y.prototype=Object.create(o.prototype),y.prototype.abort=function(){se(this._currentRequest),this._currentRequest.abort(),this.emit("abort")},y.prototype.destroy=function(v){return se(this._currentRequest,v),f.call(this,v),this},y.prototype.write=function(v,D,b){if(this._ending)throw new h;if(!M(v)&&!V(v))throw new TypeError("data should be a string, Buffer or Uint8Array");if(K(D)&&(b=D,D=null),v.length===0){b&&b();return}this._requestBodyLength+v.length<=this._options.maxBodyLength?(this._requestBodyLength+=v.length,this._requestBodyBuffers.push({data:v,encoding:D}),this._currentRequest.write(v,D,b)):(this.emit("error",new m),this.abort())},y.prototype.end=function(v,D,b){if(K(v)?(b=v,v=D=null):K(D)&&(b=D,D=null),!v)this._ended=this._ending=!0,this._currentRequest.end(null,null,b);else{var T=this,A=this._currentRequest;this.write(v,D,function(){T._ended=!0,A.end(null,null,b)}),this._ending=!0}},y.prototype.setHeader=function(v,D){this._options.headers[v]=D,this._currentRequest.setHeader(v,D)},y.prototype.removeHeader=function(v){delete this._options.headers[v],this._currentRequest.removeHeader(v)},y.prototype.setTimeout=function(v,D){var b=this;function T(S){S.setTimeout(v),S.removeListener("timeout",S.destroy),S.addListener("timeout",S.destroy)}function A(S){b._timeout&&clearTimeout(b._timeout),b._timeout=setTimeout(function(){b.emit("timeout"),w()},v),T(S)}function w(){b._timeout&&(clearTimeout(b._timeout),b._timeout=null),b.removeListener("abort",w),b.removeListener("error",w),b.removeListener("response",w),b.removeListener("close",w),D&&b.removeListener("timeout",D),b.socket||b._currentRequest.removeListener("socket",A)}return D&&this.on("timeout",D),this.socket?A(this.socket):this._currentRequest.once("socket",A),this.on("socket",T),this.on("abort",w),this.on("error",w),this.on("response",w),this.on("close",w),this},["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(v){y.prototype[v]=function(D,b){return this._currentRequest[v](D,b)}}),["aborted","connection","socket"].forEach(function(v){Object.defineProperty(y.prototype,v,{get:function(){return this._currentRequest[v]}})}),y.prototype._sanitizeOptions=function(v){if(v.headers||(v.headers={}),v.host&&(v.hostname||(v.hostname=v.host),delete v.host),!v.pathname&&v.path){var D=v.path.indexOf("?");D<0?v.pathname=v.path:(v.pathname=v.path.substring(0,D),v.search=v.path.substring(D))}},y.prototype._performRequest=function(){var v=this._options.protocol,D=this._options.nativeProtocols[v];if(!D)throw new TypeError("Unsupported protocol "+v);if(this._options.agents){var b=v.slice(0,-1);this._options.agent=this._options.agents[b]}var T=this._currentRequest=D.request(this._options,this._onNativeResponse);T._redirectable=this;for(var A of d)T.on(A,i[A]);if(this._currentUrl=/^\//.test(this._options.path)?e.format(this._options):this._options.path,this._isRedirect){var w=0,S=this,U=this._requestBodyBuffers;(function _(B){if(T===S._currentRequest)if(B)S.emit("error",B);else if(w<U.length){var O=U[w++];T.finished||T.write(O.data,O.encoding,_)}else S._ended&&T.end()})()}},y.prototype._processResponse=function(v){var D=v.statusCode;this._options.trackRedirects&&this._redirects.push({url:this._currentUrl,headers:v.headers,statusCode:D});var b=v.headers.location;if(!b||this._options.followRedirects===!1||D<300||D>=400){v.responseUrl=this._currentUrl,v.redirects=this._redirects,this.emit("response",v),this._requestBodyBuffers=[];return}if(se(this._currentRequest),v.destroy(),++this._redirectCount>this._options.maxRedirects)throw new x;var T,A=this._options.beforeRedirect;A&&(T=Object.assign({Host:v.req.getHeader("host")},this._options.headers));var w=this._options.method;((D===301||D===302)&&this._options.method==="POST"||D===303&&!/^(?:GET|HEAD)$/.test(this._options.method))&&(this._options.method="GET",this._requestBodyBuffers=[],N(/^content-/i,this._options.headers));var S=N(/^host$/i,this._options.headers),U=C(this._currentUrl),_=S||U.host,B=/^\w+:/.test(b)?this._currentUrl:e.format(Object.assign(U,{host:_})),O=k(b,B);if(r("redirecting to",O.href),this._isRedirect=!0,L(O,this._options),(O.protocol!==U.protocol&&O.protocol!=="https:"||O.host!==_&&!X(O.host,_))&&N(/^(?:(?:proxy-)?authorization|cookie)$/i,this._options.headers),K(A)){var q={headers:v.headers,statusCode:D},re={url:B,method:w,headers:T};A(this._options,q,re),this._sanitizeOptions(this._options)}this._performRequest()};function Q(v){var D={maxRedirects:21,maxBodyLength:10485760},b={};return Object.keys(v).forEach(function(T){var A=T+":",w=b[A]=v[T],S=D[T]=Object.create(w);function U(B,O,q){return oe(B)?B=L(B):M(B)?B=L(C(B)):(q=O,O=R(B),B={protocol:A}),K(O)&&(q=O,O=null),O=Object.assign({maxRedirects:D.maxRedirects,maxBodyLength:D.maxBodyLength},B,O),O.nativeProtocols=b,!M(O.host)&&!M(O.hostname)&&(O.hostname="::1"),n.equal(O.protocol,A,"protocol mismatch"),r("options",O),new y(O,q)}function _(B,O,q){var re=S.request(B,O,q);return re.end(),re}Object.defineProperties(S,{request:{value:U,configurable:!0,enumerable:!0,writable:!0},get:{value:_,configurable:!0,enumerable:!0,writable:!0}})}),D}function P(){}function C(v){var D;if(p)D=new a(v);else if(D=R(e.parse(v)),!M(D.protocol))throw new u({input:v});return D}function k(v,D){return p?new a(v,D):C(e.resolve(D,v))}function R(v){if(/^\[/.test(v.hostname)&&!/^\[[:0-9a-f]+\]$/i.test(v.hostname))throw new u({input:v.href||v});if(/^\[/.test(v.host)&&!/^\[[:0-9a-f]+\](:\d+)?$/i.test(v.host))throw new u({input:v.href||v});return v}function L(v,D){var b=D||{};for(var T of l)b[T]=v[T];return b.hostname.startsWith("[")&&(b.hostname=b.hostname.slice(1,-1)),b.port!==""&&(b.port=Number(b.port)),b.path=b.search?b.pathname+b.search:b.pathname,b}function N(v,D){var b;for(var T in D)v.test(T)&&(b=D[T],delete D[T]);return b===null||typeof b>"u"?void 0:String(b).trim()}function H(v,D,b){function T(A){K(Error.captureStackTrace)&&Error.captureStackTrace(this,this.constructor),Object.assign(this,A||{}),this.code=v,this.message=this.cause?D+": "+this.cause.message:D}return T.prototype=new(b||Error),Object.defineProperties(T.prototype,{constructor:{value:T,enumerable:!1},name:{value:"Error ["+v+"]",enumerable:!1}}),T}function se(v,D){for(var b of d)v.removeListener(b,i[b]);v.on("error",P),v.destroy(D)}function X(v,D){n(M(v)&&M(D));var b=v.length-D.length-1;return b>0&&v[b]==="."&&v.endsWith(D)}function M(v){return typeof v=="string"||v instanceof String}function K(v){return typeof v=="function"}function V(v){return typeof v=="object"&&"length"in v}function oe(v){return a&&v instanceof a}return ma.exports=Q({http:t,https:s}),ma.exports.wrap=Q,ma.exports}var ru=ou(),nu=na(ru);const va="1.13.2";function gr(e){const a=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return a&&a[1]||""}const iu=/^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;function pu(e,a,t){const s=t&&t.Blob||z.classes.Blob,o=gr(e);if(a===void 0&&s&&(a=!0),o==="data"){e=o.length?e.slice(o.length+1):e;const n=iu.exec(e);if(!n)throw new I("Invalid URL",I.ERR_INVALID_URL);const r=n[1],p=n[2],l=n[3],d=Buffer.from(decodeURIComponent(l),p?"base64":"utf8");if(a){if(!s)throw new I("Blob is not supported",I.ERR_NOT_SUPPORT);return new s([d],{type:r})}return d}throw new I("Unsupported protocol "+o,I.ERR_NOT_SUPPORT)}const Zt=Symbol("internals");class yr extends ae.Transform{constructor(a){a=g.toFlatObject(a,{maxRate:0,chunkSize:64*1024,minChunkSize:100,timeWindow:500,ticksRate:2,samplesCount:15},null,(s,o)=>!g.isUndefined(o[s])),super({readableHighWaterMark:a.chunkSize});const t=this[Zt]={timeWindow:a.timeWindow,chunkSize:a.chunkSize,maxRate:a.maxRate,minChunkSize:a.minChunkSize,bytesSeen:0,isCaptured:!1,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null};this.on("newListener",s=>{s==="progress"&&(t.isCaptured||(t.isCaptured=!0))})}_read(a){const t=this[Zt];return t.onReadCallback&&t.onReadCallback(),super._read(a)}_transform(a,t,s){const o=this[Zt],n=o.maxRate,r=this.readableHighWaterMark,p=o.timeWindow,l=1e3/p,d=n/l,i=o.minChunkSize!==!1?Math.max(o.minChunkSize,d*.01):0,u=(x,m)=>{const h=Buffer.byteLength(x);o.bytesSeen+=h,o.bytes+=h,o.isCaptured&&this.emit("progress",o.bytesSeen),this.push(x)?process.nextTick(m):o.onReadCallback=()=>{o.onReadCallback=null,process.nextTick(m)}},c=(x,m)=>{const h=Buffer.byteLength(x);let f=null,y=r,Q,P=0;if(n){const C=Date.now();(!o.ts||(P=C-o.ts)>=p)&&(o.ts=C,Q=d-o.bytes,o.bytes=Q<0?-Q:0,P=0),Q=d-o.bytes}if(n){if(Q<=0)return setTimeout(()=>{m(null,x)},p-P);Q<y&&(y=Q)}y&&h>y&&h-y>i&&(f=x.subarray(y),x=x.subarray(0,y)),u(x,f?()=>{process.nextTick(m,null,f)}:m)};c(a,function x(m,h){if(m)return s(m);h?c(h,x):s(null)})}}const{asyncIterator:vr}=Symbol,xr=async function*(e){e.stream?yield*e.stream():e.arrayBuffer?yield await e.arrayBuffer():e[vr]?yield*e[vr]():yield e},uu=z.ALPHABET.ALPHA_DIGIT+"-_",Ge=typeof TextEncoder=="function"?new TextEncoder:new Qe.TextEncoder,Ie=`\r
19
- `,lu=Ge.encode(Ie),du=2;class hu{constructor(a,t){const{escapeName:s}=this.constructor,o=g.isString(t);let n=`Content-Disposition: form-data; name="${s(a)}"${!o&&t.name?`; filename="${s(t.name)}"`:""}${Ie}`;o?t=Ge.encode(String(t).replace(/\r?\n|\r\n?/g,Ie)):n+=`Content-Type: ${t.type||"application/octet-stream"}${Ie}`,this.headers=Ge.encode(n+Ie),this.contentLength=o?t.byteLength:t.size,this.size=this.headers.byteLength+this.contentLength+du,this.name=a,this.value=t}async*encode(){yield this.headers;const{value:a}=this;g.isTypedArray(a)?yield a:yield*xr(a),yield lu}static escapeName(a){return String(a).replace(/[\r\n"]/g,t=>({"\r":"%0D","\n":"%0A",'"':"%22"})[t])}}const cu=(e,a,t)=>{const{tag:s="form-data-boundary",size:o=25,boundary:n=s+"-"+z.generateString(o,uu)}=t||{};if(!g.isFormData(e))throw TypeError("FormData instance required");if(n.length<1||n.length>70)throw Error("boundary must be 10-70 characters long");const r=Ge.encode("--"+n+Ie),p=Ge.encode("--"+n+"--"+Ie);let l=p.byteLength;const d=Array.from(e.entries()).map(([u,c])=>{const x=new hu(u,c);return l+=x.size,x});l+=r.byteLength*d.length,l=g.toFiniteNumber(l);const i={"Content-Type":`multipart/form-data; boundary=${n}`};return Number.isFinite(l)&&(i["Content-Length"]=l),a&&a(i),Hn.from((async function*(){for(const u of d)yield r,yield*u.encode();yield p})())};class mu extends ae.Transform{__transform(a,t,s){this.push(a),s()}_transform(a,t,s){if(a.length!==0&&(this._transform=this.__transform,a[0]!==120)){const o=Buffer.alloc(2);o[0]=120,o[1]=156,this.push(o,t)}this.__transform(a,t,s)}}const fu=(e,a)=>g.isAsyncFn(e)?function(...t){const s=t.pop();e.apply(this,t).then(o=>{try{a?s(null,...a(o)):s(null,o)}catch(n){s(n)}},s)}:e;function gu(e,a){e=e||10;const t=new Array(e),s=new Array(e);let o=0,n=0,r;return a=a!==void 0?a:1e3,function(l){const d=Date.now(),i=s[n];r||(r=d),t[o]=l,s[o]=d;let u=n,c=0;for(;u!==o;)c+=t[u++],u=u%e;if(o=(o+1)%e,o===n&&(n=(n+1)%e),d-r<a)return;const x=i&&d-i;return x?Math.round(c*1e3/x):void 0}}function yu(e,a){let t=0,s=1e3/a,o,n;const r=(d,i=Date.now())=>{t=i,o=null,n&&(clearTimeout(n),n=null),e(...d)};return[(...d)=>{const i=Date.now(),u=i-t;u>=s?r(d,i):(o=d,n||(n=setTimeout(()=>{n=null,r(o)},s-u)))},()=>o&&r(o)]}const _e=(e,a,t=3)=>{let s=0;const o=gu(50,250);return yu(n=>{const r=n.loaded,p=n.lengthComputable?n.total:void 0,l=r-s,d=o(l),i=r<=p;s=r;const u={loaded:r,total:p,progress:p?r/p:void 0,bytes:l,rate:d||void 0,estimated:d&&p&&i?(p-r)/d:void 0,event:n,lengthComputable:p!=null,[a?"download":"upload"]:!0};e(u)},t)},xa=(e,a)=>{const t=e!=null;return[s=>a[0]({lengthComputable:t,total:e,loaded:s}),a[1]]},Da=e=>(...a)=>g.asap(()=>e(...a));function vu(e){if(!e||typeof e!="string"||!e.startsWith("data:"))return 0;const a=e.indexOf(",");if(a<0)return 0;const t=e.slice(5,a),s=e.slice(a+1);if(/;base64/i.test(t)){let n=s.length;const r=s.length;for(let c=0;c<r;c++)if(s.charCodeAt(c)===37&&c+2<r){const x=s.charCodeAt(c+1),m=s.charCodeAt(c+2);(x>=48&&x<=57||x>=65&&x<=70||x>=97&&x<=102)&&(m>=48&&m<=57||m>=65&&m<=70||m>=97&&m<=102)&&(n-=2,c+=2)}let p=0,l=r-1;const d=c=>c>=2&&s.charCodeAt(c-2)===37&&s.charCodeAt(c-1)===51&&(s.charCodeAt(c)===68||s.charCodeAt(c)===100);l>=0&&(s.charCodeAt(l)===61?(p++,l--):d(l)&&(p++,l-=3)),p===1&&l>=0&&(s.charCodeAt(l)===61||d(l))&&p++;const u=Math.floor(n/4)*3-(p||0);return u>0?u:0}return Buffer.byteLength(s,"utf8")}const Dr={flush:ye.constants.Z_SYNC_FLUSH,finishFlush:ye.constants.Z_SYNC_FLUSH},xu={flush:ye.constants.BROTLI_OPERATION_FLUSH,finishFlush:ye.constants.BROTLI_OPERATION_FLUSH},br=g.isFunction(ye.createBrotliDecompress),{http:Du,https:bu}=nu,Qu=/https:?/,Qr=z.protocols.map(e=>e+":"),wr=(e,[a,t])=>(e.on("end",t).on("error",t),a);class wu{constructor(){this.sessions=Object.create(null)}getSession(a,t){t=Object.assign({sessionTimeout:1e3},t);let s=this.sessions[a];if(s){let i=s.length;for(let u=0;u<i;u++){const[c,x]=s[u];if(!c.destroyed&&!c.closed&&Qe.isDeepStrictEqual(x,t))return c}}const o=Qs.connect(a,t);let n;const r=()=>{if(n)return;n=!0;let i=s,u=i.length,c=u;for(;c--;)if(i[c][0]===o){u===1?delete this.sessions[a]:i.splice(c,1);return}},p=o.request,{sessionTimeout:l}=t;if(l!=null){let i,u=0;o.request=function(){const c=p.apply(this,arguments);return u++,i&&(clearTimeout(i),i=null),c.once("close",()=>{--u||(i=setTimeout(()=>{i=null,r()},l))}),c}}o.once("close",r);let d=[o,t];return s?s.push(d):s=this.sessions[a]=[d],o}}const Iu=new wu;function Au(e,a){e.beforeRedirects.proxy&&e.beforeRedirects.proxy(e),e.beforeRedirects.config&&e.beforeRedirects.config(e,a)}function Ir(e,a,t){let s=a;if(!s&&s!==!1){const o=Jp.getProxyForUrl(t);o&&(s=new URL(o))}if(s){if(s.username&&(s.auth=(s.username||"")+":"+(s.password||"")),s.auth){(s.auth.username||s.auth.password)&&(s.auth=(s.auth.username||"")+":"+(s.auth.password||""));const n=Buffer.from(s.auth,"utf8").toString("base64");e.headers["Proxy-Authorization"]="Basic "+n}e.headers.host=e.hostname+(e.port?":"+e.port:"");const o=s.hostname||s.host;e.hostname=o,e.host=o,e.port=s.port,e.path=t,s.protocol&&(e.protocol=s.protocol.includes(":")?s.protocol:`${s.protocol}:`)}e.beforeRedirects.proxy=function(n){Ir(n,a,n.href)}}const Pu=typeof process<"u"&&g.kindOf(process)==="process",Lu=e=>new Promise((a,t)=>{let s,o;const n=(l,d)=>{o||(o=!0,s&&s(l,d))},r=l=>{n(l),a(l)},p=l=>{n(l,!0),t(l)};e(r,p,l=>s=l).catch(p)}),Cu=({address:e,family:a})=>{if(!g.isString(e))throw TypeError("address must be a string");return{address:e,family:a||(e.indexOf(".")<0?6:4)}},Ar=(e,a)=>Cu(g.isObject(e)?e:{address:e,family:a}),Tu={request(e,a){const t=e.protocol+"//"+e.hostname+":"+(e.port||80),{http2Options:s,headers:o}=e,n=Iu.getSession(t,s),{HTTP2_HEADER_SCHEME:r,HTTP2_HEADER_METHOD:p,HTTP2_HEADER_PATH:l,HTTP2_HEADER_STATUS:d}=Qs.constants,i={[r]:e.protocol.replace(":",""),[p]:e.method,[l]:e.path};g.forEach(o,(c,x)=>{x.charAt(0)!==":"&&(i[x]=c)});const u=n.request(i);return u.once("response",c=>{const x=u;c=Object.assign({},c);const m=c[d];delete c[d],x.headers=c,x.statusCode=+m,a(x)}),u}};var Su=Pu&&function(a){return Lu(async function(s,o,n){let{data:r,lookup:p,family:l,httpVersion:d=1,http2Options:i}=a;const{responseType:u,responseEncoding:c}=a,x=a.method.toUpperCase();let m,h=!1,f;if(d=+d,Number.isNaN(d))throw TypeError(`Invalid protocol version: '${a.httpVersion}' is not a number`);if(d!==1&&d!==2)throw TypeError(`Unsupported protocol version '${d}'`);const y=d===2;if(p){const A=fu(p,w=>g.isArray(w)?w:[w]);p=(w,S,U)=>{A(w,S,(_,B,O)=>{if(_)return U(_);const q=g.isArray(B)?B.map(re=>Ar(re)):[Ar(B,O)];S.all?U(_,q):U(_,q[0].address,q[0].family)})}}const Q=new Yn;function P(A){try{Q.emit("abort",!A||A.type?new ve(null,a,f):A)}catch(w){console.warn("emit error",w)}}Q.once("abort",o);const C=()=>{a.cancelToken&&a.cancelToken.unsubscribe(P),a.signal&&a.signal.removeEventListener("abort",P),Q.removeAllListeners()};(a.cancelToken||a.signal)&&(a.cancelToken&&a.cancelToken.subscribe(P),a.signal&&(a.signal.aborted?P():a.signal.addEventListener("abort",P))),n((A,w)=>{if(m=!0,w){h=!0,C();return}const{data:S}=A;if(S instanceof ae.Readable||S instanceof ae.Duplex){const U=ae.finished(S,()=>{U(),C()})}else C()});const k=Gt(a.baseURL,a.url,a.allowAbsoluteUrls),R=new URL(k,z.hasBrowserEnv?z.origin:void 0),L=R.protocol||Qr[0];if(L==="data:"){if(a.maxContentLength>-1){const w=String(a.url||k||"");if(vu(w)>a.maxContentLength)return o(new I("maxContentLength size of "+a.maxContentLength+" exceeded",I.ERR_BAD_RESPONSE,a))}let A;if(x!=="GET")return ke(s,o,{status:405,statusText:"method not allowed",headers:{},config:a});try{A=pu(a.url,u==="blob",{Blob:a.env&&a.env.Blob})}catch(w){throw I.from(w,I.ERR_BAD_REQUEST,a)}return u==="text"?(A=A.toString(c),(!c||c==="utf8")&&(A=g.stripBOM(A))):u==="stream"&&(A=ae.Readable.from(A)),ke(s,o,{data:A,status:200,statusText:"OK",headers:new W,config:a})}if(Qr.indexOf(L)===-1)return o(new I("Unsupported protocol "+L,I.ERR_BAD_REQUEST,a));const N=W.from(a.headers).normalize();N.set("User-Agent","axios/"+va,!1);const{onUploadProgress:H,onDownloadProgress:se}=a,X=a.maxRate;let M,K;if(g.isSpecCompliantForm(r)){const A=N.getContentType(/boundary=([-_\w\d]{10,70})/i);r=cu(r,w=>{N.set(w)},{tag:`axios-${va}-boundary`,boundary:A&&A[1]||void 0})}else if(g.isFormData(r)&&g.isFunction(r.getHeaders)){if(N.set(r.getHeaders()),!N.hasContentLength())try{const A=await Qe.promisify(r.getLength).call(r);Number.isFinite(A)&&A>=0&&N.setContentLength(A)}catch{}}else if(g.isBlob(r)||g.isFile(r))r.size&&N.setContentType(r.type||"application/octet-stream"),N.setContentLength(r.size||0),r=ae.Readable.from(xr(r));else if(r&&!g.isStream(r)){if(!Buffer.isBuffer(r))if(g.isArrayBuffer(r))r=Buffer.from(new Uint8Array(r));else if(g.isString(r))r=Buffer.from(r,"utf-8");else return o(new I("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",I.ERR_BAD_REQUEST,a));if(N.setContentLength(r.length,!1),a.maxBodyLength>-1&&r.length>a.maxBodyLength)return o(new I("Request body larger than maxBodyLength limit",I.ERR_BAD_REQUEST,a))}const V=g.toFiniteNumber(N.getContentLength());g.isArray(X)?(M=X[0],K=X[1]):M=K=X,r&&(H||M)&&(g.isStream(r)||(r=ae.Readable.from(r,{objectMode:!1})),r=ae.pipeline([r,new yr({maxRate:g.toFiniteNumber(M)})],g.noop),H&&r.on("progress",wr(r,xa(V,_e(Da(H),!1,3)))));let oe;if(a.auth){const A=a.auth.username||"",w=a.auth.password||"";oe=A+":"+w}if(!oe&&R.username){const A=R.username,w=R.password;oe=A+":"+w}oe&&N.delete("authorization");let v;try{v=jt(R.pathname+R.search,a.params,a.paramsSerializer).replace(/^\?/,"")}catch(A){const w=new Error(A.message);return w.config=a,w.url=a.url,w.exists=!0,o(w)}N.set("Accept-Encoding","gzip, compress, deflate"+(br?", br":""),!1);const D={path:v,method:x,headers:N.toJSON(),agents:{http:a.httpAgent,https:a.httpsAgent},auth:oe,protocol:L,family:l,beforeRedirect:Au,beforeRedirects:{},http2Options:i};!g.isUndefined(p)&&(D.lookup=p),a.socketPath?D.socketPath=a.socketPath:(D.hostname=R.hostname.startsWith("[")?R.hostname.slice(1,-1):R.hostname,D.port=R.port,Ir(D,a.proxy,L+"//"+R.hostname+(R.port?":"+R.port:"")+D.path));let b;const T=Qu.test(D.protocol);if(D.agent=T?a.httpsAgent:a.httpAgent,y?b=Tu:a.transport?b=a.transport:a.maxRedirects===0?b=T?ka:Oa:(a.maxRedirects&&(D.maxRedirects=a.maxRedirects),a.beforeRedirect&&(D.beforeRedirects.config=a.beforeRedirect),b=T?bu:Du),a.maxBodyLength>-1?D.maxBodyLength=a.maxBodyLength:D.maxBodyLength=1/0,a.insecureHTTPParser&&(D.insecureHTTPParser=a.insecureHTTPParser),f=b.request(D,function(w){if(f.destroyed)return;const S=[w],U=g.toFiniteNumber(w.headers["content-length"]);if(se||K){const q=new yr({maxRate:g.toFiniteNumber(K)});se&&q.on("progress",wr(q,xa(U,_e(Da(se),!0,3)))),S.push(q)}let _=w;const B=w.req||f;if(a.decompress!==!1&&w.headers["content-encoding"])switch((x==="HEAD"||w.statusCode===204)&&delete w.headers["content-encoding"],(w.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":S.push(ye.createUnzip(Dr)),delete w.headers["content-encoding"];break;case"deflate":S.push(new mu),S.push(ye.createUnzip(Dr)),delete w.headers["content-encoding"];break;case"br":br&&(S.push(ye.createBrotliDecompress(xu)),delete w.headers["content-encoding"])}_=S.length>1?ae.pipeline(S,g.noop):S[0];const O={status:w.statusCode,statusText:w.statusMessage,headers:new W(w.headers),config:a,request:B};if(u==="stream")O.data=_,ke(s,o,O);else{const q=[];let re=0;_.on("data",function(E){q.push(E),re+=E.length,a.maxContentLength>-1&&re>a.maxContentLength&&(h=!0,_.destroy(),P(new I("maxContentLength size of "+a.maxContentLength+" exceeded",I.ERR_BAD_RESPONSE,a,B)))}),_.on("aborted",function(){if(h)return;const E=new I("stream has been aborted",I.ERR_BAD_RESPONSE,a,B);_.destroy(E),o(E)}),_.on("error",function(E){f.destroyed||o(I.from(E,null,a,B))}),_.on("end",function(){try{let E=q.length===1?q[0]:Buffer.concat(q);u!=="arraybuffer"&&(E=E.toString(c),(!c||c==="utf8")&&(E=g.stripBOM(E))),O.data=E}catch(E){return o(I.from(E,null,a,O.request,O))}ke(s,o,O)})}Q.once("abort",q=>{_.destroyed||(_.emit("error",q),_.destroy())})}),Q.once("abort",A=>{f.close?f.close():f.destroy(A)}),f.on("error",function(w){o(I.from(w,null,a,f))}),f.on("socket",function(w){w.setKeepAlive(!0,1e3*60)}),a.timeout){const A=parseInt(a.timeout,10);if(Number.isNaN(A)){P(new I("error trying to parse `config.timeout` to int",I.ERR_BAD_OPTION_VALUE,a,f));return}f.setTimeout(A,function(){if(m)return;let S=a.timeout?"timeout of "+a.timeout+"ms exceeded":"timeout exceeded";const U=a.transitional||Ft;a.timeoutErrorMessage&&(S=a.timeoutErrorMessage),P(new I(S,U.clarifyTimeoutError?I.ETIMEDOUT:I.ECONNABORTED,a,f))})}else f.setTimeout(0);if(g.isStream(r)){let A=!1,w=!1;r.on("end",()=>{A=!0}),r.once("error",S=>{w=!0,f.destroy(S)}),r.on("close",()=>{!A&&!w&&P(new ve("Request stream has been aborted",a,f))}),r.pipe(f)}else r&&f.write(r),f.end()})},Ru=z.hasStandardBrowserEnv?((e,a)=>t=>(t=new URL(t,z.origin),e.protocol===t.protocol&&e.host===t.host&&(a||e.port===t.port)))(new URL(z.origin),z.navigator&&/(msie|trident)/i.test(z.navigator.userAgent)):()=>!0,Eu=z.hasStandardBrowserEnv?{write(e,a,t,s,o,n,r){if(typeof document>"u")return;const p=[`${e}=${encodeURIComponent(a)}`];g.isNumber(t)&&p.push(`expires=${new Date(t).toUTCString()}`),g.isString(s)&&p.push(`path=${s}`),g.isString(o)&&p.push(`domain=${o}`),n===!0&&p.push("secure"),g.isString(r)&&p.push(`SameSite=${r}`),document.cookie=p.join("; ")},read(e){if(typeof document>"u")return null;const a=document.cookie.match(new RegExp("(?:^|; )"+e+"=([^;]*)"));return a?decodeURIComponent(a[1]):null},remove(e){this.write(e,"",Date.now()-864e5,"/")}}:{write(){},read(){return null},remove(){}};const Pr=e=>e instanceof W?{...e}:e;function Ae(e,a){a=a||{};const t={};function s(d,i,u,c){return g.isPlainObject(d)&&g.isPlainObject(i)?g.merge.call({caseless:c},d,i):g.isPlainObject(i)?g.merge({},i):g.isArray(i)?i.slice():i}function o(d,i,u,c){if(g.isUndefined(i)){if(!g.isUndefined(d))return s(void 0,d,u,c)}else return s(d,i,u,c)}function n(d,i){if(!g.isUndefined(i))return s(void 0,i)}function r(d,i){if(g.isUndefined(i)){if(!g.isUndefined(d))return s(void 0,d)}else return s(void 0,i)}function p(d,i,u){if(u in a)return s(d,i);if(u in e)return s(void 0,d)}const l={url:n,method:n,data:n,baseURL:r,transformRequest:r,transformResponse:r,paramsSerializer:r,timeout:r,timeoutMessage:r,withCredentials:r,withXSRFToken:r,adapter:r,responseType:r,xsrfCookieName:r,xsrfHeaderName:r,onUploadProgress:r,onDownloadProgress:r,decompress:r,maxContentLength:r,maxBodyLength:r,beforeRedirect:r,transport:r,httpAgent:r,httpsAgent:r,cancelToken:r,socketPath:r,responseEncoding:r,validateStatus:p,headers:(d,i,u)=>o(Pr(d),Pr(i),u,!0)};return g.forEach(Object.keys({...e,...a}),function(i){const u=l[i]||o,c=u(e[i],a[i],i);g.isUndefined(c)&&u!==p||(t[i]=c)}),t}var Lr=e=>{const a=Ae({},e);let{data:t,withXSRFToken:s,xsrfHeaderName:o,xsrfCookieName:n,headers:r,auth:p}=a;if(a.headers=r=W.from(r),a.url=jt(Gt(a.baseURL,a.url,a.allowAbsoluteUrls),e.params,e.paramsSerializer),p&&r.set("Authorization","Basic "+btoa((p.username||"")+":"+(p.password?unescape(encodeURIComponent(p.password)):""))),g.isFormData(t)){if(z.hasStandardBrowserEnv||z.hasStandardBrowserWebWorkerEnv)r.setContentType(void 0);else if(g.isFunction(t.getHeaders)){const l=t.getHeaders(),d=["content-type","content-length"];Object.entries(l).forEach(([i,u])=>{d.includes(i.toLowerCase())&&r.set(i,u)})}}if(z.hasStandardBrowserEnv&&(s&&g.isFunction(s)&&(s=s(a)),s||s!==!1&&Ru(a.url))){const l=o&&n&&Eu.read(n);l&&r.set(o,l)}return a};const Ou=typeof XMLHttpRequest<"u";var ku=Ou&&function(e){return new Promise(function(t,s){const o=Lr(e);let n=o.data;const r=W.from(o.headers).normalize();let{responseType:p,onUploadProgress:l,onDownloadProgress:d}=o,i,u,c,x,m;function h(){x&&x(),m&&m(),o.cancelToken&&o.cancelToken.unsubscribe(i),o.signal&&o.signal.removeEventListener("abort",i)}let f=new XMLHttpRequest;f.open(o.method.toUpperCase(),o.url,!0),f.timeout=o.timeout;function y(){if(!f)return;const P=W.from("getAllResponseHeaders"in f&&f.getAllResponseHeaders()),k={data:!p||p==="text"||p==="json"?f.responseText:f.response,status:f.status,statusText:f.statusText,headers:P,config:e,request:f};ke(function(L){t(L),h()},function(L){s(L),h()},k),f=null}"onloadend"in f?f.onloadend=y:f.onreadystatechange=function(){!f||f.readyState!==4||f.status===0&&!(f.responseURL&&f.responseURL.indexOf("file:")===0)||setTimeout(y)},f.onabort=function(){f&&(s(new I("Request aborted",I.ECONNABORTED,e,f)),f=null)},f.onerror=function(C){const k=C&&C.message?C.message:"Network Error",R=new I(k,I.ERR_NETWORK,e,f);R.event=C||null,s(R),f=null},f.ontimeout=function(){let C=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const k=o.transitional||Ft;o.timeoutErrorMessage&&(C=o.timeoutErrorMessage),s(new I(C,k.clarifyTimeoutError?I.ETIMEDOUT:I.ECONNABORTED,e,f)),f=null},n===void 0&&r.setContentType(null),"setRequestHeader"in f&&g.forEach(r.toJSON(),function(C,k){f.setRequestHeader(k,C)}),g.isUndefined(o.withCredentials)||(f.withCredentials=!!o.withCredentials),p&&p!=="json"&&(f.responseType=o.responseType),d&&([c,m]=_e(d,!0),f.addEventListener("progress",c)),l&&f.upload&&([u,x]=_e(l),f.upload.addEventListener("progress",u),f.upload.addEventListener("loadend",x)),(o.cancelToken||o.signal)&&(i=P=>{f&&(s(!P||P.type?new ve(null,e,f):P),f.abort(),f=null)},o.cancelToken&&o.cancelToken.subscribe(i),o.signal&&(o.signal.aborted?i():o.signal.addEventListener("abort",i)));const Q=gr(o.url);if(Q&&z.protocols.indexOf(Q)===-1){s(new I("Unsupported protocol "+Q+":",I.ERR_BAD_REQUEST,e));return}f.send(n||null)})};const _u=(e,a)=>{const{length:t}=e=e?e.filter(Boolean):[];if(a||t){let s=new AbortController,o;const n=function(d){if(!o){o=!0,p();const i=d instanceof Error?d:this.reason;s.abort(i instanceof I?i:new ve(i instanceof Error?i.message:i))}};let r=a&&setTimeout(()=>{r=null,n(new I(`timeout ${a} of ms exceeded`,I.ETIMEDOUT))},a);const p=()=>{e&&(r&&clearTimeout(r),r=null,e.forEach(d=>{d.unsubscribe?d.unsubscribe(n):d.removeEventListener("abort",n)}),e=null)};e.forEach(d=>d.addEventListener("abort",n));const{signal:l}=s;return l.unsubscribe=()=>g.asap(p),l}},Bu=function*(e,a){let t=e.byteLength;if(t<a){yield e;return}let s=0,o;for(;s<t;)o=s+a,yield e.slice(s,o),s=o},Nu=async function*(e,a){for await(const t of Uu(e))yield*Bu(t,a)},Uu=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const a=e.getReader();try{for(;;){const{done:t,value:s}=await a.read();if(t)break;yield s}}finally{await a.cancel()}},Cr=(e,a,t,s)=>{const o=Nu(e,a);let n=0,r,p=l=>{r||(r=!0,s&&s(l))};return new ReadableStream({async pull(l){try{const{done:d,value:i}=await o.next();if(d){p(),l.close();return}let u=i.byteLength;if(t){let c=n+=u;t(c)}l.enqueue(new Uint8Array(i))}catch(d){throw p(d),d}},cancel(l){return p(l),o.return()}},{highWaterMark:2})},Tr=64*1024,{isFunction:ba}=g,ju=(({Request:e,Response:a})=>({Request:e,Response:a}))(g.global),{ReadableStream:Sr,TextEncoder:Rr}=g.global,Er=(e,...a)=>{try{return!!e(...a)}catch{return!1}},Fu=e=>{e=g.merge.call({skipUndefined:!0},ju,e);const{fetch:a,Request:t,Response:s}=e,o=a?ba(a):typeof fetch=="function",n=ba(t),r=ba(s);if(!o)return!1;const p=o&&ba(Sr),l=o&&(typeof Rr=="function"?(m=>h=>m.encode(h))(new Rr):async m=>new Uint8Array(await new t(m).arrayBuffer())),d=n&&p&&Er(()=>{let m=!1;const h=new t(z.origin,{body:new Sr,method:"POST",get duplex(){return m=!0,"half"}}).headers.has("Content-Type");return m&&!h}),i=r&&p&&Er(()=>g.isReadableStream(new s("").body)),u={stream:i&&(m=>m.body)};o&&["text","arrayBuffer","blob","formData","stream"].forEach(m=>{!u[m]&&(u[m]=(h,f)=>{let y=h&&h[m];if(y)return y.call(h);throw new I(`Response type '${m}' is not supported`,I.ERR_NOT_SUPPORT,f)})});const c=async m=>{if(m==null)return 0;if(g.isBlob(m))return m.size;if(g.isSpecCompliantForm(m))return(await new t(z.origin,{method:"POST",body:m}).arrayBuffer()).byteLength;if(g.isArrayBufferView(m)||g.isArrayBuffer(m))return m.byteLength;if(g.isURLSearchParams(m)&&(m=m+""),g.isString(m))return(await l(m)).byteLength},x=async(m,h)=>{const f=g.toFiniteNumber(m.getContentLength());return f??c(h)};return async m=>{let{url:h,method:f,data:y,signal:Q,cancelToken:P,timeout:C,onDownloadProgress:k,onUploadProgress:R,responseType:L,headers:N,withCredentials:H="same-origin",fetchOptions:se}=Lr(m),X=a||fetch;L=L?(L+"").toLowerCase():"text";let M=_u([Q,P&&P.toAbortSignal()],C),K=null;const V=M&&M.unsubscribe&&(()=>{M.unsubscribe()});let oe;try{if(R&&d&&f!=="get"&&f!=="head"&&(oe=await x(N,y))!==0){let w=new t(h,{method:"POST",body:y,duplex:"half"}),S;if(g.isFormData(y)&&(S=w.headers.get("content-type"))&&N.setContentType(S),w.body){const[U,_]=xa(oe,_e(Da(R)));y=Cr(w.body,Tr,U,_)}}g.isString(H)||(H=H?"include":"omit");const v=n&&"credentials"in t.prototype,D={...se,signal:M,method:f.toUpperCase(),headers:N.normalize().toJSON(),body:y,duplex:"half",credentials:v?H:void 0};K=n&&new t(h,D);let b=await(n?X(K,se):X(h,D));const T=i&&(L==="stream"||L==="response");if(i&&(k||T&&V)){const w={};["status","statusText","headers"].forEach(B=>{w[B]=b[B]});const S=g.toFiniteNumber(b.headers.get("content-length")),[U,_]=k&&xa(S,_e(Da(k),!0))||[];b=new s(Cr(b.body,Tr,U,()=>{_&&_(),V&&V()}),w)}L=L||"text";let A=await u[g.findKey(u,L)||"text"](b,m);return!T&&V&&V(),await new Promise((w,S)=>{ke(w,S,{data:A,headers:W.from(b.headers),status:b.status,statusText:b.statusText,config:m,request:K})})}catch(v){throw V&&V(),v&&v.name==="TypeError"&&/Load failed|fetch/i.test(v.message)?Object.assign(new I("Network Error",I.ERR_NETWORK,m,K),{cause:v.cause||v}):I.from(v,v&&v.code,m,K)}}},Mu=new Map,Or=e=>{let a=e&&e.env||{};const{fetch:t,Request:s,Response:o}=a,n=[s,o,t];let r=n.length,p=r,l,d,i=Mu;for(;p--;)l=n[p],d=i.get(l),d===void 0&&i.set(l,d=p?new Map:Fu(a)),i=d;return d};Or();const es={http:Su,xhr:ku,fetch:{get:Or}};g.forEach(es,(e,a)=>{if(e){try{Object.defineProperty(e,"name",{value:a})}catch{}Object.defineProperty(e,"adapterName",{value:a})}});const kr=e=>`- ${e}`,qu=e=>g.isFunction(e)||e===null||e===!1;function zu(e,a){e=g.isArray(e)?e:[e];const{length:t}=e;let s,o;const n={};for(let r=0;r<t;r++){s=e[r];let p;if(o=s,!qu(s)&&(o=es[(p=String(s)).toLowerCase()],o===void 0))throw new I(`Unknown adapter '${p}'`);if(o&&(g.isFunction(o)||(o=o.get(a))))break;n[p||"#"+r]=o}if(!o){const r=Object.entries(n).map(([l,d])=>`adapter ${l} `+(d===!1?"is not supported by the environment":"is not available in the build"));let p=t?r.length>1?`since :
20
- `+r.map(kr).join(`
21
- `):" "+kr(r[0]):"as no adapter specified";throw new I("There is no suitable adapter to dispatch the request "+p,"ERR_NOT_SUPPORT")}return o}var _r={getAdapter:zu,adapters:es};function as(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new ve(null,e)}function Br(e){return as(e),e.headers=W.from(e.headers),e.data=Kt.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),_r.getAdapter(e.adapter||$e.adapter,e)(e).then(function(s){return as(e),s.data=Kt.call(e,e.transformResponse,s),s.headers=W.from(s.headers),s},function(s){return or(s)||(as(e),s&&s.response&&(s.response.data=Kt.call(e,e.transformResponse,s.response),s.response.headers=W.from(s.response.headers))),Promise.reject(s)})}const Qa={};["object","boolean","number","function","string","symbol"].forEach((e,a)=>{Qa[e]=function(s){return typeof s===e||"a"+(a<1?"n ":" ")+e}});const Nr={};Qa.transitional=function(a,t,s){function o(n,r){return"[Axios v"+va+"] Transitional option '"+n+"'"+r+(s?". "+s:"")}return(n,r,p)=>{if(a===!1)throw new I(o(r," has been removed"+(t?" in "+t:"")),I.ERR_DEPRECATED);return t&&!Nr[r]&&(Nr[r]=!0,console.warn(o(r," has been deprecated since v"+t+" and will be removed in the near future"))),a?a(n,r,p):!0}},Qa.spelling=function(a){return(t,s)=>(console.warn(`${s} is likely a misspelling of ${a}`),!0)};function $u(e,a,t){if(typeof e!="object")throw new I("options must be an object",I.ERR_BAD_OPTION_VALUE);const s=Object.keys(e);let o=s.length;for(;o-- >0;){const n=s[o],r=a[n];if(r){const p=e[n],l=p===void 0||r(p,n,e);if(l!==!0)throw new I("option "+n+" must be "+l,I.ERR_BAD_OPTION_VALUE);continue}if(t!==!0)throw new I("Unknown option "+n,I.ERR_BAD_OPTION)}}var wa={assertOptions:$u,validators:Qa};const ue=wa.validators;let Pe=class{constructor(a){this.defaults=a||{},this.interceptors={request:new Zo,response:new Zo}}async request(a,t){try{return await this._request(a,t)}catch(s){if(s instanceof Error){let o={};Error.captureStackTrace?Error.captureStackTrace(o):o=new Error;const n=o.stack?o.stack.replace(/^.+\n/,""):"";try{s.stack?n&&!String(s.stack).endsWith(n.replace(/^.+\n.+\n/,""))&&(s.stack+=`
22
- `+n):s.stack=n}catch{}}throw s}}_request(a,t){typeof a=="string"?(t=t||{},t.url=a):t=a||{},t=Ae(this.defaults,t);const{transitional:s,paramsSerializer:o,headers:n}=t;s!==void 0&&wa.assertOptions(s,{silentJSONParsing:ue.transitional(ue.boolean),forcedJSONParsing:ue.transitional(ue.boolean),clarifyTimeoutError:ue.transitional(ue.boolean)},!1),o!=null&&(g.isFunction(o)?t.paramsSerializer={serialize:o}:wa.assertOptions(o,{encode:ue.function,serialize:ue.function},!0)),t.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),wa.assertOptions(t,{baseUrl:ue.spelling("baseURL"),withXsrfToken:ue.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let r=n&&g.merge(n.common,n[t.method]);n&&g.forEach(["delete","get","head","post","put","patch","common"],m=>{delete n[m]}),t.headers=W.concat(r,n);const p=[];let l=!0;this.interceptors.request.forEach(function(h){typeof h.runWhen=="function"&&h.runWhen(t)===!1||(l=l&&h.synchronous,p.unshift(h.fulfilled,h.rejected))});const d=[];this.interceptors.response.forEach(function(h){d.push(h.fulfilled,h.rejected)});let i,u=0,c;if(!l){const m=[Br.bind(this),void 0];for(m.unshift(...p),m.push(...d),c=m.length,i=Promise.resolve(t);u<c;)i=i.then(m[u++],m[u++]);return i}c=p.length;let x=t;for(;u<c;){const m=p[u++],h=p[u++];try{x=m(x)}catch(f){h.call(this,f);break}}try{i=Br.call(this,x)}catch(m){return Promise.reject(m)}for(u=0,c=d.length;u<c;)i=i.then(d[u++],d[u++]);return i}getUri(a){a=Ae(this.defaults,a);const t=Gt(a.baseURL,a.url,a.allowAbsoluteUrls);return jt(t,a.params,a.paramsSerializer)}};g.forEach(["delete","get","head","options"],function(a){Pe.prototype[a]=function(t,s){return this.request(Ae(s||{},{method:a,url:t,data:(s||{}).data}))}}),g.forEach(["post","put","patch"],function(a){function t(s){return function(n,r,p){return this.request(Ae(p||{},{method:a,headers:s?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}Pe.prototype[a]=t(),Pe.prototype[a+"Form"]=t(!0)});let Ku=class Vn{constructor(a){if(typeof a!="function")throw new TypeError("executor must be a function.");let t;this.promise=new Promise(function(n){t=n});const s=this;this.promise.then(o=>{if(!s._listeners)return;let n=s._listeners.length;for(;n-- >0;)s._listeners[n](o);s._listeners=null}),this.promise.then=o=>{let n;const r=new Promise(p=>{s.subscribe(p),n=p}).then(o);return r.cancel=function(){s.unsubscribe(n)},r},a(function(n,r,p){s.reason||(s.reason=new ve(n,r,p),t(s.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(a){if(this.reason){a(this.reason);return}this._listeners?this._listeners.push(a):this._listeners=[a]}unsubscribe(a){if(!this._listeners)return;const t=this._listeners.indexOf(a);t!==-1&&this._listeners.splice(t,1)}toAbortSignal(){const a=new AbortController,t=s=>{a.abort(s)};return this.subscribe(t),a.signal.unsubscribe=()=>this.unsubscribe(t),a.signal}static source(){let a;return{token:new Vn(function(o){a=o}),cancel:a}}};function Gu(e){return function(t){return e.apply(null,t)}}function Vu(e){return g.isObject(e)&&e.isAxiosError===!0}const ts={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(ts).forEach(([e,a])=>{ts[a]=e});function Ur(e){const a=new Pe(e),t=As(Pe.prototype.request,a);return g.extend(t,Pe.prototype,a,{allOwnKeys:!0}),g.extend(t,a,null,{allOwnKeys:!0}),t.create=function(o){return Ur(Ae(e,o))},t}const $=Ur($e);$.Axios=Pe,$.CanceledError=ve,$.CancelToken=Ku,$.isCancel=or,$.VERSION=va,$.toFormData=ha,$.AxiosError=I,$.Cancel=$.CanceledError,$.all=function(a){return Promise.all(a)},$.spread=Gu,$.isAxiosError=Vu,$.mergeConfig=Ae,$.AxiosHeaders=W,$.formToJSON=e=>tr(g.isHTMLForm(e)?new FormData(e):e),$.getAdapter=_r.getAdapter,$.HttpStatusCode=ts,$.default=$;const{Axios:zm,AxiosError:$m,CanceledError:Km,isCancel:Gm,CancelToken:Vm,VERSION:Hm,all:Wm,Cancel:Jm,isAxiosError:Xm,spread:Ym,toFormData:Zm,AxiosHeaders:ef,HttpStatusCode:af,formToJSON:tf,getAdapter:sf,mergeConfig:of}=$;var jr=(e=>(e[e.SUCCESS=200]="SUCCESS",e[e.ERROR=-1]="ERROR",e[e.TIMEOUT=401]="TIMEOUT",e.TYPE="success",e))(jr||{}),Fr=(e=>(e.GET="GET",e.POST="POST",e.PUT="PUT",e.DELETE="DELETE",e))(Fr||{}),ss=(e=>(e.JSON="application/json;charset=UTF-8",e.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",e.FORM_DATA="multipart/form-data;charset=UTF-8",e))(ss||{}),Mr=(e=>(e.submit="post",e.listByIds="get",e.getone="post",e.listAll="post",e.listByPage="post",e.listTree="post",e.save="post",e.saveOrUpdate="post",e.saveBatch="post",e.importData="post",e.exportData="post",e.remove="post",e.removeById="delete",e.removeByIds="delete",e.update="put",e.updateById="put",e.updateByIds="put",e.rdoSave="post",e.rdoListAll="post",e.rdoListByPage="post",e.rdoListVersionById="get",e.rdoSaveVersion="post",e.rdoSaveBatch="post",e.rdoUpdateVersionById="put",e.rdoRemoveVersionById="delete",e.rdoRemoveById="delete",e.rdoGetVersionById="get",e.getOne="post",e.rdoGetVersionByRefId="post",e.getById="get",e.rdoListAllVersion="post",e.rdoRefListByPage="post",e.export="post",e.import="post",e.rdoExport="post",e.rdoImport="post",e.biz_search="post",e))(Mr||{}),qr=typeof global=="object"&&global&&global.Object===Object&&global,Hu=typeof self=="object"&&self&&self.Object===Object&&self,le=qr||Hu||Function("return this")(),de=le.Symbol,zr=Object.prototype,Wu=zr.hasOwnProperty,Ju=zr.toString,Ve=de?de.toStringTag:void 0;function Xu(e){var a=Wu.call(e,Ve),t=e[Ve];try{e[Ve]=void 0;var s=!0}catch{}var o=Ju.call(e);return s&&(a?e[Ve]=t:delete e[Ve]),o}var Yu=Object.prototype,Zu=Yu.toString;function el(e){return Zu.call(e)}var al="[object Null]",tl="[object Undefined]",$r=de?de.toStringTag:void 0;function Be(e){return e==null?e===void 0?tl:al:$r&&$r in Object(e)?Xu(e):el(e)}function fe(e){return e!=null&&typeof e=="object"}var xe=Array.isArray;function De(e){var a=typeof e;return e!=null&&(a=="object"||a=="function")}function Kr(e){return e}var sl="[object AsyncFunction]",ol="[object Function]",rl="[object GeneratorFunction]",nl="[object Proxy]";function os(e){if(!De(e))return!1;var a=Be(e);return a==ol||a==rl||a==sl||a==nl}var rs=le["__core-js_shared__"],Gr=(function(){var e=/[^.]+$/.exec(rs&&rs.keys&&rs.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""})();function il(e){return!!Gr&&Gr in e}var pl=Function.prototype,ul=pl.toString;function Le(e){if(e!=null){try{return ul.call(e)}catch{}try{return e+""}catch{}}return""}var ll=/[\\^$.*+?()[\]{}|]/g,dl=/^\[object .+?Constructor\]$/,hl=Function.prototype,cl=Object.prototype,ml=hl.toString,fl=cl.hasOwnProperty,gl=RegExp("^"+ml.call(fl).replace(ll,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function yl(e){if(!De(e)||il(e))return!1;var a=os(e)?gl:dl;return a.test(Le(e))}function vl(e,a){return e?.[a]}function Ce(e,a){var t=vl(e,a);return yl(t)?t:void 0}var ns=Ce(le,"WeakMap"),Vr=Object.create,xl=(function(){function e(){}return function(a){if(!De(a))return{};if(Vr)return Vr(a);e.prototype=a;var t=new e;return e.prototype=void 0,t}})();function Dl(e,a,t){switch(t.length){case 0:return e.call(a);case 1:return e.call(a,t[0]);case 2:return e.call(a,t[0],t[1]);case 3:return e.call(a,t[0],t[1],t[2])}return e.apply(a,t)}function bl(){}function Ql(e,a){var t=-1,s=e.length;for(a||(a=Array(s));++t<s;)a[t]=e[t];return a}var wl=800,Il=16,Al=Date.now;function Pl(e){var a=0,t=0;return function(){var s=Al(),o=Il-(s-t);if(t=s,o>0){if(++a>=wl)return arguments[0]}else a=0;return e.apply(void 0,arguments)}}function Ll(e){return function(){return e}}var Ia=(function(){try{var e=Ce(Object,"defineProperty");return e({},"",{}),e}catch{}})(),Cl=Ia?function(e,a){return Ia(e,"toString",{configurable:!0,enumerable:!1,value:Ll(a),writable:!0})}:Kr,Tl=Pl(Cl);function Sl(e,a){for(var t=-1,s=e==null?0:e.length;++t<s&&a(e[t],t,e)!==!1;);return e}function Rl(e,a,t,s){for(var o=e.length,n=t+-1;++n<o;)if(a(e[n],n,e))return n;return-1}function El(e){return e!==e}function Ol(e,a,t){for(var s=t-1,o=e.length;++s<o;)if(e[s]===a)return s;return-1}function kl(e,a,t){return a===a?Ol(e,a,t):Rl(e,El,t)}function _l(e,a){var t=e==null?0:e.length;return!!t&&kl(e,a,0)>-1}var Bl=9007199254740991,Nl=/^(?:0|[1-9]\d*)$/;function Hr(e,a){var t=typeof e;return a=a??Bl,!!a&&(t=="number"||t!="symbol"&&Nl.test(e))&&e>-1&&e%1==0&&e<a}function is(e,a,t){a=="__proto__"&&Ia?Ia(e,a,{configurable:!0,enumerable:!0,value:t,writable:!0}):e[a]=t}function He(e,a){return e===a||e!==e&&a!==a}var Ul=Object.prototype,jl=Ul.hasOwnProperty;function Wr(e,a,t){var s=e[a];(!(jl.call(e,a)&&He(s,t))||t===void 0&&!(a in e))&&is(e,a,t)}function Fl(e,a,t,s){var o=!t;t||(t={});for(var n=-1,r=a.length;++n<r;){var p=a[n],l=void 0;l===void 0&&(l=e[p]),o?is(t,p,l):Wr(t,p,l)}return t}var Jr=Math.max;function Ml(e,a,t){return a=Jr(a===void 0?e.length-1:a,0),function(){for(var s=arguments,o=-1,n=Jr(s.length-a,0),r=Array(n);++o<n;)r[o]=s[a+o];o=-1;for(var p=Array(a+1);++o<a;)p[o]=s[o];return p[a]=t(r),Dl(e,this,p)}}function Xr(e,a){return Tl(Ml(e,a,Kr),e+"")}var ql=9007199254740991;function Yr(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=ql}function Aa(e){return e!=null&&Yr(e.length)&&!os(e)}function zl(e,a,t){if(!De(t))return!1;var s=typeof a;return(s=="number"?Aa(t)&&Hr(a,t.length):s=="string"&&a in t)?He(t[a],e):!1}function $l(e){return Xr(function(a,t){var s=-1,o=t.length,n=o>1?t[o-1]:void 0,r=o>2?t[2]:void 0;for(n=e.length>3&&typeof n=="function"?(o--,n):void 0,r&&zl(t[0],t[1],r)&&(n=o<3?void 0:n,o=1),a=Object(a);++s<o;){var p=t[s];p&&e(a,p,s,n)}return a})}var Kl=Object.prototype;function ps(e){var a=e&&e.constructor,t=typeof a=="function"&&a.prototype||Kl;return e===t}function Gl(e,a){for(var t=-1,s=Array(e);++t<e;)s[t]=a(t);return s}var Vl="[object Arguments]";function Zr(e){return fe(e)&&Be(e)==Vl}var en=Object.prototype,Hl=en.hasOwnProperty,Wl=en.propertyIsEnumerable,Pa=Zr((function(){return arguments})())?Zr:function(e){return fe(e)&&Hl.call(e,"callee")&&!Wl.call(e,"callee")};function Jl(){return!1}var an=typeof exports=="object"&&exports&&!exports.nodeType&&exports,tn=an&&typeof module=="object"&&module&&!module.nodeType&&module,Xl=tn&&tn.exports===an,sn=Xl?le.Buffer:void 0,Yl=sn?sn.isBuffer:void 0,We=Yl||Jl,Zl="[object Arguments]",ed="[object Array]",ad="[object Boolean]",td="[object Date]",sd="[object Error]",od="[object Function]",rd="[object Map]",nd="[object Number]",id="[object Object]",pd="[object RegExp]",ud="[object Set]",ld="[object String]",dd="[object WeakMap]",hd="[object ArrayBuffer]",cd="[object DataView]",md="[object Float32Array]",fd="[object Float64Array]",gd="[object Int8Array]",yd="[object Int16Array]",vd="[object Int32Array]",xd="[object Uint8Array]",Dd="[object Uint8ClampedArray]",bd="[object Uint16Array]",Qd="[object Uint32Array]",F={};F[md]=F[fd]=F[gd]=F[yd]=F[vd]=F[xd]=F[Dd]=F[bd]=F[Qd]=!0,F[Zl]=F[ed]=F[hd]=F[ad]=F[cd]=F[td]=F[sd]=F[od]=F[rd]=F[nd]=F[id]=F[pd]=F[ud]=F[ld]=F[dd]=!1;function wd(e){return fe(e)&&Yr(e.length)&&!!F[Be(e)]}function us(e){return function(a){return e(a)}}var on=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Je=on&&typeof module=="object"&&module&&!module.nodeType&&module,Id=Je&&Je.exports===on,ls=Id&&qr.process,Ne=(function(){try{var e=Je&&Je.require&&Je.require("util").types;return e||ls&&ls.binding&&ls.binding("util")}catch{}})(),rn=Ne&&Ne.isTypedArray,ds=rn?us(rn):wd,Ad=Object.prototype,Pd=Ad.hasOwnProperty;function nn(e,a){var t=xe(e),s=!t&&Pa(e),o=!t&&!s&&We(e),n=!t&&!s&&!o&&ds(e),r=t||s||o||n,p=r?Gl(e.length,String):[],l=p.length;for(var d in e)(a||Pd.call(e,d))&&!(r&&(d=="length"||o&&(d=="offset"||d=="parent")||n&&(d=="buffer"||d=="byteLength"||d=="byteOffset")||Hr(d,l)))&&p.push(d);return p}function pn(e,a){return function(t){return e(a(t))}}var Ld=pn(Object.keys,Object),Cd=Object.prototype,Td=Cd.hasOwnProperty;function Sd(e){if(!ps(e))return Ld(e);var a=[];for(var t in Object(e))Td.call(e,t)&&t!="constructor"&&a.push(t);return a}function Rd(e){return Aa(e)?nn(e):Sd(e)}function Ed(e){var a=[];if(e!=null)for(var t in Object(e))a.push(t);return a}var Od=Object.prototype,kd=Od.hasOwnProperty;function _d(e){if(!De(e))return Ed(e);var a=ps(e),t=[];for(var s in e)s=="constructor"&&(a||!kd.call(e,s))||t.push(s);return t}function un(e){return Aa(e)?nn(e,!0):_d(e)}var Xe=Ce(Object,"create");function Bd(){this.__data__=Xe?Xe(null):{},this.size=0}function Nd(e){var a=this.has(e)&&delete this.__data__[e];return this.size-=a?1:0,a}var Ud="__lodash_hash_undefined__",jd=Object.prototype,Fd=jd.hasOwnProperty;function Md(e){var a=this.__data__;if(Xe){var t=a[e];return t===Ud?void 0:t}return Fd.call(a,e)?a[e]:void 0}var qd=Object.prototype,zd=qd.hasOwnProperty;function $d(e){var a=this.__data__;return Xe?a[e]!==void 0:zd.call(a,e)}var Kd="__lodash_hash_undefined__";function Gd(e,a){var t=this.__data__;return this.size+=this.has(e)?0:1,t[e]=Xe&&a===void 0?Kd:a,this}function Te(e){var a=-1,t=e==null?0:e.length;for(this.clear();++a<t;){var s=e[a];this.set(s[0],s[1])}}Te.prototype.clear=Bd,Te.prototype.delete=Nd,Te.prototype.get=Md,Te.prototype.has=$d,Te.prototype.set=Gd;function Vd(){this.__data__=[],this.size=0}function La(e,a){for(var t=e.length;t--;)if(He(e[t][0],a))return t;return-1}var Hd=Array.prototype,Wd=Hd.splice;function Jd(e){var a=this.__data__,t=La(a,e);if(t<0)return!1;var s=a.length-1;return t==s?a.pop():Wd.call(a,t,1),--this.size,!0}function Xd(e){var a=this.__data__,t=La(a,e);return t<0?void 0:a[t][1]}function Yd(e){return La(this.__data__,e)>-1}function Zd(e,a){var t=this.__data__,s=La(t,e);return s<0?(++this.size,t.push([e,a])):t[s][1]=a,this}function ge(e){var a=-1,t=e==null?0:e.length;for(this.clear();++a<t;){var s=e[a];this.set(s[0],s[1])}}ge.prototype.clear=Vd,ge.prototype.delete=Jd,ge.prototype.get=Xd,ge.prototype.has=Yd,ge.prototype.set=Zd;var Ye=Ce(le,"Map");function eh(){this.size=0,this.__data__={hash:new Te,map:new(Ye||ge),string:new Te}}function ah(e){var a=typeof e;return a=="string"||a=="number"||a=="symbol"||a=="boolean"?e!=="__proto__":e===null}function Ca(e,a){var t=e.__data__;return ah(a)?t[typeof a=="string"?"string":"hash"]:t.map}function th(e){var a=Ca(this,e).delete(e);return this.size-=a?1:0,a}function sh(e){return Ca(this,e).get(e)}function oh(e){return Ca(this,e).has(e)}function rh(e,a){var t=Ca(this,e),s=t.size;return t.set(e,a),this.size+=t.size==s?0:1,this}function Se(e){var a=-1,t=e==null?0:e.length;for(this.clear();++a<t;){var s=e[a];this.set(s[0],s[1])}}Se.prototype.clear=eh,Se.prototype.delete=th,Se.prototype.get=sh,Se.prototype.has=oh,Se.prototype.set=rh;function ln(e,a){for(var t=-1,s=a.length,o=e.length;++t<s;)e[o+t]=a[t];return e}var dn=de?de.isConcatSpreadable:void 0;function nh(e){return xe(e)||Pa(e)||!!(dn&&e&&e[dn])}function ih(e,a,t,s,o){var n=-1,r=e.length;for(t||(t=nh),o||(o=[]);++n<r;){var p=e[n];t(p)&&ln(o,p)}return o}var hn=pn(Object.getPrototypeOf,Object),ph="[object Object]",uh=Function.prototype,lh=Object.prototype,cn=uh.toString,dh=lh.hasOwnProperty,hh=cn.call(Object);function ch(e){if(!fe(e)||Be(e)!=ph)return!1;var a=hn(e);if(a===null)return!0;var t=dh.call(a,"constructor")&&a.constructor;return typeof t=="function"&&t instanceof t&&cn.call(t)==hh}function mh(){this.__data__=new ge,this.size=0}function fh(e){var a=this.__data__,t=a.delete(e);return this.size=a.size,t}function gh(e){return this.__data__.get(e)}function yh(e){return this.__data__.has(e)}var vh=200;function xh(e,a){var t=this.__data__;if(t instanceof ge){var s=t.__data__;if(!Ye||s.length<vh-1)return s.push([e,a]),this.size=++t.size,this;t=this.__data__=new Se(s)}return t.set(e,a),this.size=t.size,this}function he(e){var a=this.__data__=new ge(e);this.size=a.size}he.prototype.clear=mh,he.prototype.delete=fh,he.prototype.get=gh,he.prototype.has=yh,he.prototype.set=xh;var mn=typeof exports=="object"&&exports&&!exports.nodeType&&exports,fn=mn&&typeof module=="object"&&module&&!module.nodeType&&module,Dh=fn&&fn.exports===mn,gn=Dh?le.Buffer:void 0,yn=gn?gn.allocUnsafe:void 0;function vn(e,a){if(a)return e.slice();var t=e.length,s=yn?yn(t):new e.constructor(t);return e.copy(s),s}function bh(e,a){for(var t=-1,s=e==null?0:e.length,o=0,n=[];++t<s;){var r=e[t];a(r,t,e)&&(n[o++]=r)}return n}function Qh(){return[]}var wh=Object.prototype,Ih=wh.propertyIsEnumerable,xn=Object.getOwnPropertySymbols,Ah=xn?function(e){return e==null?[]:(e=Object(e),bh(xn(e),function(a){return Ih.call(e,a)}))}:Qh;function Ph(e,a,t){var s=a(e);return xe(e)?s:ln(s,t(e))}function hs(e){return Ph(e,Rd,Ah)}var cs=Ce(le,"DataView"),ms=Ce(le,"Promise"),Ue=Ce(le,"Set"),Dn="[object Map]",Lh="[object Object]",bn="[object Promise]",Qn="[object Set]",wn="[object WeakMap]",In="[object DataView]",Ch=Le(cs),Th=Le(Ye),Sh=Le(ms),Rh=Le(Ue),Eh=Le(ns),ie=Be;(cs&&ie(new cs(new ArrayBuffer(1)))!=In||Ye&&ie(new Ye)!=Dn||ms&&ie(ms.resolve())!=bn||Ue&&ie(new Ue)!=Qn||ns&&ie(new ns)!=wn)&&(ie=function(e){var a=Be(e),t=a==Lh?e.constructor:void 0,s=t?Le(t):"";if(s)switch(s){case Ch:return In;case Th:return Dn;case Sh:return bn;case Rh:return Qn;case Eh:return wn}return a});var Oh=Object.prototype,kh=Oh.hasOwnProperty;function _h(e){var a=e.length,t=new e.constructor(a);return a&&typeof e[0]=="string"&&kh.call(e,"index")&&(t.index=e.index,t.input=e.input),t}var Ta=le.Uint8Array;function fs(e){var a=new e.constructor(e.byteLength);return new Ta(a).set(new Ta(e)),a}function Bh(e,a){var t=fs(e.buffer);return new e.constructor(t,e.byteOffset,e.byteLength)}var Nh=/\w*$/;function Uh(e){var a=new e.constructor(e.source,Nh.exec(e));return a.lastIndex=e.lastIndex,a}var An=de?de.prototype:void 0,Pn=An?An.valueOf:void 0;function jh(e){return Pn?Object(Pn.call(e)):{}}function Ln(e,a){var t=a?fs(e.buffer):e.buffer;return new e.constructor(t,e.byteOffset,e.length)}var Fh="[object Boolean]",Mh="[object Date]",qh="[object Map]",zh="[object Number]",$h="[object RegExp]",Kh="[object Set]",Gh="[object String]",Vh="[object Symbol]",Hh="[object ArrayBuffer]",Wh="[object DataView]",Jh="[object Float32Array]",Xh="[object Float64Array]",Yh="[object Int8Array]",Zh="[object Int16Array]",ec="[object Int32Array]",ac="[object Uint8Array]",tc="[object Uint8ClampedArray]",sc="[object Uint16Array]",oc="[object Uint32Array]";function rc(e,a,t){var s=e.constructor;switch(a){case Hh:return fs(e);case Fh:case Mh:return new s(+e);case Wh:return Bh(e);case Jh:case Xh:case Yh:case Zh:case ec:case ac:case tc:case sc:case oc:return Ln(e,t);case qh:return new s;case zh:case Gh:return new s(e);case $h:return Uh(e);case Kh:return new s;case Vh:return jh(e)}}function Cn(e){return typeof e.constructor=="function"&&!ps(e)?xl(hn(e)):{}}var nc="[object Map]";function ic(e){return fe(e)&&ie(e)==nc}var Tn=Ne&&Ne.isMap,pc=Tn?us(Tn):ic,uc="[object Set]";function lc(e){return fe(e)&&ie(e)==uc}var Sn=Ne&&Ne.isSet,dc=Sn?us(Sn):lc,hc=1,Rn="[object Arguments]",cc="[object Array]",mc="[object Boolean]",fc="[object Date]",gc="[object Error]",En="[object Function]",yc="[object GeneratorFunction]",vc="[object Map]",xc="[object Number]",On="[object Object]",Dc="[object RegExp]",bc="[object Set]",Qc="[object String]",wc="[object Symbol]",Ic="[object WeakMap]",Ac="[object ArrayBuffer]",Pc="[object DataView]",Lc="[object Float32Array]",Cc="[object Float64Array]",Tc="[object Int8Array]",Sc="[object Int16Array]",Rc="[object Int32Array]",Ec="[object Uint8Array]",Oc="[object Uint8ClampedArray]",kc="[object Uint16Array]",_c="[object Uint32Array]",j={};j[Rn]=j[cc]=j[Ac]=j[Pc]=j[mc]=j[fc]=j[Lc]=j[Cc]=j[Tc]=j[Sc]=j[Rc]=j[vc]=j[xc]=j[On]=j[Dc]=j[bc]=j[Qc]=j[wc]=j[Ec]=j[Oc]=j[kc]=j[_c]=!0,j[gc]=j[En]=j[Ic]=!1;function Sa(e,a,t,s,o,n){var r,p=a&hc;if(r!==void 0)return r;if(!De(e))return e;var l=xe(e);if(l)r=_h(e);else{var d=ie(e),i=d==En||d==yc;if(We(e))return vn(e,p);if(d==On||d==Rn||i&&!o)r=i?{}:Cn(e);else{if(!j[d])return o?e:{};r=rc(e,d,p)}}n||(n=new he);var u=n.get(e);if(u)return u;n.set(e,r),dc(e)?e.forEach(function(m){r.add(Sa(m,a,t,m,e,n))}):pc(e)&&e.forEach(function(m,h){r.set(h,Sa(m,a,t,h,e,n))});var c=hs,x=l?void 0:c(e);return Sl(x||e,function(m,h){x&&(h=m,m=e[h]),Wr(r,h,Sa(m,a,t,h,e,n))}),r}var Bc=1,Nc=4;function kn(e){return Sa(e,Bc|Nc)}var Uc="__lodash_hash_undefined__";function jc(e){return this.__data__.set(e,Uc),this}function Fc(e){return this.__data__.has(e)}function Ze(e){var a=-1,t=e==null?0:e.length;for(this.__data__=new Se;++a<t;)this.add(e[a])}Ze.prototype.add=Ze.prototype.push=jc,Ze.prototype.has=Fc;function Mc(e,a){for(var t=-1,s=e==null?0:e.length;++t<s;)if(a(e[t],t,e))return!0;return!1}function _n(e,a){return e.has(a)}var qc=1,zc=2;function Bn(e,a,t,s,o,n){var r=t&qc,p=e.length,l=a.length;if(p!=l&&!(r&&l>p))return!1;var d=n.get(e),i=n.get(a);if(d&&i)return d==a&&i==e;var u=-1,c=!0,x=t&zc?new Ze:void 0;for(n.set(e,a),n.set(a,e);++u<p;){var m=e[u],h=a[u];if(s)var f=r?s(h,m,u,a,e,n):s(m,h,u,e,a,n);if(f!==void 0){if(f)continue;c=!1;break}if(x){if(!Mc(a,function(y,Q){if(!_n(x,Q)&&(m===y||o(m,y,t,s,n)))return x.push(Q)})){c=!1;break}}else if(!(m===h||o(m,h,t,s,n))){c=!1;break}}return n.delete(e),n.delete(a),c}function $c(e){var a=-1,t=Array(e.size);return e.forEach(function(s,o){t[++a]=[o,s]}),t}function gs(e){var a=-1,t=Array(e.size);return e.forEach(function(s){t[++a]=s}),t}var Kc=1,Gc=2,Vc="[object Boolean]",Hc="[object Date]",Wc="[object Error]",Jc="[object Map]",Xc="[object Number]",Yc="[object RegExp]",Zc="[object Set]",em="[object String]",am="[object Symbol]",tm="[object ArrayBuffer]",sm="[object DataView]",Nn=de?de.prototype:void 0,ys=Nn?Nn.valueOf:void 0;function om(e,a,t,s,o,n,r){switch(t){case sm:if(e.byteLength!=a.byteLength||e.byteOffset!=a.byteOffset)return!1;e=e.buffer,a=a.buffer;case tm:return!(e.byteLength!=a.byteLength||!n(new Ta(e),new Ta(a)));case Vc:case Hc:case Xc:return He(+e,+a);case Wc:return e.name==a.name&&e.message==a.message;case Yc:case em:return e==a+"";case Jc:var p=$c;case Zc:var l=s&Kc;if(p||(p=gs),e.size!=a.size&&!l)return!1;var d=r.get(e);if(d)return d==a;s|=Gc,r.set(e,a);var i=Bn(p(e),p(a),s,o,n,r);return r.delete(e),i;case am:if(ys)return ys.call(e)==ys.call(a)}return!1}var rm=1,nm=Object.prototype,im=nm.hasOwnProperty;function pm(e,a,t,s,o,n){var r=t&rm,p=hs(e),l=p.length,d=hs(a),i=d.length;if(l!=i&&!r)return!1;for(var u=l;u--;){var c=p[u];if(!(r?c in a:im.call(a,c)))return!1}var x=n.get(e),m=n.get(a);if(x&&m)return x==a&&m==e;var h=!0;n.set(e,a),n.set(a,e);for(var f=r;++u<l;){c=p[u];var y=e[c],Q=a[c];if(s)var P=r?s(Q,y,c,a,e,n):s(y,Q,c,e,a,n);if(!(P===void 0?y===Q||o(y,Q,t,s,n):P)){h=!1;break}f||(f=c=="constructor")}if(h&&!f){var C=e.constructor,k=a.constructor;C!=k&&"constructor"in e&&"constructor"in a&&!(typeof C=="function"&&C instanceof C&&typeof k=="function"&&k instanceof k)&&(h=!1)}return n.delete(e),n.delete(a),h}var um=1,Un="[object Arguments]",jn="[object Array]",Ra="[object Object]",lm=Object.prototype,Fn=lm.hasOwnProperty;function dm(e,a,t,s,o,n){var r=xe(e),p=xe(a),l=r?jn:ie(e),d=p?jn:ie(a);l=l==Un?Ra:l,d=d==Un?Ra:d;var i=l==Ra,u=d==Ra,c=l==d;if(c&&We(e)){if(!We(a))return!1;r=!0,i=!1}if(c&&!i)return n||(n=new he),r||ds(e)?Bn(e,a,t,s,o,n):om(e,a,l,t,s,o,n);if(!(t&um)){var x=i&&Fn.call(e,"__wrapped__"),m=u&&Fn.call(a,"__wrapped__");if(x||m){var h=x?e.value():e,f=m?a.value():a;return n||(n=new he),o(h,f,t,s,n)}}return c?(n||(n=new he),pm(e,a,t,s,o,n)):!1}function Mn(e,a,t,s,o){return e===a?!0:e==null||a==null||!fe(e)&&!fe(a)?e!==e&&a!==a:dm(e,a,t,s,Mn,o)}function hm(e){return function(a,t,s){for(var o=-1,n=Object(a),r=s(a),p=r.length;p--;){var l=r[++o];if(t(n[l],l,n)===!1)break}return a}}var cm=hm();function vs(e,a,t){(t!==void 0&&!He(e[a],t)||t===void 0&&!(a in e))&&is(e,a,t)}function qn(e){return fe(e)&&Aa(e)}function xs(e,a){if(!(a==="constructor"&&typeof e[a]=="function")&&a!="__proto__")return e[a]}function mm(e){return Fl(e,un(e))}function fm(e,a,t,s,o,n,r){var p=xs(e,t),l=xs(a,t),d=r.get(l);if(d){vs(e,t,d);return}var i=n?n(p,l,t+"",e,a,r):void 0,u=i===void 0;if(u){var c=xe(l),x=!c&&We(l),m=!c&&!x&&ds(l);i=l,c||x||m?xe(p)?i=p:qn(p)?i=Ql(p):x?(u=!1,i=vn(l,!0)):m?(u=!1,i=Ln(l,!0)):i=[]:ch(l)||Pa(l)?(i=p,Pa(p)?i=mm(p):(!De(p)||os(p))&&(i=Cn(l))):u=!1}u&&(r.set(l,i),o(i,l,s,n,r),r.delete(l)),vs(e,t,i)}function zn(e,a,t,s,o){e!==a&&cm(a,function(n,r){if(o||(o=new he),De(n))fm(e,a,r,t,zn,s,o);else{var p=s?s(xs(e,r),n,r+"",e,a,o):void 0;p===void 0&&(p=n),vs(e,r,p)}},un)}var $n=$l(function(e,a,t,s){zn(e,a,t,s)});function gm(e,a,t){for(var s=-1,o=e==null?0:e.length;++s<o;)if(t(a,e[s]))return!0;return!1}function ym(e){var a=e==null?0:e.length;return a?e[a-1]:void 0}function vm(e,a){return Mn(e,a)}var xm=1/0,Dm=Ue&&1/gs(new Ue([,-0]))[1]==xm?function(e){return new Ue(e)}:bl,bm=200;function Qm(e,a,t){var s=-1,o=_l,n=e.length,r=!0,p=[],l=p;if(t)r=!1,o=gm;else if(n>=bm){var d=Dm(e);if(d)return gs(d);r=!1,o=_n,l=new Ze}else l=p;e:for(;++s<n;){var i=e[s],u=i;if(i=t||i!==0?i:0,r&&u===u){for(var c=l.length;c--;)if(l[c]===u)continue e;p.push(i)}else o(l,u,t)||(l!==p&&l.push(u),p.push(i))}return p}var wm=Xr(function(e){var a=ym(e);return a=typeof a=="function"?a:void 0,Qm(ih(e,1,qn),void 0,a)});function Im(e,a){return $n(kn(e),a,(t,s)=>{if(typeof t=="object"&&typeof s=="object")return $n(kn(t),s,(o,n)=>Array.isArray(o)?wm(o,n,vm):void 0)})}const Kn=$.create();class be{static use(a){a(Kn)}static get(a,t={},s={},o={}){return this.request(a,t,s,{...o,method:"GET"})}static post(a,t={},s={},o={}){return this.request(a,t,s,{...o,method:"POST"})}static put(a,t={},s={},o={}){return this.request(a,t,s,{...o,method:"PUT"})}static delete(a,t={},s={},o={}){return this.request(a,t,s,{...o,method:"DELETE"})}static options(a,t={},s={},o={}){return this.request(a,t,s,{...o,method:"OPTIONS"})}static patch(a,t={},s={},o={}){return this.request(a,t,s,{...o,method:"PATCH"})}static head(a,t={},s={},o={}){return this.request(a,t,s,{...o,method:"HEAD"})}static async request(a,t,s,o={}){const n=await Kn.request(Im({url:a,data:JSON.stringify(t||{}),params:s,timeout:12e4,headers:{"Content-Type":ss.JSON}},o));if(n.status>=200&&n.status<300)return n.data;throw n}}class Am{constructor(a,t){return this.url=a,new Proxy(this,{get(s,o){if(!(o in s)){const n=t.apis.find(r=>r.method===o);if(n){const r=`_${n.mode}`;n.hasData&&n.hasQuery?s[o]=(p,l,d)=>s[r](n.path,l,p,d):n.hasData?s[o]=function(p,l){return s[r](n.path,p,void 0,l)}:n.hasQuery?s[o]=function(p,l){return s[r](n.path,void 0,p,l)}:s[o]=function(p){return s[r](n.path,void 0,void 0,p)}}}return s[o]}})}_put(a,t,s,o){return be.put(s?.id?me.join(this.url,a,s.id):me.join(this.url,a),t||{},s||{},o)}_get(a,t,s,o){return be.get(me.join(this.url,a),t||{},s||{},o)}_delete(a,t,s,o){return be.delete(me.join(this.url,a),t||{},s||{},o)}_post(a,t,s,o){return be.post(me.join(this.url,a),t||{},s||{},o)}_options(a,t,s,o){return be.options(me.join(this.url,a),t||{},s||{},o)}_patch(a,t,s,o){return be.patch(me.join(this.url,a),t||{},s||{},o)}_head(a,t,s,o){return be.head(me.join(this.url,a),t||{},s||{},o)}}class Gn{constructor(a,t){return new Proxy(this,{get(s,o){const n=t.find(r=>r.name===o);if(n)return o in s||(s[o]=new Am(me.join(a,n.entityName),n)),s[o]}})}}const Pm={apaas:new Gn("/gct-apaas/api",Zn),platform:new Gn("/gct-platform/api",ei)};export{Mr as BizServiceEnum,ss as ContentTypeEnum,be as HttpUtil,Fr as RequestEnum,jr as ResultEnum,Pm as api};
1
+ import U from"axios";const T=[{name:"medPro",entityName:"med-pro",apis:[{mode:"post",method:"postModelMetaDataAssociation",path:"modelMeta/dataAssociation",hasData:!0},{mode:"get",method:"getModelMetaGetSysConfig",path:"modelMeta/getSysConfig",hasQuery:!0},{mode:"get",method:"getModelMetaHasDataAssociation",path:"modelMeta/hasDataAssociation",hasQuery:!0},{mode:"get",method:"getModelMetaModelDataAssociation",path:"modelMeta/modelDataAssociation",hasQuery:!0},{mode:"get",method:"getEdhrAttachmentGetEdhrAttachment",path:"edhrAttachment/getEdhrAttachment",hasQuery:!0}]},{name:"appBranch",entityName:"app-branch",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appGlobalSettings",entityName:"app-global-settings",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appGrantedUser",entityName:"app-granted-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"post",method:"postBatch",path:"batch",hasData:!0},{mode:"get",method:"getGrantedStatistic",path:"grantedStatistic"},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getRemoveAndTransfer",path:"removeAndTransfer",hasQuery:!0},{mode:"get",method:"getUngrantedList",path:"ungranted/list"}]},{name:"appOrg",entityName:"app-org",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0},{mode:"post",method:"postUserMove",path:"user/move",hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0},{mode:"post",method:"postUserRemove",path:"user/remove",hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appPublishLog",entityName:"app-publish-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appState",entityName:"app-state",apis:[{mode:"get",method:"getDraft",path:"draft"}]},{name:"appUser",entityName:"app-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasData:!0},{mode:"put",method:"putDisable",path:"disable",hasQuery:!0},{mode:"put",method:"putEnable",path:"enable",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postRemove",path:"remove",hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"approvalLog",entityName:"approval-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getModules",path:"modules"},{mode:"get",method:"getOperateTypes",path:"operateTypes"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postSave",path:"save",hasData:!0}]},{name:"basicConfig",entityName:"basic-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"get",method:"getAiRagEnabled",path:"aiRagEnabled"},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"post",method:"postGlobal",path:"global",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postTheme",path:"theme",hasData:!0},{mode:"put",method:"putKey",path:"{key}",hasPathParams:!0,hasData:!0}]},{name:"bizEvent",entityName:"biz-event",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"bizProcessDefinition",entityName:"biz-process-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"bizProcessDefinitionVersion",entityName:"biz-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasData:!0},{mode:"get",method:"getId",path:"",hasPathParams:!0}]},{name:"bizServiceCrud",entityName:"biz-service-crud",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getDataModelList",path:"data-model/list"},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getViewModelList",path:"view-model/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"bizService",entityName:"biz-service",apis:[{mode:"get",method:"getModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteModelKeyBsKey",path:"{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0}]},{name:"bom",entityName:"bom",apis:[{mode:"post",method:"postImport",path:"import"}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getGetListRdoOrNdo",path:"getListRdoOrNdo",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListComplete",path:"listComplete",hasQuery:!0},{mode:"get",method:"getPage",path:"page",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"categoryRelation",entityName:"category-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"chat",entityName:"chat",apis:[{mode:"post",method:"postImportExcel",path:"importExcel",hasQuery:!0}]},{name:"codeTs",entityName:"code-ts",apis:[{mode:"get",method:"getList",path:"list"}]},{name:"commitLog",entityName:"commit-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCanPublishProdReleaseTagList",path:"canPublishProdReleaseTagList"},{mode:"get",method:"getCanReleaseTagList",path:"canReleaseTagList"},{mode:"post",method:"postCommit",path:"commit",hasData:!0},{mode:"get",method:"getGetLatestCommit",path:"getLatestCommit"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getReleaseInfo",path:"release/info",hasQuery:!0},{mode:"get",method:"getReleasePageList",path:"release/page/list",hasQuery:!0},{mode:"get",method:"getViewDetail",path:"viewDetail",hasQuery:!0},{mode:"get",method:"getViewDraft",path:"viewDraft"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"commonInfoCard",entityName:"common-info-card",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetById",path:"getById",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"controlConfig",entityName:"control-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCategoryList",path:"category/list",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoTypeRefId",path:"info/{type}/{refId}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getSpecialPageList",path:"special/page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"customerComplaint",entityName:"customer-complaint",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getSync",path:"sync"},{mode:"get",method:"getUpdateFeishu",path:"updateFeishu",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataModel",entityName:"data-model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSelect",path:"select",hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"designerCommon",entityName:"designer-common",apis:[{mode:"get",method:"getEnumModelFieldList",path:"enumModelField/list",hasQuery:!0},{mode:"get",method:"getGetApp",path:"getApp"},{mode:"get",method:"getGetCanBeUsedOrg",path:"getCanBeUsedOrg"},{mode:"get",method:"getGetCanBeUsedOrgUser",path:"getCanBeUsedOrgUser",hasQuery:!0},{mode:"get",method:"getGetUserGroupUser",path:"getUserGroupUser",hasQuery:!0},{mode:"get",method:"getGetVisibleOrg",path:"getVisibleOrg"},{mode:"get",method:"getGetVisibleOrgUser",path:"getVisibleOrgUser",hasQuery:!0},{mode:"get",method:"getGetVisibleUser",path:"getVisibleUser"},{mode:"get",method:"getGetVisibleUserAndVisibleOrgUser",path:"getVisibleUserAndVisibleOrgUser",hasQuery:!0},{mode:"get",method:"getListUserByIds",path:"listUserByIds",hasQuery:!0},{mode:"get",method:"getTableEntityModelList",path:"table-entity-model/list",hasQuery:!0},{mode:"post",method:"postUploadFile",path:"upload/file",hasQuery:!0},{mode:"post",method:"postUploadLabelImage",path:"upload/label/image"},{mode:"get",method:"getUserInfo",path:"user/info"}]},{name:"designerLock",entityName:"designer-lock",apis:[{mode:"post",method:"postCancelOccupyPage",path:"cancelOccupyPage",hasData:!0},{mode:"get",method:"getGetPageOccupyMsg",path:"getPageOccupyMsg",hasQuery:!0},{mode:"post",method:"postLockPage",path:"lockPage",hasData:!0},{mode:"post",method:"postOccupyPage",path:"occupyPage",hasData:!0},{mode:"post",method:"postUnLockPage",path:"unLockPage",hasData:!0}]},{name:"designerOperateLog",entityName:"designer-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"devops",entityName:"devops",apis:[{mode:"get",method:"getListAllDigitsFields",path:"listAllDigitsFields"},{mode:"post",method:"postUpdateDigits",path:"updateDigits",hasData:!0}]},{name:"dhr",entityName:"dhr",apis:[{mode:"get",method:"getLogFindByTraceId",path:"log/findByTraceId",hasQuery:!0},{mode:"get",method:"getLogListIsntanceId",path:"log/list/{isntanceId}",hasPathParams:!0},{mode:"post",method:"postProcessApprove",path:"process/approve",hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasData:!0}]},{name:"difyChat",entityName:"dify-chat",apis:[{mode:"post",method:"postAsyncDocument",path:"asyncDocument",hasData:!0},{mode:"post",method:"postChat",path:"chat",hasData:!0}]},{name:"docControlStarted",entityName:"doc-control-started",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"docControlTaskDone",entityName:"doc-control-task-done",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"docControlTaskTodo",entityName:"doc-control-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0},{mode:"get",method:"getCount",path:"count"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"docControl",entityName:"doc-control",apis:[{mode:"post",method:"postProcessApprove",path:"process/approve",hasData:!0},{mode:"get",method:"getProcessInfo",path:"process/info",hasQuery:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasData:!0},{mode:"post",method:"postProcessResubmit",path:"process/resubmit",hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasData:!0},{mode:"get",method:"getProcessStartProcess",path:"process/startProcess",hasQuery:!0}]},{name:"docOutline",entityName:"doc-outline",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByInstance",path:"listByInstance",hasQuery:!0},{mode:"get",method:"getListByRefId",path:"listByRefId",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getSheet",path:"sheet",hasQuery:!0},{mode:"get",method:"getSheetByInstance",path:"sheetByInstance",hasQuery:!0},{mode:"get",method:"getSheetByRefId",path:"sheetByRefId",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"document",entityName:"document",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopy",path:"copy",hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putDesignId",path:"design/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDocumentDataClean",path:"documentDataClean"},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"edhrCategory",entityName:"edhr-category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"edhrCirculationFormRelateModel",entityName:"edhr-circulationFormRelateModel",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"edhrInstance",entityName:"edhr-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0},{mode:"get",method:"getFindMaterialNo",path:"findMaterialNo",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPageListGroup",path:"page/list/group",hasData:!0},{mode:"get",method:"getReversePageList",path:"reverse/page/list",hasQuery:!0},{mode:"get",method:"getRunningPage",path:"running/page",hasQuery:!0},{mode:"put",method:"putUpdateInstanceStatusById4ArchivedId",path:"updateInstanceStatusById4Archived/{id}",hasPathParams:!0}]},{name:"edhrInstanceRelation",entityName:"edhr-instance-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getListTree",path:"list/tree",hasQuery:!0},{mode:"get",method:"getListChild",path:"listChild",hasQuery:!0}]},{name:"edhrInstanceSearchHistory",entityName:"edhr-instance-search-history",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"edhrTmpl",entityName:"edhr-tmpl",apis:[{mode:"post",method:"postControl",path:"control",hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasPathParams:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0}]},{name:"eleSearch",entityName:"ele-search",apis:[{mode:"get",method:"getSearchByKey",path:"searchByKey",hasQuery:!0}]},{name:"enumModel",entityName:"enum-model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSubmitWithFields",path:"submitWithFields",hasData:!0},{mode:"put",method:"putUpdateIconStateId",path:"updateIconState/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateTextStateId",path:"updateTextState/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"enumModelField",entityName:"enum-model-field",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"event",entityName:"event",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"eventLog",entityName:"event-log",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"excelTmpl",entityName:"excel-tmpl",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postConfig",path:"config",hasData:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"get",method:"getDownloadPlatId",path:"download-plat/{id}",hasPathParams:!0},{mode:"get",method:"getDownloadId",path:"download/{id}",hasPathParams:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInitTmpl",path:"init/tmpl",hasQuery:!0},{mode:"post",method:"postInitTmpl",path:"init/tmpl",hasQuery:!0,hasData:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postV1Config",path:"v1/config",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"excel",entityName:"excel",apis:[{mode:"get",method:"getDataDoImport",path:"data/doImport",hasQuery:!0},{mode:"get",method:"getDataExport",path:"data/export",hasQuery:!0},{mode:"post",method:"postDataImport",path:"data/import",hasQuery:!0},{mode:"get",method:"getDataPreview",path:"data/preview",hasQuery:!0},{mode:"get",method:"getDataReport",path:"data/report",hasQuery:!0},{mode:"post",method:"postDataValidate",path:"data/validate",hasQuery:!0}]},{name:"fieldMeta",entityName:"field-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCompleteDataVersion",path:"complete/dataVersion"},{mode:"put",method:"putDecimalDigitsAllDigits",path:"decimal/digits/all/{digits}",hasPathParams:!0},{mode:"post",method:"postFuncCheck",path:"func/check",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListConditionField",path:"listConditionField",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0},{mode:"put",method:"putPageRecycledRestoreFieldId",path:"page/recycledRestore/{fieldId}",hasPathParams:!0},{mode:"post",method:"postPreview",path:"preview",hasData:!0},{mode:"get",method:"getRemoveDocument",path:"remove/document",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"put",method:"putUniqueConstraintAddModelKeyFieldKeyType",path:"unique/constraint/add/{modelKey}/{fieldKey}/{type}",hasPathParams:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"field",entityName:"field",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0}]},{name:"fileResource",entityName:"file-resource",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasData:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"post",method:"postUpload",path:"upload",hasQuery:!0}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"get",method:"getStart",path:"start"},{mode:"post",method:"postStatus",path:"status",hasData:!0},{mode:"post",method:"postSubmit",path:"submit",hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postPdfEncode",path:"pdf/encode",hasQuery:!0},{mode:"post",method:"postPdfPage",path:"pdf/page",hasQuery:!0},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0}]},{name:"form",entityName:"form",apis:[{mode:"post",method:"postChangeProcessApprove",path:"change/process/approve",hasData:!0},{mode:"post",method:"postChangeProcessInterfereReassign",path:"change/process/interfere/reassign",hasData:!0},{mode:"post",method:"postChangeProcessInterfereReturn",path:"change/process/interfere/return",hasData:!0},{mode:"post",method:"postChangeProcessJump",path:"change/process/jump",hasData:!0},{mode:"post",method:"postChangeProcessReassign",path:"change/process/reassign",hasData:!0},{mode:"post",method:"postChangeProcessReturn",path:"change/process/return",hasData:!0}]},{name:"formRelate",entityName:"formRelate",apis:[{mode:"get",method:"getCategory",path:"category",hasQuery:!0},{mode:"post",method:"postCategory",path:"category",hasData:!0},{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0},{mode:"put",method:"putCategoryDrag",path:"category/drag",hasData:!0},{mode:"put",method:"putCategoryId",path:"category/{id}",hasPathParams:!0,hasData:!0},{mode:"delete",method:"deleteDeleteCategory",path:"deleteCategory",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListAllCategory",path:"listAllCategory",hasQuery:!0},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0},{mode:"get",method:"getPageListAllModelKey",path:"page/listAllModelKey",hasQuery:!0},{mode:"get",method:"getPageListFormAppendChild",path:"page/listFormAppendChild",hasQuery:!0},{mode:"get",method:"getPageListFormNoChild",path:"page/listFormNoChild",hasQuery:!0}]},{name:"frontOperateLog",entityName:"front-operate-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"globalMethod",entityName:"global-method",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCurrentTime",path:"currentTime"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putKey",path:"{key}",hasPathParams:!0,hasData:!0}]},{name:"importReport",entityName:"import-report",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"instanceRelation",entityName:"instance-relation",apis:[{mode:"post",method:"postBind",path:"bind",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"delete",method:"deleteUnbind",path:"unbind",hasQuery:!0},{mode:"put",method:"putUpdateTitle",path:"updateTitle",hasQuery:!0}]},{name:"ipaas",entityName:"ipaas",apis:[{mode:"post",method:"postWebhook",path:"webhook",hasData:!0}]},{name:"job",entityName:"job",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCronValid",path:"cron/valid",hasData:!0},{mode:"post",method:"postExec",path:"exec",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putStatusId",path:"status/{id}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"jobLog",entityName:"job-log",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"jsEngine",entityName:"js-engine",apis:[{mode:"get",method:"getExecKey",path:"exec/{key}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postExecKey",path:"exec/{key}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postExecute",path:"execute",hasData:!0}]},{name:"label",entityName:"label",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postBtw",path:"btw",hasData:!0},{mode:"post",method:"postBtwCopy",path:"btw/copy",hasData:!0},{mode:"get",method:"getBtwPageList",path:"btw/page/list",hasQuery:!0},{mode:"delete",method:"deleteBtwRemoveVersionById",path:"btw/removeVersionById",hasQuery:!0},{mode:"put",method:"putBtwUpdate",path:"btw/update",hasData:!0},{mode:"post",method:"postCopy",path:"copy",hasData:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getEntityInfo",path:"entity/info",hasQuery:!0},{mode:"get",method:"getEntityUpdateDatetimeSql",path:"entity/update/datetime/sql"},{mode:"get",method:"getExecute",path:"execute"},{mode:"get",method:"getExport",path:"export",hasQuery:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"post",method:"postImport",path:"import"},{mode:"get",method:"getLabelCategoryTree",path:"labelCategoryTree",hasQuery:!0},{mode:"post",method:"postLabelDuplicateNameCheck",path:"labelDuplicateNameCheck",hasData:!0},{mode:"get",method:"getLabelParentDataClean",path:"labelParentDataClean"},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListFont",path:"listFont"},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"get",method:"getTest",path:"test",hasQuery:!0},{mode:"put",method:"putUpdateDesigner",path:"updateDesigner",hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postXmlSetting",path:"xmlSetting",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"labelLog",entityName:"label-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"post",method:"postUserLoginLogPage",path:"userLoginLogPage",hasData:!0}]},{name:"menuConfig",entityName:"menu-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getAvailableList",path:"available/list",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"mergeLog",entityName:"merge-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"messageRecord",entityName:"message-record",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"get",method:"getFindAllByType",path:"findAllByType",hasQuery:!0},{mode:"post",method:"postSendMessageByType",path:"sendMessageByType",hasData:!0}]},{name:"messageTmpl",entityName:"message-tmpl",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListByModelKey",path:"listByModelKey",hasQuery:!0},{mode:"put",method:"putOpened",path:"opened",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postProcessSend",path:"processSend",hasData:!0},{mode:"post",method:"postSend",path:"send",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"mobileHomepage",entityName:"mobile-homepage",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetSelected",path:"getSelected"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSelect",path:"select",hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"mobilePage",entityName:"mobile-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"modelComprehensive",entityName:"model-comprehensive",apis:[{mode:"delete",method:"deleteBizServiceApi",path:"biz-service-api",hasQuery:!0},{mode:"get",method:"getBizServiceApiListModelCategory",path:"biz-service-api/list/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putBizServiceApiId",path:"biz-service-api/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postBizServiceApiModelCategory",path:"biz-service-api/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postBizServiceGeneralModelCategoryModelKeyBsKey",path:"biz-service/general/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"get",method:"getBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteBizServiceModelCategoryModelKeyBsKey",path:"biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"get",method:"getEnumInfoModelCategory",path:"enum/info/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postExportModelCategoryModelKeyTmplKey",path:"export/{modelCategory}/{modelKey}/{tmplKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"get",method:"getFieldListModelCategory",path:"field/list/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getMethodListModelCategory",path:"method/list/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelDetailListByKeysModelCategory",path:"model/detail/listByKeys/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelDetailModelCategory",path:"model/detail/{modelCategory}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelForm",path:"model/form",hasQuery:!0},{mode:"get",method:"getModelSummary",path:"model/summary",hasQuery:!0},{mode:"get",method:"getModelSystem",path:"model/system"},{mode:"post",method:"postQueryAllModelDataAndDrillData",path:"queryAllModelDataAndDrillData",hasData:!0},{mode:"post",method:"postQueryFieldValueByRefChainDataModelCategory",path:"queryFieldValueByRefChainData/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryModelDataAndDrillData",path:"queryModelDataAndDrillData",hasData:!0},{mode:"post",method:"postQueryRefChainDataModelCategory",path:"queryRefChainData/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryRefDataModelCategory",path:"queryRefData/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryRefDataByIdModelCategory",path:"queryRefDataById/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQueryRefDataByIdsModelCategory",path:"queryRefDataByIds/{modelCategory}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postQuerySearchRefChainData",path:"querySearchRefChainData",hasData:!0},{mode:"get",method:"getSubModelList",path:"sub-model/list",hasQuery:!0}]},{name:"modelData",entityName:"model-data",apis:[{mode:"post",method:"postAllModelLiquibaseSoftDeleteDataClean",path:"allModelLiquibaseSoftDeleteDataClean"},{mode:"post",method:"postAllModelSoftDeleteDataClean",path:"allModelSoftDeleteDataClean"},{mode:"get",method:"getCheckFieldValueExist",path:"checkFieldValueExist",hasQuery:!0},{mode:"post",method:"postQueryRefData",path:"queryRefData",hasData:!0},{mode:"post",method:"postSingleModelSoftDeleteDataClean",path:"singleModelSoftDeleteDataClean",hasQuery:!0}]},{name:"modelMeta",entityName:"model-meta",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getAggList",path:"agg/list",hasQuery:!0},{mode:"get",method:"getAggModel",path:"agg/model",hasQuery:!0},{mode:"get",method:"getByKeys",path:"by/keys",hasQuery:!0},{mode:"put",method:"putConstantModelKey",path:"constant/{modelKey}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDataPermissionList",path:"data-permission/list",hasQuery:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"put",method:"putDisplayModelKeyFieldKey",path:"display/{modelKey}/{fieldKey}",hasPathParams:!0},{mode:"get",method:"getEr",path:"er"},{mode:"get",method:"getFindAllByTypeIn",path:"findAllByTypeIn",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListAll",path:"list-all"},{mode:"get",method:"getListAllModelAndFieldByName",path:"listAllModelAndFieldByName",hasQuery:!0},{mode:"get",method:"getListMasterModel",path:"listMasterModel",hasQuery:!0},{mode:"get",method:"getListModelReferencedBy",path:"listModelReferencedBy",hasQuery:!0},{mode:"get",method:"getListSlaveModel",path:"listSlaveModel",hasQuery:!0},{mode:"get",method:"getPageGetRecycledList",path:"page/getRecycledList",hasQuery:!0},{mode:"put",method:"putPageRecycledRestoreModelKey",path:"page/recycledRestore/{modelKey}",hasPathParams:!0},{mode:"get",method:"getPermissionEnabledList",path:"permission-enabled/list",hasQuery:!0},{mode:"get",method:"getPermissionRelation",path:"permission/relation",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasPathParams:!0},{mode:"get",method:"getSupportProcess",path:"support-process"},{mode:"get",method:"getTranslateModelFieldExp",path:"translateModelFieldExp",hasQuery:!0},{mode:"get",method:"getUnrelatedList",path:"unrelated/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0},{mode:"put",method:"putModelKeyEnabled",path:"{modelKey}/{enabled}",hasPathParams:!0}]},{name:"modelMethod",entityName:"model-method",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getDataModelList",path:"data-model/list"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getViewModelList",path:"view-model/list"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"modelPermissionRelation",entityName:"model-permission-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"model",entityName:"model",apis:[{mode:"delete",method:"deleteRemove",path:"remove",hasQuery:!0}]},{name:"ocr",entityName:"ocr",apis:[{mode:"post",method:"post",path:"**"}]},{name:"office",entityName:"office",apis:[{mode:"post",method:"postDocxJson",path:"docx-json"}]},{name:"onlineFormCategory",entityName:"online-form-category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"onlineFormChangeHistory",entityName:"online-form-change-history",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"onlineFormInstance",entityName:"online-form-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getAppendixFormList",path:"appendix/form/list",hasQuery:!0},{mode:"post",method:"postDataCollectionAbandon",path:"data-collection/abandon",hasData:!0},{mode:"post",method:"postDataCollectionCreate",path:"data-collection/create",hasData:!0},{mode:"get",method:"getDataCollectionListAll",path:"data-collection/listAll",hasQuery:!0},{mode:"post",method:"postDataCollectionUpdateAlias",path:"data-collection/update-alias",hasData:!0},{mode:"post",method:"postDataCollectionUpdateStatus",path:"data-collection/update-status",hasData:!0},{mode:"get",method:"getDataIds",path:"dataIds",hasQuery:!0},{mode:"get",method:"getDetail",path:"detail",hasQuery:!0},{mode:"get",method:"getDhrFormList",path:"dhr/form/list",hasQuery:!0},{mode:"get",method:"getFindByMaterialNo",path:"findByMaterialNo",hasQuery:!0},{mode:"get",method:"getFindByMaterialNoAndDocOutlineId",path:"findByMaterialNoAndDocOutlineId",hasQuery:!0},{mode:"get",method:"getFindByOfTmplIdAndEdhrInstanceId",path:"findByOfTmplIdAndEdhrInstanceId",hasQuery:!0},{mode:"get",method:"getFindByTmplIdAndMaterialNo",path:"findByTmplIdAndMaterialNo",hasQuery:!0},{mode:"get",method:"getFindOfTaskBySerialNo4Change",path:"findOfTaskBySerialNo4Change",hasQuery:!0},{mode:"get",method:"getFindPage4EdhrInstance",path:"findPage4EdhrInstance",hasQuery:!0},{mode:"get",method:"getFindRelationInfoById",path:"findRelationInfoById",hasQuery:!0},{mode:"get",method:"getFormPageList",path:"form/page/list",hasQuery:!0},{mode:"get",method:"getGetOne",path:"getOne",hasQuery:!0},{mode:"get",method:"getGetRelatedProduct",path:"getRelatedProduct",hasQuery:!0},{mode:"get",method:"getHoldLockUser",path:"hold/lock/user",hasQuery:!0},{mode:"post",method:"postHoldUnlock",path:"hold/unlock",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoByRecordNo",path:"info/byRecordNo",hasQuery:!0},{mode:"post",method:"postInfos",path:"infos"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getQuery",path:"query",hasQuery:!0},{mode:"post",method:"postRefreshSnapshot",path:"refresh/snapshot",hasQuery:!0},{mode:"get",method:"getRelateFormPageList",path:"relate/form/page/list",hasQuery:!0},{mode:"post",method:"postRelatedInstAppend",path:"related/inst/append",hasData:!0},{mode:"post",method:"postRelatedInstBind",path:"related/inst/bind",hasData:!0},{mode:"delete",method:"deleteRelatedInstRemove",path:"related/inst/remove",hasQuery:!0},{mode:"post",method:"postRelatedInstUnbind",path:"related/inst/unbind",hasData:!0},{mode:"get",method:"getReverseTracePageList",path:"reverse/trace/page/list",hasQuery:!0},{mode:"post",method:"postTask",path:"task",hasData:!0},{mode:"post",method:"postTaskPageList",path:"task/page/list",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteTaskRemoveOfInstId",path:"task/remove/{ofInstId}",hasPathParams:!0},{mode:"get",method:"getTaskResendOfInstId",path:"task/resend/{ofInstId}",hasPathParams:!0},{mode:"put",method:"putTaskUpdate",path:"task/update",hasData:!0},{mode:"put",method:"putTaskId",path:"task/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postTaskForm",path:"taskForm",hasData:!0},{mode:"get",method:"getTracePageList",path:"trace/page/list",hasQuery:!0},{mode:"put",method:"putUpdateDescription",path:"updateDescription",hasData:!0}]},{name:"onlineFormLog",entityName:"online-form-log",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"onlineFormTmplLog",entityName:"online-form-tmpl-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"onlineFormTmpl",entityName:"online-form-tmpl",apis:[{mode:"post",method:"postCopyCustomizeId",path:"copy/customize/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"post",method:"postCopyVersionId",path:"copyVersion/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getFormModelsId",path:"formModels/{id}",hasPathParams:!0},{mode:"get",method:"getGetCommunicationConfig",path:"getCommunicationConfig",hasQuery:!0},{mode:"get",method:"getGetVersionById",path:"getVersionById",hasQuery:!0},{mode:"post",method:"postInfos",path:"infos",hasData:!0},{mode:"get",method:"getListBaseAndProcessForm",path:"listBaseAndProcessForm",hasQuery:!0},{mode:"get",method:"getListOnlineFormModels",path:"listOnlineFormModels",hasQuery:!0},{mode:"get",method:"getListVersionById",path:"listVersionById",hasQuery:!0},{mode:"get",method:"getModelId",path:"model/{id}",hasPathParams:!0},{mode:"post",method:"postRelease",path:"release",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteRemoveById",path:"removeById",hasQuery:!0},{mode:"delete",method:"deleteRemoveVersionById",path:"removeVersionById",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveField",path:"saveField",hasData:!0},{mode:"post",method:"postSaveOperation",path:"saveOperation",hasData:!0},{mode:"post",method:"postSaveVersion",path:"saveVersion",hasData:!0},{mode:"put",method:"putSetDefaultId",path:"setDefault/{id}",hasPathParams:!0},{mode:"get",method:"getStash",path:"stash",hasQuery:!0},{mode:"put",method:"putStashId",path:"stash/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postTest",path:"test"},{mode:"post",method:"postUpdateCommunicationConfigId",path:"updateCommunicationConfig/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateDesignerId",path:"updateDesigner/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateVersionByIdId",path:"updateVersionById/{id}",hasPathParams:!0,hasData:!0}]},{name:"onlineForm",entityName:"online-form",apis:[{mode:"post",method:"postBaseSubmit",path:"base/submit",hasData:!0},{mode:"post",method:"postBizBizServiceSummary",path:"biz/bizServiceSummary",hasData:!0},{mode:"get",method:"getDataInitProtocolData",path:"data-init/protocol/data",hasQuery:!0},{mode:"get",method:"getDataInitProtocolFieldMeta",path:"data-init/protocol/fieldMeta",hasQuery:!0},{mode:"get",method:"getDataInitProtocolList",path:"data-init/protocol/list"},{mode:"post",method:"postPartialSubmit",path:"partialSubmit",hasData:!0},{mode:"post",method:"postProcessAbandon",path:"process/abandon",hasData:!0},{mode:"post",method:"postProcessApprove",path:"process/approve",hasData:!0},{mode:"post",method:"postProcessApproveQualification",path:"process/approveQualification",hasData:!0},{mode:"post",method:"postProcessChange",path:"process/change",hasData:!0},{mode:"post",method:"postProcessControl",path:"process/control",hasData:!0},{mode:"post",method:"postProcessInterfereReassign",path:"process/interfere/reassign",hasData:!0},{mode:"post",method:"postProcessInterfereReturn",path:"process/interfere/return",hasData:!0},{mode:"post",method:"postProcessJump",path:"process/jump",hasData:!0},{mode:"post",method:"postProcessPartialSubmit",path:"process/partialSubmit",hasData:!0},{mode:"post",method:"postProcessReassign",path:"process/reassign",hasData:!0},{mode:"post",method:"postProcessResubmitOf",path:"process/resubmitOf",hasData:!0},{mode:"post",method:"postProcessReturn",path:"process/return",hasData:!0},{mode:"post",method:"postProcessSave",path:"process/save",hasData:!0},{mode:"post",method:"postProcessSubmit",path:"process/submit",hasData:!0},{mode:"post",method:"postStash",path:"stash",hasData:!0}]},{name:"onlineUserSummary",entityName:"online-user-summary",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"online",entityName:"online",apis:[{mode:"get",method:"getClients",path:"clients",hasQuery:!0},{mode:"get",method:"getExit",path:"exit",hasQuery:!0},{mode:"get",method:"getMaxOnlineUser",path:"maxOnlineUser",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"openapi",entityName:"openapi",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetApiInfo",path:"getApiInfo",hasQuery:!0},{mode:"get",method:"getGetApiInfos",path:"getApiInfos"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"padPage",entityName:"pad-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pageDesignerLog",entityName:"page-designer-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"post",method:"postAppGlobal",path:"app/global",hasData:!0},{mode:"get",method:"getAppGlobalInfo",path:"app/global/info"},{mode:"post",method:"postBase",path:"base",hasData:!0},{mode:"post",method:"postOrg",path:"org",hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasData:!0}]},{name:"pmProcessDefinition",entityName:"pm-process-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListAllProcHasPublishedVersion",path:"listAllProcHasPublishedVersion",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getPageListByPage",path:"page/listByPage",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessDefinitionVersion",entityName:"pm-process-definition-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"post",method:"postDeploy",path:"deploy",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postSave",path:"save",hasData:!0},{mode:"post",method:"postSaveAndDeploy",path:"saveAndDeploy",hasData:!0},{mode:"post",method:"postUpdateProcessUser",path:"updateProcessUser",hasData:!0},{mode:"get",method:"getId",path:"",hasPathParams:!0}]},{name:"pmProcessEngine",entityName:"pm-process-engine",apis:[{mode:"post",method:"postApprove",path:"approve",hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0},{mode:"get",method:"getListAllAssignees",path:"listAllAssignees"},{mode:"get",method:"getListAllInitiators",path:"listAllInitiators"},{mode:"get",method:"getModel",path:"model",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postProcExecute",path:"procExecute",hasData:!0},{mode:"get",method:"getProcInstExtension",path:"procInstExtension",hasQuery:!0},{mode:"post",method:"postReassign",path:"reassign",hasData:!0},{mode:"post",method:"postRefuse",path:"refuse",hasData:!0},{mode:"post",method:"postReject",path:"reject",hasData:!0},{mode:"post",method:"postResubmit",path:"resubmit",hasData:!0},{mode:"post",method:"postStartProcInst",path:"startProcInst",hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0},{mode:"post",method:"postTerminate",path:"terminate",hasData:!0},{mode:"post",method:"postWithdraw",path:"withdraw",hasData:!0}]},{name:"printDesigner",entityName:"print-designer",apis:[{mode:"delete",method:"deleteCategory",path:"category",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getListAllVersion",path:"listAllVersion",hasQuery:!0},{mode:"get",method:"getRdoPageBaseList",path:"rdo/page/base/list",hasQuery:!0},{mode:"get",method:"getRdoPageList",path:"rdo/page/list",hasQuery:!0}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postPatchwork",path:"patchwork",hasData:!0}]},{name:"print",entityName:"print",apis:[{mode:"get",method:"getBtwFileTree",path:"btwFileTree"},{mode:"post",method:"postGenerateZplCode",path:"generateZplCode",hasData:!0},{mode:"post",method:"postLabelBackEndPrint",path:"labelBackEndPrint",hasData:!0},{mode:"get",method:"getPrintDropdownList",path:"printDropdownList"},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasData:!0}]},{name:"process",entityName:"process",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processApprovalLog",entityName:"process-approval-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getApproveHistory",path:"approveHistory",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processApproveUser",entityName:"process-approve-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processDefinition",entityName:"process-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postInitProcessAndProcessVersionType",path:"initProcessAndProcessVersion/{type}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processDefinitionVersion",entityName:"process-definition-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCopyId",path:"copy/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByParentId",path:"listByParentId",hasQuery:!0},{mode:"post",method:"postPublishId",path:"publish/{id}",hasPathParams:!0},{mode:"get",method:"getId",path:"",hasPathParams:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processEngine",entityName:"process-engine",apis:[{mode:"post",method:"postExecute",path:"execute",hasData:!0},{mode:"get",method:"getHiTaskExtension",path:"hi-task/extension",hasQuery:!0},{mode:"get",method:"getInitialTaskExtension",path:"initial-task/extension",hasQuery:!0},{mode:"get",method:"getModel",path:"model",hasQuery:!0},{mode:"post",method:"postReassignment",path:"reassignment",hasData:!0},{mode:"get",method:"getTaskExtension",path:"task/extension",hasQuery:!0}]},{name:"processEvent",entityName:"process-event",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processGraph",entityName:"process-graph",apis:[{mode:"get",method:"getGraphInfo",path:"graphInfo",hasQuery:!0}]},{name:"processInstance",entityName:"process-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processInstanceRelation",entityName:"process-instance-relation-",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processMessageUser",entityName:"process-message-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processNodeDefinition",entityName:"process-node-definition",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processPathUser",entityName:"process-path-user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"processPath",entityName:"process-path",apis:[{mode:"get",method:"getFindAllByOfInstanceId",path:"findAllByOfInstanceId",hasQuery:!0},{mode:"get",method:"getFindAllByProcessInstanceId",path:"findAllByProcessInstanceId",hasQuery:!0},{mode:"get",method:"getFindAllByTmplId",path:"findAllByTmplId",hasQuery:!0}]},{name:"processTaskDone",entityName:"process-task-done",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"processTaskTodo",entityName:"process-task-todo",apis:[{mode:"get",method:"getAllUserPageList",path:"all-user/page/list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"processVersion",entityName:"process-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postActivateId",path:"activate/{id}",hasPathParams:!0},{mode:"put",method:"putDeploy",path:"deploy",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0}]},{name:"processTest",entityName:"processTest",apis:[{mode:"get",method:"getCompleteTask",path:"completeTask",hasQuery:!0},{mode:"get",method:"getDeploy",path:"deploy",hasQuery:!0},{mode:"get",method:"getReadXml",path:"readXml",hasQuery:!0},{mode:"get",method:"getSignal",path:"signal",hasQuery:!0},{mode:"get",method:"getStart",path:"start",hasQuery:!0},{mode:"get",method:"getUpdateVar",path:"updateVar",hasQuery:!0},{mode:"get",method:"getWithdraw",path:"withdraw",hasQuery:!0}]},{name:"productRelease",entityName:"product-release",apis:[{mode:"get",method:"getGetProductReleaseByMaterialNo",path:"getProductReleaseByMaterialNo",hasQuery:!0},{mode:"get",method:"getGetProductReleaseForm",path:"getProductReleaseForm",hasQuery:!0},{mode:"get",method:"getGetProductReleaseInstByMaterialNo",path:"getProductReleaseInstByMaterialNo",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"publishLog",entityName:"publish-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCreateRelease",path:"createRelease",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPublishToProd",path:"publishToProd",hasData:!0},{mode:"post",method:"postPublishToTest",path:"publishToTest",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"report",entityName:"report",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDeploy",path:"deploy",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfos",path:"infos",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListType",path:"list/type"},{mode:"get",method:"getListModelReport",path:"listModelReport",hasQuery:!0},{mode:"get",method:"getListSystemModelFields",path:"listSystemModelFields",hasQuery:!0},{mode:"get",method:"getListSystemModels",path:"listSystemModels"},{mode:"put",method:"putMove",path:"move",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putUndeployId",path:"undeploy/{id}",hasPathParams:!0},{mode:"get",method:"getUserPermissionId",path:"user/permission/{id}",hasPathParams:!0},{mode:"post",method:"postViewPageList",path:"view/page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"reportDataSet",entityName:"report-data-set",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getGenSql",path:"genSql",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postListByPage4DataSet",path:"listByPage4DataSet",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPreview",path:"preview",hasData:!0},{mode:"post",method:"postUpdateName",path:"updateName",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"reportData",entityName:"report-data",apis:[{mode:"post",method:"postListByPage",path:"listByPage",hasData:!0},{mode:"post",method:"postListByPage4Cross",path:"listByPage4Cross",hasData:!0},{mode:"post",method:"postListStatistic",path:"listStatistic",hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putIdEnabled",path:"{id}/{enabled}",hasPathParams:!0}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"post",method:"postBulk",path:"bulk",hasData:!0},{mode:"get",method:"getMenuList",path:"menu/list",hasQuery:!0},{mode:"post",method:"postRemove",path:"remove",hasData:!0}]},{name:"sandboxConfig",entityName:"sandbox-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:""},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSync",path:"sync"},{mode:"post",method:"postSyncPage",path:"sync/page",hasData:!0},{mode:"post",method:"postSyncScript",path:"sync/script",hasData:!0},{mode:"get",method:"getValidStatus",path:"valid/status",hasQuery:!0},{mode:"get",method:"getVisitCheck",path:"visit/check",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"script",entityName:"script",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"scriptAssistant",entityName:"script-assistant",apis:[{mode:"get",method:"getRag",path:"rag"},{mode:"post",method:"postScriptComplete",path:"scriptComplete",hasData:!0}]},{name:"scriptVersion",entityName:"script-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"scriptVersionLog",entityName:"script-version-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"serviceOrchestration",entityName:"service-orchestration",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoByKey",path:"infoByKey",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"serviceOrchestrationVersion",entityName:"service-orchestration-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putSetVersionActive",path:"setVersionActive",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"serviceOrchestrationVersionLog",entityName:"service-orchestration-version-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"signHistory",entityName:"sign-history",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"postOperators",path:"operators",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0}]},{name:"signature",entityName:"signature",apis:[{mode:"post",method:"postGetSignatureImage",path:"getSignatureImage",hasData:!0},{mode:"post",method:"postGetSignatureUploadOrWriteImage",path:"getSignatureUploadOrWriteImage",hasData:!0}]},{name:"sqlViewModel",entityName:"sql-view-model",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"sqlView",entityName:"sql-view",apis:[{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0}]},{name:"ss",entityName:"ss",apis:[{mode:"post",method:"postUploadExcel",path:"upload/excel",hasQuery:!0}]},{name:"stash",entityName:"stash",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getFindByClientKey",path:"findByClientKey",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"subModelProcess",entityName:"sub-model-process",apis:[{mode:"post",method:"postAllSubModelDataClean",path:"allSubModelDataClean"}]},{name:"sysConfig",entityName:"sys-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"systemVar",entityName:"system-var",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetSystemVarByKeys",path:"getSystemVarByKeys",hasQuery:!0},{mode:"get",method:"getGetVarByKeys",path:"getVarByKeys",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListSystemVarCache",path:"listSystemVarCache"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceLog",entityName:"trace-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getFindByTraceId",path:"findByTraceId",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceLogDetails",entityName:"trace-log-details",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postAppDataTracePageList",path:"app-data-trace/page/list",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoTree",path:"infoTree",hasQuery:!0},{mode:"get",method:"getInfoTreeById",path:"infoTreeById",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOperators",path:"operators"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getPageListByRecodeId",path:"page/listByRecodeId",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceMainline",entityName:"trace-mainline",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceMainlineExt",entityName:"trace-mainline-ext",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"traceSetting",entityName:"trace-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getTreeByModelKey",path:"treeByModelKey",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userGroup",entityName:"user-group",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getSearch",path:"search",hasQuery:!0},{mode:"get",method:"getUserRolePermissionList",path:"user/role/permission/list"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userGroupRelation",entityName:"user-group-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postBatch",path:"batch",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"viewModel",entityName:"view-model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteBizServiceModelKeyBsKey",path:"biz-service/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getFieldInfo",path:"field/info",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getSql",path:"sql",hasQuery:!0},{mode:"put",method:"putSupportMessageModelKeyEnabled",path:"support-message/{modelKey}/{enabled}",hasPathParams:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"wash",entityName:"wash",apis:[{mode:"get",method:"getWashDictLabelField",path:"washDictLabelField"},{mode:"get",method:"getWashEdhrAndOfInst",path:"washEdhrAndOfInst"}]},{name:"webpage",entityName:"webpage",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCancelOccupyWebPage",path:"cancelOccupyWebPage",hasData:!0},{mode:"post",method:"postCopyByIdId",path:"copyById/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postGetWebPageOccupyMsg",path:"getWebPageOccupyMsg",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postLockWebPage",path:"lockWebPage",hasData:!0},{mode:"post",method:"postOccupyWebPage",path:"occupyWebPage",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postUnLockWebPage",path:"unLockWebPage",hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"post",method:"postAppCreateBranch",path:"app/createBranch",hasData:!0},{mode:"post",method:"postAppCreateImportApp",path:"app/createImportApp",hasData:!0},{mode:"get",method:"getAppCreateIndex",path:"app/createIndex",hasQuery:!0},{mode:"post",method:"postAppCreateSelfBuiltApp",path:"app/createSelfBuiltApp",hasData:!0},{mode:"get",method:"getAppDeleteIndex",path:"app/deleteIndex",hasQuery:!0},{mode:"delete",method:"deleteAppDropProdDb",path:"app/dropProdDb",hasQuery:!0},{mode:"delete",method:"deleteAppDropTestDb",path:"app/dropTestDb",hasQuery:!0},{mode:"get",method:"getAppFieldMetaList",path:"app/field-meta/list",hasQuery:!0},{mode:"get",method:"getAppGetAppMenu",path:"app/getAppMenu",hasQuery:!0},{mode:"get",method:"getAppGetCurrentBranch",path:"app/getCurrentBranch",hasQuery:!0},{mode:"get",method:"getAppGetIndex",path:"app/getIndex",hasQuery:!0},{mode:"get",method:"getAppGetLatestBranch",path:"app/getLatestBranch",hasQuery:!0},{mode:"get",method:"getAppGetLatestCommit",path:"app/getLatestCommit",hasQuery:!0},{mode:"post",method:"postAppImportVersion",path:"app/importVersion",hasData:!0},{mode:"get",method:"getAppImportVersionPreview",path:"app/importVersionPreview",hasQuery:!0},{mode:"get",method:"getAppListBranch",path:"app/listBranch",hasQuery:!0},{mode:"post",method:"postAppMerge",path:"app/merge",hasData:!0},{mode:"get",method:"getAppMergeInfo",path:"app/merge/info",hasQuery:!0},{mode:"get",method:"getAppMergePageList",path:"app/merge/page/list",hasQuery:!0},{mode:"get",method:"getAppMergePreview",path:"app/mergePreview",hasQuery:!0},{mode:"get",method:"getAppModelMetaList",path:"app/model-meta/list",hasQuery:!0},{mode:"get",method:"getAppPublishLogInfo",path:"app/publishLogInfo",hasQuery:!0},{mode:"get",method:"getAppPublishLogPageList",path:"app/publishLogPageList",hasQuery:!0},{mode:"get",method:"getAppReportInfos",path:"app/report/infos",hasQuery:!0},{mode:"post",method:"postAppRevert",path:"app/revert",hasData:!0},{mode:"post",method:"postAppSwitchBranch",path:"app/switchBranch",hasData:!0},{mode:"post",method:"postAppVisibleMenu",path:"app/visible/menu",hasQuery:!0,hasData:!0},{mode:"post",method:"postAuditLogExport",path:"audit-log/export",hasData:!0},{mode:"post",method:"postAuditLogInfo",path:"audit-log/info",hasQuery:!0},{mode:"get",method:"getAuditLogModules",path:"audit-log/modules",hasQuery:!0},{mode:"get",method:"getAuditLogOperateTypes",path:"audit-log/operateTypes",hasQuery:!0},{mode:"get",method:"getAuditLogOperators",path:"audit-log/operators",hasQuery:!0},{mode:"post",method:"postAuditLogPageList",path:"audit-log/page/list",hasData:!0},{mode:"post",method:"postAuditLogSave",path:"audit-log/save",hasData:!0},{mode:"post",method:"postDatamoveExecute",path:"datamove/execute",hasData:!0},{mode:"post",method:"postDatasourceColumnFormat",path:"datasource/column-format",hasQuery:!0,hasData:!0},{mode:"get",method:"getDatasourceInfo",path:"datasource/info"},{mode:"post",method:"postEdhrProdTransferAllWorkItem",path:"edhr/prod/transferAllWorkItem",hasData:!0},{mode:"post",method:"postEdhrTestTransferAllWorkItem",path:"edhr/test/transferAllWorkItem",hasData:!0},{mode:"get",method:"getIeDataReport",path:"ie/data/report",hasQuery:!0},{mode:"post",method:"postModelComprehensiveBizServiceGeneralBsModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/generalBs/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyUpload",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/upload",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"put",method:"putModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteModelComprehensiveBizServiceModelCategoryModelKeyBsKey",path:"model-comprehensive/biz-service/{modelCategory}/{modelKey}/{bsKey}",hasPathParams:!0,hasQuery:!0,hasData:!0},{mode:"get",method:"getProcessListAll",path:"process/list/all"}]}],S=[{name:"agent",entityName:"agent",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"apk",entityName:"apk",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetActiveApp",path:"getActiveApp"},{mode:"get",method:"getGetIp",path:"getIp"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postUploadApk",path:"upload/apk"},{mode:"put",method:"putId",path:"",hasPathParams:!0}]},{name:"app",entityName:"app",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putAppCleanUpId",path:"appCleanUp/{id}",hasPathParams:!0},{mode:"put",method:"putAppRestoreIdUserId",path:"appRestore/{id}/{userId}",hasPathParams:!0},{mode:"get",method:"getCheckAppMaintainerInTenantAppId",path:"checkAppMaintainerInTenant/{appId}",hasPathParams:!0},{mode:"post",method:"postCreateBranchAppId",path:"createBranch/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDatamoveApps",path:"datamove/apps"},{mode:"put",method:"putDisableId",path:"disable/{id}",hasPathParams:!0},{mode:"put",method:"putEnableId",path:"enable/{id}",hasPathParams:!0},{mode:"get",method:"getFieldMetaList",path:"field-meta/list",hasQuery:!0},{mode:"get",method:"getGetAppCountTenantId",path:"getAppCount/{tenantId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getGetCurrentBranchAppId",path:"getCurrentBranch/{appId}",hasPathParams:!0},{mode:"get",method:"getGetLatestCommitAppId",path:"getLatestCommit/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getGetMobileDbFileUrlAppId",path:"getMobileDbFileUrl/{appId}",hasPathParams:!0},{mode:"post",method:"postImportVersionAppId",path:"importVersion/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getImportVersionPreviewAppId",path:"importVersionPreview/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListBranchAppId",path:"listBranch/{appId}",hasPathParams:!0},{mode:"get",method:"getMergeInfoAppId",path:"merge/info/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getMergePageListAppId",path:"merge/page/list/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postMergeAppId",path:"merge/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getMergePreviewAppId",path:"mergePreview/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getModelMetaList",path:"model-meta/list",hasQuery:!0},{mode:"get",method:"getPageGetListReleasedApp",path:"page/getListReleasedApp"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getPageListReleasedApp",path:"page/listReleasedApp",hasQuery:!0},{mode:"get",method:"getPublishLogInfoAppId",path:"publishLogInfo/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getPublishLogPageListAppId",path:"publishLogPageList/{appId}",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getReportInfos",path:"report/infos",hasQuery:!0},{mode:"post",method:"postRevertAppId",path:"revert/{appId}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postSwitchBranchAppId",path:"switchBranch/{appId}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getTenantApps",path:"tenant/apps",hasQuery:!0},{mode:"get",method:"getTenantRoleRolesApps",path:"tenant/role/{roles}/apps",hasPathParams:!0,hasQuery:!0},{mode:"get",method:"getTenantRoleRolesAppsCount",path:"tenant/role/{roles}/apps/count",hasPathParams:!0,hasQuery:!0},{mode:"post",method:"postUploadAppPkg",path:"upload/appPkg"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"appMember",entityName:"app-member",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putTransferIdTargetUserId",path:"transfer/{id}/{targetUserId}",hasPathParams:!0},{mode:"put",method:"putIdRole",path:"{id}/{role}",hasPathParams:!0}]},{name:"appSetting",entityName:"app-setting",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCheckAppUserAdmin",path:"checkAppUserAdmin",hasQuery:!0},{mode:"get",method:"getCheckAppUserVisibility",path:"checkAppUserVisibility",hasQuery:!0},{mode:"delete",method:"deleteDeveloperDelete",path:"developer/delete",hasQuery:!0},{mode:"post",method:"postDeveloperSaveSettingBatch",path:"developer/saveSettingBatch"},{mode:"get",method:"getInfoByAppId",path:"infoByAppId",hasQuery:!0},{mode:"post",method:"postSaveSetting",path:"saveSetting",hasData:!0},{mode:"post",method:"postSaveSettingBatch",path:"saveSettingBatch"}]},{name:"assets",entityName:"assets",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMoveAssetIdCategoryCategoryId",path:"move/{assetId}/category/{categoryId}",hasPathParams:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postUploadCategoryId",path:"upload/{categoryId}",hasPathParams:!0}]},{name:"auditLog",entityName:"audit-log",apis:[{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getModules",path:"modules"},{mode:"get",method:"getOperateTypes",path:"operateTypes"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0}]},{name:"biApp",entityName:"bi-app",apis:[{mode:"get",method:"getExportAppid",path:"export/{appid}",hasPathParams:!0}]},{name:"biDataSet",entityName:"bi-data-set",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPreview",path:"preview",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"biFileDatasetConfig",entityName:"bi-file-dataset-config",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListDatasetid",path:"list-datasetid",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"biFile",entityName:"bi-file",apis:[{mode:"post",method:"postUpload",path:"upload",hasQuery:!0}]},{name:"biShare",entityName:"bi-share",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"category",entityName:"category",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postAddDefaultCusComp",path:"addDefaultCusComp"},{mode:"delete",method:"deleteDeleteDatasetCategory",path:"deleteDatasetCategory",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListDatasetCategory",path:"listDatasetCategory",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSaveDatasetCategory",path:"saveDatasetCategory",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dashboard",entityName:"dashboard",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataSource",entityName:"data-source",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"put",method:"put",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"put",method:"putEnabled",path:"enabled",hasData:!0},{mode:"post",method:"postExecuteUpdate",path:"executeUpdate",hasData:!0},{mode:"get",method:"getFindById",path:"findById",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postQueryData",path:"queryData",hasQuery:!0},{mode:"post",method:"postSqlColumnInformation",path:"sql/column/information",hasData:!0},{mode:"post",method:"postTestConnect",path:"testConnect",hasData:!0}]},{name:"dataTrace",entityName:"data-trace",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExport",path:"export",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOperators",path:"operators"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"database",entityName:"database",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"post",method:"postAddDatabase",path:"addDatabase",hasData:!0},{mode:"post",method:"postApiDataFlatten",path:"api-data-flatten"},{mode:"get",method:"getColumnInformation",path:"column/information",hasQuery:!0},{mode:"get",method:"getDbInformation",path:"db/information",hasQuery:!0},{mode:"post",method:"postGetDatabaseByPage",path:"getDatabaseByPage",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"delete",method:"deleteRemoveDatabase",path:"removeDatabase",hasQuery:!0},{mode:"post",method:"postRunSql",path:"runSql",hasData:!0},{mode:"get",method:"getTableDataPageList",path:"table/data/page/list",hasQuery:!0},{mode:"get",method:"getTableInformation",path:"table/information",hasQuery:!0},{mode:"post",method:"postTestApi",path:"testApi",hasData:!0},{mode:"post",method:"postTestDatabaseConn",path:"testDatabaseConn",hasData:!0},{mode:"put",method:"putUpdateDatabase",path:"updateDatabase",hasData:!0},{mode:"get",method:"getViewInformation",path:"view/information",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"dataset",entityName:"dataset",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0},{mode:"get",method:"getColumnValue",path:"column-value",hasQuery:!0},{mode:"post",method:"postCreateRequest",path:"create-request",hasQuery:!0},{mode:"post",method:"postEditRequest",path:"edit-request",hasQuery:!0,hasData:!0},{mode:"put",method:"putEncode",path:"encode",hasQuery:!0},{mode:"post",method:"postGenColumn",path:"gen-column",hasQuery:!0,hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListCategoryDataset",path:"list-category-dataset",hasQuery:!0},{mode:"get",method:"getListIds",path:"list/ids",hasQuery:!0},{mode:"get",method:"getListKeys",path:"list/keys",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postRunScript",path:"runScript",hasData:!0},{mode:"post",method:"postRunScriptNoHeader",path:"runScriptNoHeader",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasetLog",entityName:"dataset-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceDevops",entityName:"datasource-devops",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceMove",entityName:"datasource-move",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postMove",path:"move",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceMoveData",entityName:"datasource-move-data",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"datasourceMoveDetail",entityName:"datasource-move-detail",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"deviceInterconnection",entityName:"device-interconnection",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getData",path:"data",hasQuery:!0},{mode:"post",method:"postExport",path:"export"},{mode:"post",method:"postImport",path:"import"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"deviceInterconnectionParam",entityName:"device-interconnection-param",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExport",path:"export"},{mode:"post",method:"postImport",path:"import"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"deviceParamRef",entityName:"device-param-ref",apis:[{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"externalMessage",entityName:"external-message",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"fileTask",entityName:"file-task",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postBatchDownload",path:"batch/download",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"file",entityName:"file",apis:[{mode:"post",method:"postDataPreview",path:"data-preview",hasData:!0},{mode:"post",method:"postUploadCommon",path:"upload-common",hasQuery:!0},{mode:"post",method:"postUploadDataset",path:"upload-dataset"},{mode:"post",method:"postUploadImage",path:"upload/image",hasQuery:!0}]},{name:"frontRelease",entityName:"front-release",apis:[{mode:"get",method:"getCleanCache",path:"cleanCache"}]},{name:"i18NConfig",entityName:"i18n-config",apis:[{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"i18NInfo",entityName:"i18n-info",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postExternalLangSync",path:"external/lang/sync"},{mode:"get",method:"getLangDownload",path:"lang/download",hasQuery:!0},{mode:"post",method:"postLangJson",path:"lang/json",hasQuery:!0},{mode:"post",method:"postLangTrans",path:"lang/trans",hasQuery:!0},{mode:"post",method:"postLangUpload",path:"lang/upload",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putKey",path:"{key}",hasPathParams:!0,hasData:!0}]},{name:"internalMessage",entityName:"internal-message",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putReadAll",path:"read/all"},{mode:"put",method:"putReadId",path:"read/{id}",hasPathParams:!0},{mode:"get",method:"getUnreadCount",path:"unread/count"}]},{name:"invokeLog",entityName:"invoke-log",apis:[{mode:"get",method:"getExport",path:"export",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"knowledgeBase",entityName:"knowledge-base",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"knowledgeBaseChunk",entityName:"knowledge-base-chunk",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"knowledgeBaseDoc",entityName:"knowledge-base-doc",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"ldap",entityName:"ldap",apis:[{mode:"post",method:"postUploadCertificate",path:"upload/certificate"}]},{name:"licenseUnbindLog",entityName:"license-unbind-log",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"license",entityName:"license",apis:[{mode:"get",method:"getActivate",path:"activate",hasQuery:!0},{mode:"post",method:"postActivates",path:"activates",hasQuery:!0},{mode:"post",method:"postActivatesOffline",path:"activatesOffline",hasQuery:!0},{mode:"get",method:"getCheckLicense",path:"checkLicense"},{mode:"get",method:"getClients",path:"clients",hasQuery:!0},{mode:"get",method:"getGetAppBasicInfo",path:"getAppBasicInfo",hasQuery:!0},{mode:"get",method:"getGetExpireMsg",path:"getExpireMsg",hasQuery:!0},{mode:"get",method:"getGetUsers",path:"getUsers",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getModuleAuth",path:"moduleAuth",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getShareTag",path:"shareTag",hasQuery:!0},{mode:"get",method:"getSourceTag",path:"sourceTag",hasQuery:!0},{mode:"get",method:"getUnbind",path:"unbind",hasQuery:!0},{mode:"get",method:"getUninstall",path:"uninstall"},{mode:"get",method:"getVerify",path:"verify"}]},{name:"loginLog",entityName:"login-log",apis:[{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"login",entityName:"login",apis:[{mode:"post",method:"postCheckApp",path:"checkApp",hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasData:!0},{mode:"post",method:"postSign",path:"sign",hasData:!0},{mode:"get",method:"getSignOut",path:"signOut",hasQuery:!0},{mode:"get",method:"getUserAppAuth",path:"userAppAuth",hasQuery:!0}]},{name:"manager",entityName:"manager",apis:[{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0}]},{name:"messageSetting",entityName:"message-setting",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetTypeCount",path:"getTypeCount"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postMqttSend",path:"mqtt/send",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSendEmailMessage",path:"sendEmailMessage",hasData:!0},{mode:"post",method:"postSendMessage",path:"sendMessage",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"minioFile",entityName:"minio-file",apis:[{mode:"post",method:"postBase64Upload",path:"base64Upload",hasData:!0},{mode:"get",method:"getDownload",path:"download",hasQuery:!0}]},{name:"model",entityName:"model",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"modelProvider",entityName:"model-provider",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"navMenu",entityName:"nav-menu",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetSelected",path:"getSelected"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postSelect",path:"select",hasData:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"navPage",entityName:"nav-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdateDesignerJsonId",path:"updateDesignerJson/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"openapiGroup",entityName:"openapi-group",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoAssociationModel",path:"info/associationModel",hasQuery:!0},{mode:"get",method:"getInfoOpenapiInfo",path:"info/openapi/info",hasQuery:!0},{mode:"get",method:"getInfoPageList",path:"info/page/list",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getListDownload",path:"list/download",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"openapiKeyGrant",entityName:"openapi-key-grant",apis:[{mode:"post",method:"post",path:""},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getOpenapiList",path:"openapi/list",hasQuery:!0},{mode:"get",method:"getOpenapiTenantList",path:"openapi/tenantList"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"org",entityName:"org",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"post",method:"postInputCheck",path:"inputCheck",hasData:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postOrgHavePersonCheck",path:"orgHavePersonCheck",hasData:!0},{mode:"post",method:"postTransferAndDelete",path:"transferAndDelete",hasData:!0},{mode:"post",method:"postUserAdd",path:"user/add",hasData:!0},{mode:"post",method:"postUserCreateAndAdd",path:"user/createAndAdd",hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info",hasQuery:!0},{mode:"get",method:"getUserListCurrentTenantUser",path:"user/listCurrentTenantUser",hasQuery:!0},{mode:"post",method:"postUserMove",path:"user/move",hasData:!0},{mode:"get",method:"getUserPageList",path:"user/page/list",hasQuery:!0},{mode:"post",method:"postUserRemove",path:"user/remove",hasData:!0},{mode:"post",method:"postUserUpdate",path:"user/update",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"orgUserPicker",entityName:"org-user-picker",apis:[{mode:"get",method:"getManagementUserListByIds",path:"management/user/listByIds",hasQuery:!0},{mode:"get",method:"getTenantManagementOrgList",path:"tenant/management/org/list"},{mode:"get",method:"getTenantManagementOrgUserPageList",path:"tenant/management/org/user/page/list",hasQuery:!0},{mode:"get",method:"getTenantManagementUserListByIds",path:"tenant/management/user/listByIds",hasQuery:!0}]},{name:"permission",entityName:"permission",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"plat",entityName:"plat",apis:[{mode:"get",method:"getAppGlobalInfoAppId",path:"app/global/info/{appId}",hasPathParams:!0},{mode:"post",method:"postAppGlobalAppId",path:"app/global/{appId}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postBase",path:"base",hasData:!0},{mode:"post",method:"postDingtalk",path:"dingtalk",hasData:!0},{mode:"post",method:"postEmail",path:"email",hasData:!0},{mode:"post",method:"postFeishu",path:"feishu",hasData:!0},{mode:"get",method:"getGlobalDisabledDevelop",path:"global/disabled/develop"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postLogin",path:"login",hasData:!0},{mode:"post",method:"postOrg",path:"org",hasData:!0},{mode:"post",method:"postSecurity",path:"security",hasData:!0},{mode:"get",method:"getTenantCfg",path:"tenant/cfg"},{mode:"get",method:"getTenantDisabledDevelop",path:"tenant/disabled/develop",hasQuery:!0},{mode:"post",method:"postTheme",path:"theme",hasData:!0},{mode:"post",method:"postUploadCertFile",path:"uploadCertFile"},{mode:"post",method:"postUserRole",path:"user-role",hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasData:!0},{mode:"get",method:"getUserField",path:"user/field"},{mode:"get",method:"getVersion",path:"version"},{mode:"post",method:"postWatermark",path:"watermark",hasData:!0},{mode:"post",method:"postWxwork",path:"wxwork",hasData:!0}]},{name:"plugin",entityName:"plugin",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCancelUpload",path:"cancelUpload",hasData:!0},{mode:"put",method:"putDeleteCategory",path:"deleteCategory",hasData:!0},{mode:"get",method:"getGetImages",path:"getImages",hasQuery:!0},{mode:"post",method:"postGetTenantCompList",path:"getTenantCompList",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postUploadZip",path:"uploadZip",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pluginVersion",entityName:"plugin-version",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"post",method:"postList",path:"list",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessDelegate",entityName:"pm-process-delegate",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessDelegateDetail",entityName:"pm-process-delegate-detail",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmProcessInstance",entityName:"pm-process-instance",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmTaskDone",entityName:"pm-task-done",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pmTaskTodo",entityName:"pm-task-todo",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pnPage",entityName:"pn-page",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"pnProject",entityName:"pn-project",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getChangeCategory",path:"change-category",hasQuery:!0},{mode:"post",method:"postCopy",path:"copy",hasData:!0},{mode:"get",method:"getExport",path:"export",hasQuery:!0},{mode:"post",method:"postImport",path:"import",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getInfoNoHeader",path:"infoNoHeader",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postRelease",path:"release",hasData:!0},{mode:"post",method:"postSavePage",path:"savePage",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"printLog",entityName:"print-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0}]},{name:"printResource",entityName:"print-resource",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getGetIpAddressStatus",path:"getIpAddressStatus",hasQuery:!0},{mode:"get",method:"getGetPrintCount",path:"getPrintCount"},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByMacAddress",path:"listByMacAddress",hasQuery:!0},{mode:"post",method:"postPrintTest",path:"printTest"},{mode:"post",method:"postSendPrintData",path:"sendPrintData",hasData:!0},{mode:"put",method:"putUpdateRemarkId",path:"updateRemark/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"regexp",entityName:"regexp",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"released",entityName:"released",apis:[{mode:"delete",method:"deleteAppDeletePublishedAppByTestId",path:"app/deletePublishedAppByTestId",hasQuery:!0},{mode:"put",method:"putAppDisableAppId",path:"app/disable/{appId}",hasPathParams:!0},{mode:"put",method:"putAppEnableAppId",path:"app/enable/{appId}",hasPathParams:!0},{mode:"get",method:"getAppPublishedAppGetById",path:"app/publishedApp/getById",hasQuery:!0},{mode:"get",method:"getAppPublishedAppList",path:"app/publishedApp/list",hasQuery:!0}]},{name:"rolePermission",entityName:"role-permission",apis:[{mode:"get",method:"getPlatList",path:"plat/list",hasQuery:!0},{mode:"post",method:"postPlatRemove",path:"plat/remove",hasData:!0},{mode:"post",method:"postPlatSingle",path:"plat/single",hasData:!0},{mode:"get",method:"getTenantList",path:"tenant/list",hasQuery:!0},{mode:"post",method:"postTenantRemove",path:"tenant/remove",hasData:!0},{mode:"post",method:"postTenantSingle",path:"tenant/single",hasData:!0}]},{name:"role",entityName:"role",apis:[{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postPlat",path:"plat",hasData:!0},{mode:"delete",method:"deletePlat",path:"plat",hasQuery:!0},{mode:"get",method:"getPlatInfo",path:"plat/info",hasQuery:!0},{mode:"get",method:"getPlatPageList",path:"plat/page/list",hasQuery:!0},{mode:"put",method:"putPlatIdEnabled",path:"plat/{id}/{enabled}",hasPathParams:!0},{mode:"post",method:"postTenant",path:"tenant",hasData:!0},{mode:"delete",method:"deleteTenant",path:"tenant",hasQuery:!0},{mode:"get",method:"getTenantInfo",path:"tenant/info",hasQuery:!0},{mode:"get",method:"getTenantPageList",path:"tenant/page/list",hasQuery:!0},{mode:"put",method:"putTenantIdEnabled",path:"tenant/{id}/{enabled}",hasPathParams:!0}]},{name:"sealManagement",entityName:"seal-management",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getCheckName",path:"checkName",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"post",method:"postUpdatePassword",path:"updatePassword",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"seatMessage",entityName:"seat-message",apis:[{mode:"get",method:"getCloseId",path:"close/{id}",hasPathParams:!0}]},{name:"seat",entityName:"seat",apis:[{mode:"get",method:"getAppGetVisibleOrg",path:"app/getVisibleOrg"},{mode:"post",method:"postAppGetVisibleOrgUser",path:"app/getVisibleOrgUser",hasData:!0},{mode:"get",method:"getAppGetVisibleUser",path:"app/getVisibleUser"},{mode:"post",method:"postAuth",path:"auth"},{mode:"get",method:"getListAuthed",path:"listAuthed",hasQuery:!0},{mode:"get",method:"getListNotAuth",path:"listNotAuth",hasQuery:!0},{mode:"post",method:"postRemoveAuth",path:"removeAuth",hasQuery:!0},{mode:"get",method:"getTotalinfos",path:"totalinfos"}]},{name:"shortcut",entityName:"shortcut",apis:[{mode:"post",method:"postMenu",path:"menu",hasData:!0},{mode:"delete",method:"deleteMenu",path:"menu",hasQuery:!0},{mode:"get",method:"getMenuInfo",path:"menu/info",hasQuery:!0},{mode:"get",method:"getMenuList",path:"menu/list"},{mode:"get",method:"getMenuListAppMenu",path:"menu/list/AppMenu",hasQuery:!0},{mode:"get",method:"getMenuPageList",path:"menu/page/list",hasQuery:!0},{mode:"post",method:"postMenuSaveBatch",path:"menu/saveBatch"},{mode:"put",method:"putMenuId",path:"menu/{id}",hasPathParams:!0,hasData:!0}]},{name:"signLog",entityName:"sign-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"post",method:"postOperators",path:"operators",hasData:!0},{mode:"post",method:"postPageList",path:"page/list",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"sms",entityName:"sms",apis:[{mode:"post",method:"postGetSignsAndTemplates",path:"getSignsAndTemplates",hasData:!0},{mode:"post",method:"postSendMsg",path:"sendMsg",hasData:!0}]},{name:"startedProcess",entityName:"started-process",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"}]},{name:"taskDelegate",entityName:"task-delegate",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postCancelId",path:"cancel/{id}",hasPathParams:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"taskDone",entityName:"task-done",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"}]},{name:"taskTodo",entityName:"task-todo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"get",method:"getProcess",path:"process"}]},{name:"tenantDeveloper",entityName:"tenant-developer",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postRemoveAndHandover",path:"RemoveAndHandover",hasData:!0},{mode:"get",method:"getGetUserMaintainerApp",path:"getUserMaintainerApp",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"tenant",entityName:"tenant",apis:[{mode:"put",method:"putDisableId",path:"disable/{id}",hasPathParams:!0},{mode:"put",method:"putEnableId",path:"enable/{id}",hasPathParams:!0},{mode:"get",method:"getGetTenantIdByAppId",path:"getTenantIdByAppId",hasQuery:!0},{mode:"get",method:"getGetTencentByDomain",path:"getTencentByDomain",hasQuery:!0},{mode:"get",method:"getInfoByPortOrDomain",path:"info/byPortOrDomain",hasQuery:!0},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"post",method:"postManagementOrg",path:"management/org",hasData:!0},{mode:"delete",method:"deleteManagementOrg",path:"management/org",hasQuery:!0},{mode:"post",method:"postManagementOrgDrag",path:"management/org/drag",hasData:!0},{mode:"get",method:"getManagementOrgInfoId",path:"management/org/info/{id}",hasPathParams:!0},{mode:"get",method:"getManagementOrgList",path:"management/org/list"},{mode:"post",method:"postManagementOrgTransferAndDelete",path:"management/org/transferAndDelete",hasData:!0},{mode:"post",method:"postManagementOrgUserAdd",path:"management/org/user/add",hasData:!0},{mode:"post",method:"postManagementOrgUserCreateAndAdd",path:"management/org/user/createAndAdd",hasData:!0},{mode:"get",method:"getManagementOrgUserInfo",path:"management/org/user/info",hasQuery:!0},{mode:"post",method:"postManagementOrgUserMove",path:"management/org/user/move",hasData:!0},{mode:"get",method:"getManagementOrgUserPageList",path:"management/org/user/page/list",hasQuery:!0},{mode:"post",method:"postManagementOrgUserRemove",path:"management/org/user/remove",hasData:!0},{mode:"post",method:"postManagementOrgUserUpdate",path:"management/org/user/update",hasData:!0},{mode:"put",method:"putManagementOrgId",path:"management/org/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postManagementUser",path:"management/user",hasData:!0},{mode:"delete",method:"deleteManagementUser",path:"management/user",hasData:!0},{mode:"put",method:"putManagementUserDisable",path:"management/user/disable",hasQuery:!0},{mode:"put",method:"putManagementUserEnable",path:"management/user/enable",hasQuery:!0},{mode:"get",method:"getManagementUserInfoId",path:"management/user/info/{id}",hasPathParams:!0},{mode:"get",method:"getManagementUserPageList",path:"management/user/page/list",hasQuery:!0},{mode:"post",method:"postManagementUserRemove",path:"management/user/remove",hasData:!0},{mode:"post",method:"postManagementUserResetDefaultPwd",path:"management/user/reset/default/pwd",hasData:!0},{mode:"post",method:"postManagementUserResetDefaultSignPwd",path:"management/user/reset/default/signPwd",hasData:!0},{mode:"put",method:"putManagementUserId",path:"management/user/{id}",hasPathParams:!0,hasData:!0},{mode:"put",method:"putUpdateDomainId",path:"updateDomain/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postUserRole",path:"user-role",hasData:!0},{mode:"delete",method:"deleteUserRole",path:"user-role",hasQuery:!0},{mode:"post",method:"postUserRoleReset",path:"user-role/reset",hasData:!0},{mode:"get",method:"getUserInfo",path:"user/info"},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"user",entityName:"user",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info"},{mode:"get",method:"getInfoId",path:"info/{id}",hasPathParams:!0},{mode:"get",method:"getInfoByIds",path:"infoByIds",hasQuery:!0},{mode:"get",method:"getLastResetPwd",path:"last/reset/pwd"},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getListByTenantId",path:"listByTenantId",hasQuery:!0},{mode:"post",method:"postOrgPlatImport",path:"org/plat/import",hasQuery:!0},{mode:"post",method:"postOrgPlatTmpl",path:"org/plat/tmpl",hasData:!0},{mode:"post",method:"postOrgTenantImport",path:"org/tenant/import",hasQuery:!0},{mode:"post",method:"postOrgTenantImport4App",path:"org/tenant/import4App",hasQuery:!0},{mode:"post",method:"postOrgTenantTmpl",path:"org/tenant/tmpl",hasData:!0},{mode:"post",method:"postOrgTenantTmpl4App",path:"org/tenant/tmpl4App",hasData:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"post",method:"postPlatImport",path:"plat/import"},{mode:"post",method:"postPlatTmpl",path:"plat/tmpl",hasData:!0},{mode:"post",method:"postResetAllpwd",path:"reset/allpwd",hasData:!0},{mode:"post",method:"postResetDefaultPwd",path:"reset/default/pwd",hasData:!0},{mode:"post",method:"postResetDefaultSignPwd",path:"reset/default/signPwd",hasData:!0},{mode:"post",method:"postResetPwd",path:"reset/pwd",hasData:!0},{mode:"post",method:"postSettings",path:"settings",hasData:!0},{mode:"post",method:"postTenantImport",path:"tenant/import"},{mode:"post",method:"postTenantImport4App",path:"tenant/import4App"},{mode:"post",method:"postTenantTmpl",path:"tenant/tmpl",hasData:!0},{mode:"post",method:"postTenantTmpl4App",path:"tenant/tmpl4App",hasData:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userExtra",entityName:"user-extra",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userInfoLog",entityName:"user-info-log",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"userPasswordHistory",entityName:"user-password-history",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list"},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"workbenchComponent",entityName:"workbench-component",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"workbenchComponentRelation",entityName:"workbench-component-relation",apis:[{mode:"post",method:"post",path:"",hasData:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"post",method:"postDrag",path:"drag",hasData:!0},{mode:"get",method:"getInfo",path:"info",hasQuery:!0},{mode:"get",method:"getList",path:"list",hasQuery:!0},{mode:"get",method:"getPageList",path:"page/list",hasQuery:!0},{mode:"put",method:"putUpdatePositionJson",path:"updatePositionJson",hasData:!0},{mode:"put",method:"putWorkbenchComponentActiveId",path:"workbenchComponentActive/{id}",hasPathParams:!0,hasQuery:!0},{mode:"put",method:"putId",path:"",hasPathParams:!0,hasData:!0}]},{name:"clearTempDir",entityName:"clearTempDir",apis:[{mode:"post",method:"post",path:""}]},{name:"deleteNotUseDir",entityName:"deleteNotUseDir",apis:[{mode:"post",method:"post",path:""}]},{name:"getAttachmentInfoByPage",entityName:"getAttachmentInfoByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteCompInfo",entityName:"deleteCompInfo",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"deleteCompInfoType",entityName:"deleteCompInfoType",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllCompInfo",entityName:"getAllCompInfo",apis:[{mode:"get",method:"get",path:""}]},{name:"getAllCompInfoByTypeId",entityName:"getAllCompInfoByTypeId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getAllCompInfoType",entityName:"getAllCompInfoType",apis:[{mode:"get",method:"get",path:""}]},{name:"getCompInfoById",entityName:"getCompInfoById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCompInfoByPage",entityName:"getCompInfoByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getCompInfoTypeById",entityName:"getCompInfoTypeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCompInfoTypeByPage",entityName:"getCompInfoTypeByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"importCompInfoJson",entityName:"importCompInfoJson",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveCompInfo",entityName:"saveCompInfo",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveCompInfoType",entityName:"saveCompInfoType",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteCsvDatasource",entityName:"deleteCsvDatasource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllCsvDatasource",entityName:"getAllCsvDatasource",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getContentToArray",entityName:"getContentToArray",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCsvDatasourceById",entityName:"getCsvDatasourceById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCsvDatasourceByName",entityName:"getCsvDatasourceByName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getCsvDatasourceByPage",entityName:"getCsvDatasourceByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"parseCsvOrExcel",entityName:"parseCsvOrExcel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"saveCsvDatasource",entityName:"saveCsvDatasource",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getDesignerData",entityName:"getDesignerData",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"deleteEchartTheme",entityName:"deleteEchartTheme",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllEchartTheme",entityName:"getAllEchartTheme",apis:[{mode:"get",method:"get",path:""}]},{name:"getEchartThemeById",entityName:"getEchartThemeById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getEchartThemeByPage",entityName:"getEchartThemeByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getMyEchartThemes",entityName:"getMyEchartThemes",apis:[{mode:"get",method:"get",path:""}]},{name:"getSysEchartThemes",entityName:"getSysEchartThemes",apis:[{mode:"get",method:"get",path:""}]},{name:"saveEchartTheme",entityName:"saveEchartTheme",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"buildEnshrineCompLibrary",entityName:"buildEnshrineCompLibrary",apis:[{mode:"get",method:"get",path:""}]},{name:"deleteEnshrineComp",entityName:"deleteEnshrineComp",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"deleteEnshrineCompGroup",entityName:"deleteEnshrineCompGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllEnshrineCompGroups",entityName:"getAllEnshrineCompGroups",apis:[{mode:"get",method:"get",path:""}]},{name:"getEnshrineCompByPage",entityName:"getEnshrineCompByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getEnshrineCompGroupById",entityName:"getEnshrineCompGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getEnshrineCompGroupByPage",entityName:"getEnshrineCompGroupByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getLayoutItemObjById",entityName:"getLayoutItemObjById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"saveEnshrineComp",entityName:"saveEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveEnshrineCompGroup",entityName:"saveEnshrineCompGroup",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"searchEnshrineComp",entityName:"searchEnshrineComp",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"api",entityName:"api",apis:[{mode:"get",method:"getAgentScriptAgent",path:"agent/scriptAgent",hasQuery:!0},{mode:"get",method:"getApaasUtilsGetUserMasterOrg",path:"apaas-utils/getUserMasterOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsGetUserMasterOrgId",path:"apaas-utils/getUserMasterOrgId",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserAllOrgId",path:"apaas-utils/listUserAllOrgId",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserAllOrgIdIncludeParent",path:"apaas-utils/listUserAllOrgIdIncludeParent",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserAllPrincipalOrgId",path:"apaas-utils/listUserAllPrincipalOrgId",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserDirectSubordinate",path:"apaas-utils/listUserDirectSubordinate",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderOrg",path:"apaas-utils/listUserIdUnderOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllOrg",path:"apaas-utils/listUserIdUnderUserAllOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderUserAllPrincipalOrg",path:"apaas-utils/listUserIdUnderUserAllPrincipalOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsListUserIdUnderUserMasterOrg",path:"apaas-utils/listUserIdUnderUserMasterOrg",hasQuery:!0},{mode:"get",method:"getApaasUtilsPrintDropdownList",path:"apaas-utils/printDropdownList"},{mode:"get",method:"getApaasUtilsSearchAllOrgOrUser",path:"apaas-utils/searchAllOrgOrUser",hasQuery:!0},{mode:"post",method:"postAppGrantedUser",path:"app-granted-user",hasQuery:!0,hasData:!0},{mode:"post",method:"postAppGrantedUserBatch",path:"app-granted-user/batch",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppGrantedUserFindAllByDeleted",path:"app-granted-user/findAllByDeleted",hasQuery:!0},{mode:"get",method:"getAppGrantedUserGrantedStatistic",path:"app-granted-user/grantedStatistic",hasQuery:!0},{mode:"get",method:"getAppGrantedUserList",path:"app-granted-user/list",hasQuery:!0},{mode:"get",method:"getAppGrantedUserPageList",path:"app-granted-user/page/list",hasQuery:!0},{mode:"get",method:"getAppGrantedUserRemoveAndTransfer",path:"app-granted-user/removeAndTransfer",hasQuery:!0},{mode:"get",method:"getAppGrantedUserUngrantedList",path:"app-granted-user/ungranted/list",hasQuery:!0},{mode:"get",method:"getAppSettingInfoByAppId",path:"app-setting/infoByAppId",hasQuery:!0},{mode:"get",method:"getAppFindAllByTenantId",path:"app/findAllByTenantId"},{mode:"get",method:"getAppGetDestBySource",path:"app/getDestBySource",hasQuery:!0},{mode:"get",method:"getAppGetSourceByDest",path:"app/getSourceByDest",hasQuery:!0},{mode:"get",method:"getAppListAppGrantedUserId",path:"app/listAppGrantedUserId",hasQuery:!0},{mode:"post",method:"postAppLockOrUnlockToPaas",path:"app/lockOrUnlockToPaas",hasData:!0},{mode:"post",method:"postAppOrg",path:"app/org",hasData:!0},{mode:"delete",method:"deleteAppOrg",path:"app/org",hasQuery:!0},{mode:"post",method:"postAppOrgDrag",path:"app/org/drag",hasData:!0},{mode:"get",method:"getAppOrgInfoId",path:"app/org/info/{id}",hasPathParams:!0},{mode:"get",method:"getAppOrgList",path:"app/org/list"},{mode:"post",method:"postAppOrgSaveList",path:"app/org/save-list"},{mode:"post",method:"postAppOrgTransferAndDelete",path:"app/org/transferAndDelete",hasData:!0},{mode:"post",method:"postAppOrgUserAdd",path:"app/org/user/add",hasData:!0},{mode:"post",method:"postAppOrgUserCreateAndAdd",path:"app/org/user/createAndAdd",hasQuery:!0,hasData:!0},{mode:"get",method:"getAppOrgUserInfo",path:"app/org/user/info",hasQuery:!0},{mode:"post",method:"postAppOrgUserMove",path:"app/org/user/move",hasData:!0},{mode:"post",method:"postAppOrgUserPageList",path:"app/org/user/page/list",hasData:!0},{mode:"post",method:"postAppOrgUserRemove",path:"app/org/user/remove",hasData:!0},{mode:"post",method:"postAppOrgUserUpdate",path:"app/org/user/update",hasData:!0},{mode:"put",method:"putAppOrgId",path:"app/org/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getAppProdPublished",path:"app/prodPublished"},{mode:"get",method:"getAppPublished",path:"app/published"},{mode:"get",method:"getAppTestPublished",path:"app/testPublished"},{mode:"post",method:"postAppUpdateApaasAppSetting",path:"app/updateApaasAppSetting",hasData:!0},{mode:"post",method:"postAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"delete",method:"deleteAppUser",path:"app/user",hasQuery:!0,hasData:!0},{mode:"put",method:"putAppUserDisable",path:"app/user/disable",hasQuery:!0},{mode:"put",method:"putAppUserEnable",path:"app/user/enable",hasQuery:!0},{mode:"get",method:"getAppUserInfoId",path:"app/user/info/{id}",hasPathParams:!0},{mode:"post",method:"postAppUserPageList",path:"app/user/page/list",hasData:!0},{mode:"post",method:"postAppUserRemove",path:"app/user/remove",hasData:!0},{mode:"post",method:"postAppUserResetDefaultPwd",path:"app/user/reset/default/pwd",hasData:!0},{mode:"post",method:"postAppUserResetDefaultSignPwd",path:"app/user/reset/default/signPwd",hasData:!0},{mode:"post",method:"postAppUserSaveList",path:"app/user/save-list",hasQuery:!0},{mode:"put",method:"putAppUserId",path:"app/user/{id}",hasPathParams:!0,hasData:!0},{mode:"get",method:"getDataSourceExecuteSelect",path:"data-source/executeSelect",hasQuery:!0},{mode:"post",method:"postDataSourceExecuteUpdate",path:"data-source/executeUpdate",hasData:!0},{mode:"get",method:"getDataSourceFindByKeyAndEnv",path:"data-source/findByKeyAndEnv",hasQuery:!0},{mode:"post",method:"postDataSourcePageList",path:"data-source/page/list",hasData:!0},{mode:"get",method:"getDataSourceQueryData",path:"data-source/queryData",hasQuery:!0},{mode:"post",method:"postDataSourceSelect",path:"data-source/select",hasQuery:!0,hasData:!0},{mode:"get",method:"getDataSourceType",path:"data-source/type",hasQuery:!0},{mode:"delete",method:"deleteDevopsSbx",path:"devops/sbx",hasQuery:!0},{mode:"get",method:"getDevopsSbxRedoData",path:"devops/sbx/redo/data",hasQuery:!0},{mode:"post",method:"postFileTaskList",path:"file-task/list"},{mode:"post",method:"postFileTaskStatus",path:"file-task/status",hasData:!0},{mode:"post",method:"postFileTaskSubmit",path:"file-task/submit",hasData:!0},{mode:"get",method:"getKnowledgeBaseFindByIds",path:"knowledge-base/findByIds",hasQuery:!0},{mode:"post",method:"postLoginLogUserLoginLogPage",path:"login-log/userLoginLogPage",hasData:!0},{mode:"get",method:"getLoginSsoOauth2Authorize",path:"login/sso/oauth2/authorize",hasQuery:!0},{mode:"get",method:"getLoginSsoOauth2Debug",path:"login/sso/oauth2/debug"},{mode:"get",method:"getModelInfo",path:"model/info",hasQuery:!0},{mode:"get",method:"getMsgFindAllByType",path:"msg/findAllByType",hasQuery:!0},{mode:"post",method:"postMsgSendEmailMessage",path:"msg/sendEmailMessage",hasData:!0},{mode:"post",method:"postMsgSendMessage",path:"msg/sendMessage",hasData:!0},{mode:"post",method:"postOpenapiGroup",path:"openapi-group",hasData:!0},{mode:"put",method:"putOpenapiGroupEnabled",path:"openapi-group/enabled",hasQuery:!0},{mode:"put",method:"putOpenapiGroupOpened",path:"openapi-group/opened",hasQuery:!0},{mode:"put",method:"putOpenapiKeyGrantUpdateApi",path:"openapi-key-grant/updateApi",hasQuery:!0},{mode:"get",method:"getOrgUserPickerAppGetCanBeUsedOrg",path:"org-user-picker/app/getCanBeUsedOrg",hasQuery:!0},{mode:"post",method:"postOrgUserPickerAppGetCanBeUsedOrgUser",path:"org-user-picker/app/getCanBeUsedOrgUser",hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleOrg",path:"org-user-picker/app/getVisibleOrg",hasQuery:!0},{mode:"post",method:"postOrgUserPickerAppGetVisibleOrgUser",path:"org-user-picker/app/getVisibleOrgUser",hasData:!0},{mode:"get",method:"getOrgUserPickerAppGetVisibleUser",path:"org-user-picker/app/getVisibleUser",hasQuery:!0},{mode:"get",method:"getOrgUserPickerAppListUserByIds",path:"org-user-picker/app/listUserByIds",hasQuery:!0},{mode:"post",method:"postOrgFindAllByIdIn",path:"org/findAllByIdIn"},{mode:"get",method:"getOrgInfoId",path:"org/info/{id}",hasPathParams:!0},{mode:"post",method:"postOrgList",path:"org/list",hasQuery:!0},{mode:"get",method:"getOrgListAll",path:"org/listAll"},{mode:"post",method:"postOrgPrincipals",path:"org/principals"},{mode:"get",method:"getPlatAppGlobalInfoAppId",path:"plat/app/global/info/{appId}",hasPathParams:!0},{mode:"post",method:"postPlatAppGlobalAppId",path:"plat/app/global/{appId}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postPlatBase",path:"plat/base",hasData:!0},{mode:"post",method:"postPlatOrg",path:"plat/org",hasData:!0},{mode:"post",method:"postPlatSecurity",path:"plat/security",hasData:!0},{mode:"post",method:"postPrintLogPageList",path:"print-log/page/list",hasData:!0},{mode:"get",method:"getPrintBtwFileTree",path:"print/btwFileTree"},{mode:"get",method:"getPrintBtwTmplExist",path:"print/btwTmplExist",hasQuery:!0},{mode:"get",method:"getPrintExchangePrinterName",path:"print/exchangePrinterName",hasQuery:!0},{mode:"post",method:"postPrintExchangePrinterName4Btw",path:"print/exchangePrinterName4Btw"},{mode:"post",method:"postPrintSendPrintData",path:"print/sendPrintData",hasData:!0},{mode:"delete",method:"deleteRegexpDelete",path:"regexp/delete",hasQuery:!0},{mode:"get",method:"getRegexpInfo",path:"regexp/info",hasQuery:!0},{mode:"get",method:"getRegexpList",path:"regexp/list"},{mode:"get",method:"getRegexpPageList",path:"regexp/page/list",hasQuery:!0},{mode:"post",method:"postRegexpSave",path:"regexp/save",hasData:!0},{mode:"put",method:"putRegexpUpdateId",path:"regexp/update/{id}",hasPathParams:!0,hasData:!0},{mode:"post",method:"postReportDataExport",path:"report-data/export",hasData:!0},{mode:"get",method:"getReportDataInfo",path:"report-data/info",hasQuery:!0},{mode:"post",method:"postReportDataList",path:"report-data/list",hasData:!0},{mode:"get",method:"getReportDataPageInfo",path:"report-data/page-info",hasQuery:!0},{mode:"get",method:"getReportDataProjectInfo",path:"report-data/project-info",hasQuery:!0},{mode:"post",method:"postReportDetailDetail",path:"report-detail/detail",hasData:!0},{mode:"post",method:"postReportDetailListStatistic",path:"report-detail/listStatistic",hasData:!0},{mode:"post",method:"postSignLogOperators",path:"signLog/operators",hasData:!0},{mode:"post",method:"postSignLogPageList",path:"signLog/page/list",hasData:!0},{mode:"get",method:"getTenantInfoByPortOrDomain",path:"tenant/info/byPortOrDomain",hasQuery:!0},{mode:"get",method:"getTenantOrgList",path:"tenant/org/list",hasQuery:!0},{mode:"post",method:"postTenantUserSyncFromThirdParty",path:"tenant/userSyncFromThirdParty",hasData:!0},{mode:"get",method:"getUserOrgPrincipal",path:"user/org/principal",hasQuery:!0},{mode:"post",method:"postUserOrgPrincipals",path:"user/org/principals",hasQuery:!0}]},{name:"copyFilter",entityName:"copyFilter",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteFilter",entityName:"deleteFilter",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAllFilter",entityName:"getAllFilter",apis:[{mode:"get",method:"get",path:""}]},{name:"getFilterById",entityName:"getFilterById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"saveFilter",entityName:"saveFilter",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"httpQuery",entityName:"httpQuery",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"clearLogLogin",entityName:"clearLogLogin",apis:[{mode:"post",method:"post",path:""}]},{name:"getLogLoginByPage",entityName:"getLogLoginByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"clearLogOperate",entityName:"clearLogOperate",apis:[{mode:"post",method:"post",path:""}]},{name:"deleteLogOperateById",entityName:"deleteLogOperateById",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getPnLogOperateByPage",entityName:"getPnLogOperateByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"uncompressLogOperateLayoutStr",entityName:"uncompressLogOperateLayoutStr",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deleteMapGeoJson",entityName:"deleteMapGeoJson",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getAdCodeByAliasName",entityName:"getAdCodeByAliasName",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getGeoJsonByAdCode",entityName:"getGeoJsonByAdCode",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getMapBaseInfoByLevel",entityName:"getMapBaseInfoByLevel",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getMapGeoJsonById",entityName:"getMapGeoJsonById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getMapGeoJsonByPage",entityName:"getMapGeoJsonByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveMapGeoJson",entityName:"saveMapGeoJson",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deletePageSnapshoot",entityName:"deletePageSnapshoot",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getPageSnapshootByEnabled",entityName:"getPageSnapshootByEnabled",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageSnapshootById",entityName:"getPageSnapshootById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageSnapshootsByPageId",entityName:"getPageSnapshootsByPageId",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"savePageSnapshoot",entityName:"savePageSnapshoot",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"setPageSnapshootEnabled",entityName:"setPageSnapshootEnabled",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"setPageSnapshootEnabledByPageId",entityName:"setPageSnapshootEnabledByPageId",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"attachmentResourceTransfer",entityName:"attachmentResourceTransfer",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deletePageTemplate",entityName:"deletePageTemplate",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"exportTemplate",entityName:"exportTemplate",apis:[{mode:"get",method:"get",path:"",hasQuery:!0},{mode:"head",method:"head",path:"",hasQuery:!0},{mode:"post",method:"post",path:"",hasQuery:!0},{mode:"put",method:"put",path:"",hasQuery:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"options",method:"options",path:"",hasQuery:!0},{mode:"patch",method:"patch",path:"",hasQuery:!0}]},{name:"getAllPageTemplate",entityName:"getAllPageTemplate",apis:[{mode:"get",method:"get",path:""}]},{name:"getPageTemplateById",entityName:"getPageTemplateById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageTemplateByPage",entityName:"getPageTemplateByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPageTemplateForCreatePageForm",entityName:"getPageTemplateForCreatePageForm",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPageTemplateLayout",entityName:"getPageTemplateLayout",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getPageTemplateThemeJson",entityName:"getPageTemplateThemeJson",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"importTemplate",entityName:"importTemplate",apis:[{mode:"get",method:"get",path:""},{mode:"head",method:"head",path:""},{mode:"post",method:"post",path:""},{mode:"put",method:"put",path:""},{mode:"delete",method:"delete",path:""},{mode:"options",method:"options",path:""},{mode:"patch",method:"patch",path:""}]},{name:"savePageTemplate",entityName:"savePageTemplate",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"toggleEnabled",entityName:"toggleEnabled",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"deletePnResource",entityName:"deletePnResource",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"deletePnResourceGroup",entityName:"deletePnResourceGroup",apis:[{mode:"delete",method:"delete",path:"",hasQuery:!0}]},{name:"getMyAllPnResourceGroup",entityName:"getMyAllPnResourceGroup",apis:[{mode:"get",method:"get",path:""}]},{name:"getMyPnResourceByPage",entityName:"getMyPnResourceByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPnResourceGroupById",entityName:"getPnResourceGroupById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"resourceTransferToPage",entityName:"resourceTransferToPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"savePnResourceGroup",entityName:"savePnResourceGroup",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"uploadFiles",entityName:"uploadFiles",apis:[{mode:"get",method:"get",path:"",hasQuery:!0},{mode:"head",method:"head",path:"",hasQuery:!0},{mode:"post",method:"post",path:"",hasQuery:!0},{mode:"put",method:"put",path:"",hasQuery:!0},{mode:"delete",method:"delete",path:"",hasQuery:!0},{mode:"options",method:"options",path:"",hasQuery:!0},{mode:"patch",method:"patch",path:"",hasQuery:!0}]},{name:"getMyShareCustomCompByPage",entityName:"getMyShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getShareCustomCompById",entityName:"getShareCustomCompById",apis:[{mode:"get",method:"get",path:"",hasQuery:!0}]},{name:"getShareCustomCompByPage",entityName:"getShareCustomCompByPage",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"saveShareCustomComp",entityName:"saveShareCustomComp",apis:[{mode:"post",method:"post",path:"",hasData:!0}]},{name:"getPageTotalCount",entityName:"getPageTotalCount",apis:[{mode:"get",method:"get",path:""}]},{name:"getProjectTotalCount",entityName:"getProjectTotalCount",apis:[{mode:"get",method:"get",path:""}]}];function R(a){return a&&a.__esModule&&Object.prototype.hasOwnProperty.call(a,"default")?a.default:a}var f,L;function O(){if(L)return f;L=1;function a(o){if(typeof o!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(o))}function r(o,e){for(var t="",h=0,d=-1,m=0,p,u=0;u<=o.length;++u){if(u<o.length)p=o.charCodeAt(u);else{if(p===47)break;p=47}if(p===47){if(!(d===u-1||m===1))if(d!==u-1&&m===2){if(t.length<2||h!==2||t.charCodeAt(t.length-1)!==46||t.charCodeAt(t.length-2)!==46){if(t.length>2){var g=t.lastIndexOf("/");if(g!==t.length-1){g===-1?(t="",h=0):(t=t.slice(0,g),h=t.length-1-t.lastIndexOf("/")),d=u,m=0;continue}}else if(t.length===2||t.length===1){t="",h=0,d=u,m=0;continue}}e&&(t.length>0?t+="/..":t="..",h=2)}else t.length>0?t+="/"+o.slice(d+1,u):t=o.slice(d+1,u),h=u-d-1;d=u,m=0}else p===46&&m!==-1?++m:m=-1}return t}function i(o,e){var t=e.dir||e.root,h=e.base||(e.name||"")+(e.ext||"");return t?t===e.root?t+h:t+o+h:h}var s={resolve:function(){for(var e="",t=!1,h,d=arguments.length-1;d>=-1&&!t;d--){var m;d>=0?m=arguments[d]:(h===void 0&&(h=process.cwd()),m=h),a(m),m.length!==0&&(e=m+"/"+e,t=m.charCodeAt(0)===47)}return e=r(e,!t),t?e.length>0?"/"+e:"/":e.length>0?e:"."},normalize:function(e){if(a(e),e.length===0)return".";var t=e.charCodeAt(0)===47,h=e.charCodeAt(e.length-1)===47;return e=r(e,!t),e.length===0&&!t&&(e="."),e.length>0&&h&&(e+="/"),t?"/"+e:e},isAbsolute:function(e){return a(e),e.length>0&&e.charCodeAt(0)===47},join:function(){if(arguments.length===0)return".";for(var e,t=0;t<arguments.length;++t){var h=arguments[t];a(h),h.length>0&&(e===void 0?e=h:e+="/"+h)}return e===void 0?".":s.normalize(e)},relative:function(e,t){if(a(e),a(t),e===t||(e=s.resolve(e),t=s.resolve(t),e===t))return"";for(var h=1;h<e.length&&e.charCodeAt(h)===47;++h);for(var d=e.length,m=d-h,p=1;p<t.length&&t.charCodeAt(p)===47;++p);for(var u=t.length,g=u-p,y=m<g?m:g,l=-1,n=0;n<=y;++n){if(n===y){if(g>y){if(t.charCodeAt(p+n)===47)return t.slice(p+n+1);if(n===0)return t.slice(p+n)}else m>y&&(e.charCodeAt(h+n)===47?l=n:n===0&&(l=0));break}var I=e.charCodeAt(h+n),M=t.charCodeAt(p+n);if(I!==M)break;I===47&&(l=n)}var c="";for(n=h+l+1;n<=d;++n)(n===d||e.charCodeAt(n)===47)&&(c.length===0?c+="..":c+="/..");return c.length>0?c+t.slice(p+l):(p+=l,t.charCodeAt(p)===47&&++p,t.slice(p))},_makeLong:function(e){return e},dirname:function(e){if(a(e),e.length===0)return".";for(var t=e.charCodeAt(0),h=t===47,d=-1,m=!0,p=e.length-1;p>=1;--p)if(t=e.charCodeAt(p),t===47){if(!m){d=p;break}}else m=!1;return d===-1?h?"/":".":h&&d===1?"//":e.slice(0,d)},basename:function(e,t){if(t!==void 0&&typeof t!="string")throw new TypeError('"ext" argument must be a string');a(e);var h=0,d=-1,m=!0,p;if(t!==void 0&&t.length>0&&t.length<=e.length){if(t.length===e.length&&t===e)return"";var u=t.length-1,g=-1;for(p=e.length-1;p>=0;--p){var y=e.charCodeAt(p);if(y===47){if(!m){h=p+1;break}}else g===-1&&(m=!1,g=p+1),u>=0&&(y===t.charCodeAt(u)?--u===-1&&(d=p):(u=-1,d=g))}return h===d?d=g:d===-1&&(d=e.length),e.slice(h,d)}else{for(p=e.length-1;p>=0;--p)if(e.charCodeAt(p)===47){if(!m){h=p+1;break}}else d===-1&&(m=!1,d=p+1);return d===-1?"":e.slice(h,d)}},extname:function(e){a(e);for(var t=-1,h=0,d=-1,m=!0,p=0,u=e.length-1;u>=0;--u){var g=e.charCodeAt(u);if(g===47){if(!m){h=u+1;break}continue}d===-1&&(m=!1,d=u+1),g===46?t===-1?t=u:p!==1&&(p=1):t!==-1&&(p=-1)}return t===-1||d===-1||p===0||p===1&&t===d-1&&t===h+1?"":e.slice(t,d)},format:function(e){if(e===null||typeof e!="object")throw new TypeError('The "pathObject" argument must be of type Object. Received type '+typeof e);return i("/",e)},parse:function(e){a(e);var t={root:"",dir:"",base:"",ext:"",name:""};if(e.length===0)return t;var h=e.charCodeAt(0),d=h===47,m;d?(t.root="/",m=1):m=0;for(var p=-1,u=0,g=-1,y=!0,l=e.length-1,n=0;l>=m;--l){if(h=e.charCodeAt(l),h===47){if(!y){u=l+1;break}continue}g===-1&&(y=!1,g=l+1),h===46?p===-1?p=l:n!==1&&(n=1):p!==-1&&(n=-1)}return p===-1||g===-1||n===0||n===1&&p===g-1&&p===u+1?g!==-1&&(u===0&&d?t.base=t.name=e.slice(1,g):t.base=t.name=e.slice(u,g)):(u===0&&d?(t.name=e.slice(1,p),t.base=e.slice(1,g)):(t.name=e.slice(u,p),t.base=e.slice(u,g)),t.ext=e.slice(p,g)),u>0?t.dir=e.slice(0,u-1):d&&(t.dir="/"),t},sep:"/",delimiter:":",win32:null,posix:null};return s.posix=s,f=s,f}var k=O(),P=R(k),A=(a=>(a[a.SUCCESS=200]="SUCCESS",a[a.ERROR=-1]="ERROR",a[a.TIMEOUT=401]="TIMEOUT",a.TYPE="success",a))(A||{}),v=(a=>(a.GET="GET",a.POST="POST",a.PUT="PUT",a.DELETE="DELETE",a))(v||{}),Q=(a=>(a.JSON="application/json;charset=UTF-8",a.FORM_URLENCODED="application/x-www-form-urlencoded;charset=UTF-8",a.FORM_DATA="multipart/form-data;charset=UTF-8",a))(Q||{}),C=(a=>(a.submit="post",a.listByIds="get",a.getone="post",a.listAll="post",a.listByPage="post",a.listTree="post",a.save="post",a.saveOrUpdate="post",a.saveBatch="post",a.importData="post",a.exportData="post",a.remove="post",a.removeById="delete",a.removeByIds="delete",a.update="put",a.updateById="put",a.updateByIds="put",a.rdoSave="post",a.rdoListAll="post",a.rdoListByPage="post",a.rdoListVersionById="get",a.rdoSaveVersion="post",a.rdoSaveBatch="post",a.rdoUpdateVersionById="put",a.rdoRemoveVersionById="delete",a.rdoRemoveById="delete",a.rdoGetVersionById="get",a.getOne="post",a.rdoGetVersionByRefId="post",a.getById="get",a.rdoListAllVersion="post",a.rdoRefListByPage="post",a.export="post",a.import="post",a.rdoExport="post",a.rdoImport="post",a.biz_search="post",a))(C||{});class b extends Error{code;data;subCode;subMessage;constructor(r){super(r.message),this.name="BackendError",this.code=r.code,this.data=r.data,this.subCode=r.subCode,this.subMessage=r.subMessage}}const N=U.create();class D{static use(r){r(N)}static get(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"GET"})}static post(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"POST"})}static put(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"PUT"})}static delete(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"DELETE"})}static options(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"OPTIONS"})}static patch(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"PATCH"})}static head(r,i={},s={},o={},e={}){return this.request(r,i,s,o,{...e,method:"HEAD"})}static upload(r,i={},s={},o={},e={}){const t=new FormData,{name:h,filename:d,file:m}=s;if((Array.isArray(m)?m:[m]).forEach(u=>{d?t.append(h||"file",u,d):t.append(h||"file",u)}),s.data)for(const[u,g]of Object.entries(s.data))g!=null&&(Array.isArray(g)&&g.forEach(y=>{t.append(`${u}[]`,y)}),t.append(u,g));return this.request(r,i,t,o,{...e,method:"POST",headers:{"Content-Type":Q.FORM_DATA,...e.headers}})}static transformUrl(r,i){let s=r;for(const[o,e]of Object.entries(i))s=s.replace(`{${o}}`,encodeURIComponent(String(e)));return s}static async request(r,i,s,o,e={}){const t=await N.request({url:this.transformUrl(r,i||{}),data:s instanceof FormData?s:JSON.stringify(s||{}),params:o,timeout:12e4,headers:{"Content-Type":Q.JSON,...e.headers},...e});if(t.status>=200&&t.status<300){const h=t.data;if(h.ok===!0)return h.data;throw new b(h)}throw t}}class w{constructor(r,i){return this.url=r,new Proxy(this,{get(s,o){if(!(o in s)){const e=i.apis.find(t=>t.method===o);if(e){const t=`_${e.mode}`;e.hasPathParams&&e.hasData&&e.hasQuery?s[o]=(h,d,m,p)=>s[t](e.path,h,d,m,p):e.hasPathParams&&e.hasData?s[o]=function(h,d,m){return s[t](e.path,h,void 0,d,m)}:e.hasPathParams&&e.hasQuery?s[o]=function(h,d,m){return s[t](e.path,h,d,void 0,m)}:e.hasPathParams?s[o]=function(h,d){return s[t](e.path,h,void 0,void 0,d)}:e.hasData&&e.hasQuery?s[o]=function(h,d,m){return s[t](e.path,void 0,h,d,m)}:e.hasData?s[o]=function(h,d){return s[t](e.path,void 0,void 0,h,d)}:e.hasQuery?s[o]=function(h,d){return s[t](e.path,void 0,h,void 0,d)}:s[o]=function(h){return s[t](e.path,void 0,void 0,void 0,h)}}}return s[o]}})}_put(r,i,s,o,e){return D.put(P.join(this.url,r),i,o,s,e)}_get(r,i,s,o,e){return D.get(P.join(this.url,r),i,o,s,e)}_delete(r,i,s,o,e){return D.delete(P.join(this.url,r),i,o,s,e)}_post(r,i,s,o,e){return D.post(P.join(this.url,r),i,o,s,e)}_options(r,i,s,o,e){return D.options(P.join(this.url,r),i,o,s,e)}_patch(r,i,s,o,e){return D.patch(P.join(this.url,r),i,o,s,e)}_head(r,i,s,o,e){return D.head(P.join(this.url,r),i,o,s,e)}}class B{constructor(r,i){return new Proxy(this,{get(s,o){const e=i.find(t=>t.name===o);if(e)return o in s||(s[o]=new w(P.join(r,e.entityName),e)),s[o]}})}}const K={apaas:new B("/gct-apaas/api",T),platform:new B("/gct-platform/api",S)};export{b as BackendError,C as BizServiceEnum,Q as ContentTypeEnum,D as HttpUtil,v as RequestEnum,A as ResultEnum,K as api};