@gizone/rrs-client 3.11.12-alpha.5 → 3.11.12-alpha.51

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 (357) hide show
  1. package/.openapi-generator/FILES +33 -14
  2. package/api.ts +2 -1
  3. package/apis/access-api.ts +61 -61
  4. package/apis/app-auth-api.ts +13 -13
  5. package/apis/auth-api.ts +13 -13
  6. package/apis/calendar-api.ts +231 -209
  7. package/apis/common-api.ts +192 -0
  8. package/apis/cost-api.ts +15 -15
  9. package/apis/energy-api.ts +15 -15
  10. package/apis/inspection-standard-api.ts +1240 -0
  11. package/apis/{inspection-api.ts → maintenance-standard-api.ts} +350 -624
  12. package/apis/message-api.ts +201 -223
  13. package/apis/privacy-api.ts +78 -76
  14. package/apis/setting-api.ts +596 -243
  15. package/apis/space-api.ts +0 -329
  16. package/apis/sys-api.ts +47 -47
  17. package/apis/user-api.ts +15 -15
  18. package/apis/work-order-api.ts +739 -226
  19. package/dist/api.d.ts +2 -1
  20. package/dist/api.js +2 -1
  21. package/dist/apis/access-api.d.ts +41 -41
  22. package/dist/apis/access-api.js +44 -44
  23. package/dist/apis/app-auth-api.d.ts +6 -6
  24. package/dist/apis/app-auth-api.js +11 -11
  25. package/dist/apis/auth-api.d.ts +6 -6
  26. package/dist/apis/auth-api.js +11 -11
  27. package/dist/apis/calendar-api.d.ts +131 -123
  28. package/dist/apis/calendar-api.js +177 -164
  29. package/dist/apis/common-api.d.ts +102 -0
  30. package/dist/apis/common-api.js +144 -0
  31. package/dist/apis/cost-api.d.ts +10 -10
  32. package/dist/apis/cost-api.js +11 -11
  33. package/dist/apis/energy-api.d.ts +10 -10
  34. package/dist/apis/energy-api.js +11 -11
  35. package/dist/apis/inspection-standard-api.d.ts +644 -0
  36. package/dist/apis/inspection-standard-api.js +958 -0
  37. package/dist/apis/maintenance-standard-api.d.ts +684 -0
  38. package/dist/apis/{inspection-api.js → maintenance-standard-api.js} +263 -436
  39. package/dist/apis/message-api.d.ts +117 -125
  40. package/dist/apis/message-api.js +132 -171
  41. package/dist/apis/privacy-api.d.ts +49 -48
  42. package/dist/apis/privacy-api.js +60 -60
  43. package/dist/apis/setting-api.d.ts +334 -144
  44. package/dist/apis/setting-api.js +433 -187
  45. package/dist/apis/space-api.d.ts +0 -159
  46. package/dist/apis/space-api.js +0 -272
  47. package/dist/apis/sys-api.d.ts +31 -31
  48. package/dist/apis/sys-api.js +34 -34
  49. package/dist/apis/user-api.d.ts +10 -10
  50. package/dist/apis/user-api.js +11 -11
  51. package/dist/apis/work-order-api.d.ts +399 -123
  52. package/dist/apis/work-order-api.js +533 -164
  53. package/dist/esm/api.d.ts +2 -1
  54. package/dist/esm/api.js +2 -1
  55. package/dist/esm/apis/access-api.d.ts +41 -41
  56. package/dist/esm/apis/access-api.js +44 -44
  57. package/dist/esm/apis/app-auth-api.d.ts +6 -6
  58. package/dist/esm/apis/app-auth-api.js +11 -11
  59. package/dist/esm/apis/auth-api.d.ts +6 -6
  60. package/dist/esm/apis/auth-api.js +11 -11
  61. package/dist/esm/apis/calendar-api.d.ts +131 -123
  62. package/dist/esm/apis/calendar-api.js +177 -164
  63. package/dist/esm/apis/common-api.d.ts +102 -0
  64. package/dist/esm/apis/common-api.js +144 -0
  65. package/dist/esm/apis/cost-api.d.ts +10 -10
  66. package/dist/esm/apis/cost-api.js +11 -11
  67. package/dist/esm/apis/energy-api.d.ts +10 -10
  68. package/dist/esm/apis/energy-api.js +11 -11
  69. package/dist/esm/apis/inspection-standard-api.d.ts +644 -0
  70. package/dist/esm/apis/inspection-standard-api.js +951 -0
  71. package/dist/esm/apis/maintenance-standard-api.d.ts +684 -0
  72. package/dist/esm/apis/{inspection-api.js → maintenance-standard-api.js} +258 -431
  73. package/dist/esm/apis/message-api.d.ts +117 -125
  74. package/dist/esm/apis/message-api.js +132 -171
  75. package/dist/esm/apis/privacy-api.d.ts +49 -48
  76. package/dist/esm/apis/privacy-api.js +60 -60
  77. package/dist/esm/apis/setting-api.d.ts +334 -144
  78. package/dist/esm/apis/setting-api.js +433 -187
  79. package/dist/esm/apis/space-api.d.ts +0 -159
  80. package/dist/esm/apis/space-api.js +0 -272
  81. package/dist/esm/apis/sys-api.d.ts +31 -31
  82. package/dist/esm/apis/sys-api.js +34 -34
  83. package/dist/esm/apis/user-api.d.ts +10 -10
  84. package/dist/esm/apis/user-api.js +11 -11
  85. package/dist/esm/apis/work-order-api.d.ts +399 -123
  86. package/dist/esm/apis/work-order-api.js +533 -164
  87. package/dist/esm/models/dept-relation-dto.d.ts +140 -0
  88. package/dist/esm/models/dept-relation.d.ts +86 -0
  89. package/dist/esm/models/equipment-detail-dto.d.ts +6 -0
  90. package/dist/esm/models/equipment-edit-vo.d.ts +6 -0
  91. package/dist/esm/models/equipment-excel-add-dto.d.ts +6 -0
  92. package/dist/esm/models/equipment-search-system-dto.d.ts +12 -6
  93. package/dist/esm/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
  94. package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
  95. package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
  96. package/dist/esm/models/file-dto.d.ts +3 -3
  97. package/dist/esm/models/get-user-wx200-response.d.ts +12 -12
  98. package/dist/esm/models/index.d.ts +31 -13
  99. package/dist/esm/models/index.js +31 -13
  100. package/dist/esm/models/inspection-item-bo.d.ts +4 -10
  101. package/dist/esm/models/inspection-point-item.d.ts +18 -6
  102. package/dist/esm/models/inspection-standard-import-dto.d.ts +108 -0
  103. package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
  104. package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
  105. package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
  106. package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
  107. package/dist/esm/models/{json-result-calendar-add-redis-list-vo.d.ts → json-result-page-dto-sys-user-msg-dto.d.ts} +11 -11
  108. package/dist/esm/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
  109. package/dist/{models/json-result-calendar-add-redis-list-vo.d.ts → esm/models/json-result-sys-user-msg-dto.d.ts} +11 -11
  110. package/dist/esm/models/{json-result-page-dto-sys-user-msg-list-dto.d.ts → json-result-work-order-dept-settings-entity.d.ts} +11 -11
  111. package/dist/esm/models/json-result-work-order-dept-settings-entity.js +14 -0
  112. package/dist/esm/models/maintenance-history-dto.d.ts +0 -6
  113. package/dist/esm/models/maintenance-history-dto.js +0 -6
  114. package/dist/esm/models/maintenance-standard-import-dto.d.ts +114 -0
  115. package/dist/esm/models/maintenance-standard-import-dto.js +14 -0
  116. package/dist/{models/page-dto-sys-user-msg-list-dto.d.ts → esm/models/page-dto-sys-user-msg-dto.d.ts} +7 -7
  117. package/dist/esm/models/page-dto-sys-user-msg-dto.js +14 -0
  118. package/dist/esm/models/park-center-attribute-enum.d.ts +21 -0
  119. package/dist/esm/models/park-center-attribute-enum.js +22 -0
  120. package/dist/esm/models/park-info-dto.d.ts +85 -0
  121. package/dist/esm/models/park-info-dto.js +14 -0
  122. package/dist/esm/models/{work-order-check-before-acceptance-no-vo.d.ts → park-info-edit-vo.d.ts} +15 -14
  123. package/dist/esm/models/park-info-edit-vo.js +14 -0
  124. package/dist/esm/models/park-plat-form-enum.d.ts +23 -0
  125. package/dist/esm/models/park-plat-form-enum.js +24 -0
  126. package/dist/esm/models/period-detail-resp.d.ts +6 -6
  127. package/dist/esm/models/period-detail-resp.js +0 -6
  128. package/dist/esm/models/plan-add-vo.d.ts +1 -1
  129. package/dist/esm/models/plan-edit-vo.d.ts +1 -1
  130. package/dist/esm/models/plan-item-add-vo.d.ts +1 -1
  131. package/dist/esm/models/plan-item-edit-vo.d.ts +1 -1
  132. package/dist/esm/models/process-work-order-vo.d.ts +19 -0
  133. package/dist/esm/models/source-work-order-inspection-dto.d.ts +4 -3
  134. package/dist/esm/models/sys-dept.d.ts +7 -1
  135. package/dist/esm/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
  136. package/dist/esm/models/sys-user-msg-dto.js +14 -0
  137. package/dist/esm/models/sys-user.d.ts +4 -4
  138. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +23 -0
  139. package/dist/esm/models/system-user-msg-source-type-enum.js +24 -0
  140. package/dist/esm/models/system-user-msg-type-enum.d.ts +21 -0
  141. package/dist/esm/models/system-user-msg-type-enum.js +22 -0
  142. package/dist/esm/models/work-order-add-vo.d.ts +24 -4
  143. package/dist/esm/models/work-order-circulation-vo.d.ts +8 -1
  144. package/dist/esm/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
  145. package/dist/esm/models/work-order-dept-settings-add-or-update-vo.js +14 -0
  146. package/dist/esm/models/work-order-dept-settings-entity.d.ts +67 -0
  147. package/dist/esm/models/work-order-dept-settings-entity.js +14 -0
  148. package/dist/esm/models/work-order-detail-dto.d.ts +52 -6
  149. package/dist/esm/models/work-order-detail-dto.js +0 -6
  150. package/dist/esm/models/work-order-inspection-detail-dto.d.ts +1 -13
  151. package/dist/esm/models/work-order-inspection-item-req.d.ts +3 -3
  152. package/dist/esm/models/work-order-internal-status-enum.d.ts +23 -0
  153. package/{models/work-order-check-before-acceptance-adopt-vo.ts → dist/esm/models/work-order-internal-status-enum.js} +9 -21
  154. package/dist/esm/models/work-order-issue-type-enum.d.ts +26 -0
  155. package/dist/esm/models/work-order-issue-type-enum.js +27 -0
  156. package/dist/esm/models/work-order-liability-party-enum.d.ts +21 -0
  157. package/dist/esm/models/work-order-liability-party-enum.js +22 -0
  158. package/dist/esm/models/work-order-push-settings-entity.d.ts +4 -17
  159. package/dist/esm/models/work-order-push-settings-entity.js +1 -13
  160. package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
  161. package/dist/esm/models/work-order-push-settings-save-or-update-vo.js +1 -13
  162. package/dist/{models/work-order-check-before-acceptance-adopt-vo.d.ts → esm/models/work-order-report-vo.d.ts} +11 -10
  163. package/dist/esm/models/work-order-report-vo.js +14 -0
  164. package/dist/esm/models/work-order-search-dto.d.ts +0 -6
  165. package/dist/esm/models/work-order-search-dto.js +0 -6
  166. package/dist/esm/models/work-order-settings-type-enum.d.ts +30 -0
  167. package/dist/esm/models/work-order-settings-type-enum.js +31 -0
  168. package/dist/esm/models/work-order-staging-data-vo.d.ts +49 -0
  169. package/dist/esm/models/work-order-staging-data-vo.js +14 -0
  170. package/dist/esm/models/work-order-type-enum.d.ts +1 -1
  171. package/dist/esm/models/work-order-type-enum.js +1 -1
  172. package/dist/models/dept-relation-dto.d.ts +140 -0
  173. package/dist/models/dept-relation.d.ts +86 -0
  174. package/dist/models/equipment-detail-dto.d.ts +6 -0
  175. package/dist/models/equipment-edit-vo.d.ts +6 -0
  176. package/dist/models/equipment-excel-add-dto.d.ts +6 -0
  177. package/dist/models/equipment-search-system-dto.d.ts +12 -6
  178. package/dist/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
  179. package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
  180. package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
  181. package/dist/models/file-dto.d.ts +3 -3
  182. package/dist/models/get-user-wx200-response.d.ts +12 -12
  183. package/dist/models/index.d.ts +31 -13
  184. package/dist/models/index.js +31 -13
  185. package/dist/models/inspection-item-bo.d.ts +4 -10
  186. package/dist/models/inspection-point-item.d.ts +18 -6
  187. package/dist/models/inspection-standard-import-dto.d.ts +108 -0
  188. package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
  189. package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
  190. package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
  191. package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
  192. package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +56 -0
  193. package/dist/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
  194. package/dist/models/json-result-sys-user-msg-dto.d.ts +56 -0
  195. package/dist/{esm/models/json-result-space-edit-before-and-after-dto.d.ts → models/json-result-work-order-dept-settings-entity.d.ts} +11 -11
  196. package/dist/models/json-result-work-order-dept-settings-entity.js +15 -0
  197. package/dist/models/maintenance-history-dto.d.ts +0 -6
  198. package/dist/models/maintenance-history-dto.js +0 -6
  199. package/dist/models/maintenance-standard-import-dto.d.ts +114 -0
  200. package/dist/models/maintenance-standard-import-dto.js +15 -0
  201. package/dist/{esm/models/page-dto-sys-user-msg-list-dto.d.ts → models/page-dto-sys-user-msg-dto.d.ts} +7 -7
  202. package/dist/models/page-dto-sys-user-msg-dto.js +15 -0
  203. package/dist/models/park-center-attribute-enum.d.ts +21 -0
  204. package/dist/models/park-center-attribute-enum.js +25 -0
  205. package/dist/models/park-info-dto.d.ts +85 -0
  206. package/dist/models/park-info-dto.js +15 -0
  207. package/dist/models/{work-order-check-before-acceptance-no-vo.d.ts → park-info-edit-vo.d.ts} +15 -14
  208. package/dist/models/park-info-edit-vo.js +15 -0
  209. package/dist/models/park-plat-form-enum.d.ts +23 -0
  210. package/dist/models/park-plat-form-enum.js +27 -0
  211. package/dist/models/period-detail-resp.d.ts +6 -6
  212. package/dist/models/period-detail-resp.js +0 -6
  213. package/dist/models/plan-add-vo.d.ts +1 -1
  214. package/dist/models/plan-edit-vo.d.ts +1 -1
  215. package/dist/models/plan-item-add-vo.d.ts +1 -1
  216. package/dist/models/plan-item-edit-vo.d.ts +1 -1
  217. package/dist/models/process-work-order-vo.d.ts +19 -0
  218. package/dist/models/source-work-order-inspection-dto.d.ts +4 -3
  219. package/dist/models/sys-dept.d.ts +7 -1
  220. package/dist/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
  221. package/dist/models/sys-user-msg-dto.js +15 -0
  222. package/dist/models/sys-user.d.ts +4 -4
  223. package/dist/models/system-user-msg-source-type-enum.d.ts +23 -0
  224. package/dist/models/system-user-msg-source-type-enum.js +27 -0
  225. package/dist/models/system-user-msg-type-enum.d.ts +21 -0
  226. package/dist/models/system-user-msg-type-enum.js +25 -0
  227. package/dist/models/work-order-add-vo.d.ts +24 -4
  228. package/dist/models/work-order-circulation-vo.d.ts +8 -1
  229. package/dist/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
  230. package/dist/models/work-order-dept-settings-add-or-update-vo.js +15 -0
  231. package/dist/models/work-order-dept-settings-entity.d.ts +67 -0
  232. package/dist/models/work-order-dept-settings-entity.js +15 -0
  233. package/dist/models/work-order-detail-dto.d.ts +52 -6
  234. package/dist/models/work-order-detail-dto.js +0 -6
  235. package/dist/models/work-order-inspection-detail-dto.d.ts +1 -13
  236. package/dist/models/work-order-inspection-item-req.d.ts +3 -3
  237. package/dist/models/work-order-internal-status-enum.d.ts +23 -0
  238. package/dist/models/work-order-internal-status-enum.js +27 -0
  239. package/dist/models/work-order-issue-type-enum.d.ts +26 -0
  240. package/dist/models/work-order-issue-type-enum.js +30 -0
  241. package/dist/models/work-order-liability-party-enum.d.ts +21 -0
  242. package/dist/models/work-order-liability-party-enum.js +25 -0
  243. package/dist/models/work-order-push-settings-entity.d.ts +4 -17
  244. package/dist/models/work-order-push-settings-entity.js +0 -14
  245. package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
  246. package/dist/models/work-order-push-settings-save-or-update-vo.js +0 -14
  247. package/dist/{esm/models/work-order-check-before-acceptance-adopt-vo.d.ts → models/work-order-report-vo.d.ts} +11 -10
  248. package/dist/models/work-order-report-vo.js +15 -0
  249. package/dist/models/work-order-search-dto.d.ts +0 -6
  250. package/dist/models/work-order-search-dto.js +0 -6
  251. package/dist/models/work-order-settings-type-enum.d.ts +30 -0
  252. package/dist/models/work-order-settings-type-enum.js +34 -0
  253. package/dist/models/work-order-staging-data-vo.d.ts +49 -0
  254. package/dist/models/work-order-staging-data-vo.js +15 -0
  255. package/dist/models/work-order-type-enum.d.ts +1 -1
  256. package/dist/models/work-order-type-enum.js +1 -1
  257. package/models/dept-relation-dto.ts +152 -0
  258. package/models/dept-relation.ts +98 -0
  259. package/models/equipment-detail-dto.ts +6 -0
  260. package/models/equipment-edit-vo.ts +6 -0
  261. package/models/equipment-excel-add-dto.ts +6 -0
  262. package/models/equipment-search-system-dto.ts +12 -6
  263. package/models/{calendar-add-redis-list-vo.ts → excel-import-result-dtocalendar-export-dto.ts} +9 -21
  264. package/models/excel-import-result-dtoinspection-standard-import-dto.ts +39 -0
  265. package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +39 -0
  266. package/models/file-dto.ts +3 -3
  267. package/models/get-user-wx200-response.ts +12 -12
  268. package/models/index.ts +31 -13
  269. package/models/inspection-item-bo.ts +4 -10
  270. package/models/inspection-point-item.ts +18 -6
  271. package/models/inspection-standard-import-dto.ts +114 -0
  272. package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +66 -0
  273. package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +66 -0
  274. package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +66 -0
  275. package/models/json-result-list-work-order-dept-settings-entity.ts +66 -0
  276. package/models/{json-result-calendar-add-redis-list-vo.ts → json-result-page-dto-sys-user-msg-dto.ts} +11 -11
  277. package/models/{json-result-sys-user-msg-do.ts → json-result-park-info-dto.ts} +11 -11
  278. package/models/{json-result-page-dto-sys-user-msg-list-dto.ts → json-result-sys-user-msg-dto.ts} +11 -11
  279. package/models/{json-result-space-edit-before-and-after-dto.ts → json-result-work-order-dept-settings-entity.ts} +11 -11
  280. package/models/maintenance-history-dto.ts +0 -6
  281. package/models/maintenance-standard-import-dto.ts +120 -0
  282. package/models/{page-dto-sys-user-msg-list-dto.ts → page-dto-sys-user-msg-dto.ts} +7 -7
  283. package/models/park-center-attribute-enum.ts +31 -0
  284. package/models/park-info-dto.ts +93 -0
  285. package/models/park-info-edit-vo.ts +45 -0
  286. package/models/park-plat-form-enum.ts +33 -0
  287. package/models/period-detail-resp.ts +6 -6
  288. package/models/plan-add-vo.ts +1 -1
  289. package/models/plan-edit-vo.ts +1 -1
  290. package/models/plan-item-add-vo.ts +1 -1
  291. package/models/plan-item-edit-vo.ts +1 -1
  292. package/models/process-work-order-vo.ts +23 -0
  293. package/models/source-work-order-inspection-dto.ts +8 -3
  294. package/models/sys-dept.ts +7 -1
  295. package/models/{sys-user-msg-list-dto.ts → sys-user-msg-dto.ts} +36 -28
  296. package/models/sys-user.ts +4 -4
  297. package/models/system-user-msg-source-type-enum.ts +33 -0
  298. package/models/system-user-msg-type-enum.ts +31 -0
  299. package/models/work-order-add-vo.ts +28 -4
  300. package/models/work-order-circulation-vo.ts +12 -1
  301. package/models/{work-order-check-before-acceptance-no-vo.ts → work-order-dept-settings-add-or-update-vo.ts} +12 -12
  302. package/models/work-order-dept-settings-entity.ts +77 -0
  303. package/models/work-order-detail-dto.ts +60 -6
  304. package/models/work-order-inspection-detail-dto.ts +1 -13
  305. package/models/work-order-inspection-item-req.ts +3 -3
  306. package/models/work-order-internal-status-enum.ts +33 -0
  307. package/models/work-order-issue-type-enum.ts +36 -0
  308. package/models/work-order-liability-party-enum.ts +31 -0
  309. package/models/work-order-push-settings-entity.ts +6 -18
  310. package/models/work-order-push-settings-save-or-update-vo.ts +6 -18
  311. package/models/{space-edit-before-and-after-dto.ts → work-order-report-vo.ts} +13 -11
  312. package/models/work-order-search-dto.ts +0 -6
  313. package/models/work-order-settings-type-enum.ts +40 -0
  314. package/models/work-order-staging-data-vo.ts +59 -0
  315. package/models/work-order-type-enum.ts +1 -1
  316. package/package.json +1 -1
  317. package/dist/apis/inspection-api.d.ts +0 -846
  318. package/dist/esm/apis/inspection-api.d.ts +0 -846
  319. package/dist/esm/models/space-edit-before-and-after-dto.d.ts +0 -31
  320. package/dist/esm/models/space-edit-excel-dto.d.ts +0 -78
  321. package/dist/esm/models/sys-user-msg-do.d.ts +0 -90
  322. package/dist/esm/models/sys-user-msg-search-list-vo.d.ts +0 -54
  323. package/dist/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +0 -56
  324. package/dist/models/json-result-space-edit-before-and-after-dto.d.ts +0 -56
  325. package/dist/models/space-edit-before-and-after-dto.d.ts +0 -31
  326. package/dist/models/space-edit-excel-dto.d.ts +0 -78
  327. package/dist/models/sys-user-msg-do.d.ts +0 -90
  328. package/dist/models/sys-user-msg-search-list-vo.d.ts +0 -54
  329. package/models/space-edit-excel-dto.ts +0 -84
  330. package/models/sys-user-msg-do.ts +0 -96
  331. package/models/sys-user-msg-search-list-vo.ts +0 -60
  332. /package/dist/esm/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
  333. /package/dist/esm/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
  334. /package/dist/esm/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
  335. /package/dist/esm/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
  336. /package/dist/esm/models/{json-result-sys-user-msg-do.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
  337. /package/dist/esm/models/{page-dto-sys-user-msg-list-dto.js → inspection-standard-import-dto.js} +0 -0
  338. /package/dist/esm/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
  339. /package/dist/esm/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
  340. /package/dist/esm/models/{sys-user-msg-do.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
  341. /package/dist/esm/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
  342. /package/dist/esm/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-sys-user-msg-dto.js} +0 -0
  343. /package/dist/esm/models/{work-order-check-before-acceptance-adopt-vo.js → json-result-park-info-dto.js} +0 -0
  344. /package/dist/esm/models/{work-order-check-before-acceptance-no-vo.js → json-result-sys-user-msg-dto.js} +0 -0
  345. /package/dist/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
  346. /package/dist/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
  347. /package/dist/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
  348. /package/dist/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
  349. /package/dist/models/{json-result-sys-user-msg-do.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
  350. /package/dist/models/{page-dto-sys-user-msg-list-dto.js → inspection-standard-import-dto.js} +0 -0
  351. /package/dist/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
  352. /package/dist/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
  353. /package/dist/models/{sys-user-msg-do.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
  354. /package/dist/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
  355. /package/dist/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-sys-user-msg-dto.js} +0 -0
  356. /package/dist/models/{work-order-check-before-acceptance-adopt-vo.js → json-result-park-info-dto.js} +0 -0
  357. /package/dist/models/{work-order-check-before-acceptance-no-vo.js → json-result-sys-user-msg-dto.js} +0 -0
@@ -0,0 +1,644 @@
1
+ /**
2
+ * OpenAPI definition
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: v0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { Configuration } from '../configuration';
13
+ import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
14
+ import { type RequestArgs, BaseAPI } from '../base';
15
+ import type { InspectionCategoryEnum } from '../models';
16
+ import type { InspectionStandardAddOrUpdateVO } from '../models';
17
+ import type { JsonResultExcelImportResultDTOInspectionStandardImportDTO } from '../models';
18
+ import type { JsonResultInspectionStandardEntity } from '../models';
19
+ import type { JsonResultPageDtoInspectionStandardEntity } from '../models';
20
+ import type { JsonResultVoid } from '../models';
21
+ import type { WorkOrderPlanRepeatsEnum } from '../models';
22
+ /**
23
+ * InspectionStandardApi - axios parameter creator
24
+ * @export
25
+ */
26
+ export declare const InspectionStandardApiAxiosParamCreator: (configuration?: Configuration) => {
27
+ /**
28
+ *
29
+ * @summary 添加巡检标准
30
+ * @param {Array<InspectionStandardAddOrUpdateVO>} inspectionStandardAddOrUpdateVO
31
+ * @param {*} [options] Override http request option.
32
+ * @throws {RequiredError}
33
+ */
34
+ createInspectionStandard: (inspectionStandardAddOrUpdateVO: Array<InspectionStandardAddOrUpdateVO>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
35
+ /**
36
+ *
37
+ * @summary 删除巡检标准
38
+ * @param {number} id 巡检标准id
39
+ * @param {*} [options] Override http request option.
40
+ * @throws {RequiredError}
41
+ */
42
+ deleteInspectionStandard: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
43
+ /**
44
+ *
45
+ * @summary 批量删除巡检标准
46
+ * @param {Array<number>} requestBody
47
+ * @param {*} [options] Override http request option.
48
+ * @throws {RequiredError}
49
+ */
50
+ deleteInspectionStandards: (requestBody: Array<number>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
51
+ /**
52
+ *
53
+ * @summary 巡检标准详情
54
+ * @param {number} id
55
+ * @param {*} [options] Override http request option.
56
+ * @throws {RequiredError}
57
+ */
58
+ getInspectionStandard: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
59
+ /**
60
+ *
61
+ * @summary 巡检标准导出-数据
62
+ * @param {number} parkId 园区id
63
+ * @param {string} [searchValue] 内容
64
+ * @param {InspectionCategoryEnum} [category] 巡检分类
65
+ * @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
66
+ * @param {*} [options] Override http request option.
67
+ * @throws {RequiredError}
68
+ */
69
+ inspectionStandardBatchExport: (parkId: number, searchValue?: string, category?: InspectionCategoryEnum, repeats?: WorkOrderPlanRepeatsEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
70
+ /**
71
+ *
72
+ * @summary 巡检标准导入-确认导入
73
+ * @param {*} [options] Override http request option.
74
+ * @throws {RequiredError}
75
+ */
76
+ inspectionStandardBatchImportConfirm: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
77
+ /**
78
+ *
79
+ * @summary 巡检标准导入-预览结果
80
+ * @param {*} [options] Override http request option.
81
+ * @throws {RequiredError}
82
+ */
83
+ inspectionStandardBatchImportPreview: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
84
+ /**
85
+ *
86
+ * @summary 巡检标准导入-下载模板
87
+ * @param {*} [options] Override http request option.
88
+ * @throws {RequiredError}
89
+ */
90
+ inspectionStandardBatchImportTemplate: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
91
+ /**
92
+ *
93
+ * @summary 巡检标准导入-上传文件
94
+ * @param {number} parkId 园区id
95
+ * @param {File} file
96
+ * @param {string} [language] 语言
97
+ * @param {*} [options] Override http request option.
98
+ * @throws {RequiredError}
99
+ */
100
+ inspectionStandardBatchImportUpload: (parkId: number, file: File, language?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
101
+ /**
102
+ *
103
+ * @summary 巡检标准列表
104
+ * @param {number} parkId 园区id
105
+ * @param {number} pageSize 每页数量
106
+ * @param {number} page 页码
107
+ * @param {string} [searchValue] 内容
108
+ * @param {InspectionCategoryEnum} [category] 巡检分类
109
+ * @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
110
+ * @param {*} [options] Override http request option.
111
+ * @throws {RequiredError}
112
+ */
113
+ listInspectionStandard: (parkId: number, pageSize: number, page: number, searchValue?: string, category?: InspectionCategoryEnum, repeats?: WorkOrderPlanRepeatsEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
114
+ /**
115
+ *
116
+ * @summary 同步其他园区巡检标准
117
+ * @param {number} parkIdOne
118
+ * @param {number} parkIdTwo
119
+ * @param {*} [options] Override http request option.
120
+ * @throws {RequiredError}
121
+ */
122
+ syncInspectionStandard: (parkIdOne: number, parkIdTwo: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
123
+ /**
124
+ *
125
+ * @summary 修改巡检标准
126
+ * @param {number} id
127
+ * @param {InspectionStandardAddOrUpdateVO} inspectionStandardAddOrUpdateVO
128
+ * @param {*} [options] Override http request option.
129
+ * @throws {RequiredError}
130
+ */
131
+ updateInspectionStandard: (id: number, inspectionStandardAddOrUpdateVO: InspectionStandardAddOrUpdateVO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
132
+ };
133
+ /**
134
+ * InspectionStandardApi - functional programming interface
135
+ * @export
136
+ */
137
+ export declare const InspectionStandardApiFp: (configuration?: Configuration) => {
138
+ /**
139
+ *
140
+ * @summary 添加巡检标准
141
+ * @param {Array<InspectionStandardAddOrUpdateVO>} inspectionStandardAddOrUpdateVO
142
+ * @param {*} [options] Override http request option.
143
+ * @throws {RequiredError}
144
+ */
145
+ createInspectionStandard(inspectionStandardAddOrUpdateVO: Array<InspectionStandardAddOrUpdateVO>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
146
+ /**
147
+ *
148
+ * @summary 删除巡检标准
149
+ * @param {number} id 巡检标准id
150
+ * @param {*} [options] Override http request option.
151
+ * @throws {RequiredError}
152
+ */
153
+ deleteInspectionStandard(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
154
+ /**
155
+ *
156
+ * @summary 批量删除巡检标准
157
+ * @param {Array<number>} requestBody
158
+ * @param {*} [options] Override http request option.
159
+ * @throws {RequiredError}
160
+ */
161
+ deleteInspectionStandards(requestBody: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
162
+ /**
163
+ *
164
+ * @summary 巡检标准详情
165
+ * @param {number} id
166
+ * @param {*} [options] Override http request option.
167
+ * @throws {RequiredError}
168
+ */
169
+ getInspectionStandard(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultInspectionStandardEntity>>;
170
+ /**
171
+ *
172
+ * @summary 巡检标准导出-数据
173
+ * @param {number} parkId 园区id
174
+ * @param {string} [searchValue] 内容
175
+ * @param {InspectionCategoryEnum} [category] 巡检分类
176
+ * @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
177
+ * @param {*} [options] Override http request option.
178
+ * @throws {RequiredError}
179
+ */
180
+ inspectionStandardBatchExport(parkId: number, searchValue?: string, category?: InspectionCategoryEnum, repeats?: WorkOrderPlanRepeatsEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
181
+ /**
182
+ *
183
+ * @summary 巡检标准导入-确认导入
184
+ * @param {*} [options] Override http request option.
185
+ * @throws {RequiredError}
186
+ */
187
+ inspectionStandardBatchImportConfirm(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOInspectionStandardImportDTO>>;
188
+ /**
189
+ *
190
+ * @summary 巡检标准导入-预览结果
191
+ * @param {*} [options] Override http request option.
192
+ * @throws {RequiredError}
193
+ */
194
+ inspectionStandardBatchImportPreview(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOInspectionStandardImportDTO>>;
195
+ /**
196
+ *
197
+ * @summary 巡检标准导入-下载模板
198
+ * @param {*} [options] Override http request option.
199
+ * @throws {RequiredError}
200
+ */
201
+ inspectionStandardBatchImportTemplate(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
202
+ /**
203
+ *
204
+ * @summary 巡检标准导入-上传文件
205
+ * @param {number} parkId 园区id
206
+ * @param {File} file
207
+ * @param {string} [language] 语言
208
+ * @param {*} [options] Override http request option.
209
+ * @throws {RequiredError}
210
+ */
211
+ inspectionStandardBatchImportUpload(parkId: number, file: File, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOInspectionStandardImportDTO>>;
212
+ /**
213
+ *
214
+ * @summary 巡检标准列表
215
+ * @param {number} parkId 园区id
216
+ * @param {number} pageSize 每页数量
217
+ * @param {number} page 页码
218
+ * @param {string} [searchValue] 内容
219
+ * @param {InspectionCategoryEnum} [category] 巡检分类
220
+ * @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
221
+ * @param {*} [options] Override http request option.
222
+ * @throws {RequiredError}
223
+ */
224
+ listInspectionStandard(parkId: number, pageSize: number, page: number, searchValue?: string, category?: InspectionCategoryEnum, repeats?: WorkOrderPlanRepeatsEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoInspectionStandardEntity>>;
225
+ /**
226
+ *
227
+ * @summary 同步其他园区巡检标准
228
+ * @param {number} parkIdOne
229
+ * @param {number} parkIdTwo
230
+ * @param {*} [options] Override http request option.
231
+ * @throws {RequiredError}
232
+ */
233
+ syncInspectionStandard(parkIdOne: number, parkIdTwo: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
234
+ /**
235
+ *
236
+ * @summary 修改巡检标准
237
+ * @param {number} id
238
+ * @param {InspectionStandardAddOrUpdateVO} inspectionStandardAddOrUpdateVO
239
+ * @param {*} [options] Override http request option.
240
+ * @throws {RequiredError}
241
+ */
242
+ updateInspectionStandard(id: number, inspectionStandardAddOrUpdateVO: InspectionStandardAddOrUpdateVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
243
+ };
244
+ /**
245
+ * InspectionStandardApi - factory interface
246
+ * @export
247
+ */
248
+ export declare const InspectionStandardApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
249
+ /**
250
+ *
251
+ * @summary 添加巡检标准
252
+ * @param {InspectionStandardApiCreateInspectionStandardRequest} requestParameters Request parameters.
253
+ * @param {*} [options] Override http request option.
254
+ * @throws {RequiredError}
255
+ */
256
+ createInspectionStandard(requestParameters: InspectionStandardApiCreateInspectionStandardRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
257
+ /**
258
+ *
259
+ * @summary 删除巡检标准
260
+ * @param {InspectionStandardApiDeleteInspectionStandardRequest} requestParameters Request parameters.
261
+ * @param {*} [options] Override http request option.
262
+ * @throws {RequiredError}
263
+ */
264
+ deleteInspectionStandard(requestParameters: InspectionStandardApiDeleteInspectionStandardRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
265
+ /**
266
+ *
267
+ * @summary 批量删除巡检标准
268
+ * @param {InspectionStandardApiDeleteInspectionStandardsRequest} requestParameters Request parameters.
269
+ * @param {*} [options] Override http request option.
270
+ * @throws {RequiredError}
271
+ */
272
+ deleteInspectionStandards(requestParameters: InspectionStandardApiDeleteInspectionStandardsRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
273
+ /**
274
+ *
275
+ * @summary 巡检标准详情
276
+ * @param {InspectionStandardApiGetInspectionStandardRequest} requestParameters Request parameters.
277
+ * @param {*} [options] Override http request option.
278
+ * @throws {RequiredError}
279
+ */
280
+ getInspectionStandard(requestParameters: InspectionStandardApiGetInspectionStandardRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultInspectionStandardEntity>;
281
+ /**
282
+ *
283
+ * @summary 巡检标准导出-数据
284
+ * @param {InspectionStandardApiInspectionStandardBatchExportRequest} requestParameters Request parameters.
285
+ * @param {*} [options] Override http request option.
286
+ * @throws {RequiredError}
287
+ */
288
+ inspectionStandardBatchExport(requestParameters: InspectionStandardApiInspectionStandardBatchExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
289
+ /**
290
+ *
291
+ * @summary 巡检标准导入-确认导入
292
+ * @param {*} [options] Override http request option.
293
+ * @throws {RequiredError}
294
+ */
295
+ inspectionStandardBatchImportConfirm(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOInspectionStandardImportDTO>;
296
+ /**
297
+ *
298
+ * @summary 巡检标准导入-预览结果
299
+ * @param {*} [options] Override http request option.
300
+ * @throws {RequiredError}
301
+ */
302
+ inspectionStandardBatchImportPreview(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOInspectionStandardImportDTO>;
303
+ /**
304
+ *
305
+ * @summary 巡检标准导入-下载模板
306
+ * @param {*} [options] Override http request option.
307
+ * @throws {RequiredError}
308
+ */
309
+ inspectionStandardBatchImportTemplate(options?: RawAxiosRequestConfig): AxiosPromise<void>;
310
+ /**
311
+ *
312
+ * @summary 巡检标准导入-上传文件
313
+ * @param {InspectionStandardApiInspectionStandardBatchImportUploadRequest} requestParameters Request parameters.
314
+ * @param {*} [options] Override http request option.
315
+ * @throws {RequiredError}
316
+ */
317
+ inspectionStandardBatchImportUpload(requestParameters: InspectionStandardApiInspectionStandardBatchImportUploadRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOInspectionStandardImportDTO>;
318
+ /**
319
+ *
320
+ * @summary 巡检标准列表
321
+ * @param {InspectionStandardApiListInspectionStandardRequest} requestParameters Request parameters.
322
+ * @param {*} [options] Override http request option.
323
+ * @throws {RequiredError}
324
+ */
325
+ listInspectionStandard(requestParameters: InspectionStandardApiListInspectionStandardRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoInspectionStandardEntity>;
326
+ /**
327
+ *
328
+ * @summary 同步其他园区巡检标准
329
+ * @param {InspectionStandardApiSyncInspectionStandardRequest} requestParameters Request parameters.
330
+ * @param {*} [options] Override http request option.
331
+ * @throws {RequiredError}
332
+ */
333
+ syncInspectionStandard(requestParameters: InspectionStandardApiSyncInspectionStandardRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
334
+ /**
335
+ *
336
+ * @summary 修改巡检标准
337
+ * @param {InspectionStandardApiUpdateInspectionStandardRequest} requestParameters Request parameters.
338
+ * @param {*} [options] Override http request option.
339
+ * @throws {RequiredError}
340
+ */
341
+ updateInspectionStandard(requestParameters: InspectionStandardApiUpdateInspectionStandardRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
342
+ };
343
+ /**
344
+ * Request parameters for createInspectionStandard operation in InspectionStandardApi.
345
+ * @export
346
+ * @interface InspectionStandardApiCreateInspectionStandardRequest
347
+ */
348
+ export interface InspectionStandardApiCreateInspectionStandardRequest {
349
+ /**
350
+ *
351
+ * @type {Array<InspectionStandardAddOrUpdateVO>}
352
+ * @memberof InspectionStandardApiCreateInspectionStandard
353
+ */
354
+ readonly inspectionStandardAddOrUpdateVO: Array<InspectionStandardAddOrUpdateVO>;
355
+ }
356
+ /**
357
+ * Request parameters for deleteInspectionStandard operation in InspectionStandardApi.
358
+ * @export
359
+ * @interface InspectionStandardApiDeleteInspectionStandardRequest
360
+ */
361
+ export interface InspectionStandardApiDeleteInspectionStandardRequest {
362
+ /**
363
+ * 巡检标准id
364
+ * @type {number}
365
+ * @memberof InspectionStandardApiDeleteInspectionStandard
366
+ */
367
+ readonly id: number;
368
+ }
369
+ /**
370
+ * Request parameters for deleteInspectionStandards operation in InspectionStandardApi.
371
+ * @export
372
+ * @interface InspectionStandardApiDeleteInspectionStandardsRequest
373
+ */
374
+ export interface InspectionStandardApiDeleteInspectionStandardsRequest {
375
+ /**
376
+ *
377
+ * @type {Array<number>}
378
+ * @memberof InspectionStandardApiDeleteInspectionStandards
379
+ */
380
+ readonly requestBody: Array<number>;
381
+ }
382
+ /**
383
+ * Request parameters for getInspectionStandard operation in InspectionStandardApi.
384
+ * @export
385
+ * @interface InspectionStandardApiGetInspectionStandardRequest
386
+ */
387
+ export interface InspectionStandardApiGetInspectionStandardRequest {
388
+ /**
389
+ *
390
+ * @type {number}
391
+ * @memberof InspectionStandardApiGetInspectionStandard
392
+ */
393
+ readonly id: number;
394
+ }
395
+ /**
396
+ * Request parameters for inspectionStandardBatchExport operation in InspectionStandardApi.
397
+ * @export
398
+ * @interface InspectionStandardApiInspectionStandardBatchExportRequest
399
+ */
400
+ export interface InspectionStandardApiInspectionStandardBatchExportRequest {
401
+ /**
402
+ * 园区id
403
+ * @type {number}
404
+ * @memberof InspectionStandardApiInspectionStandardBatchExport
405
+ */
406
+ readonly parkId: number;
407
+ /**
408
+ * 内容
409
+ * @type {string}
410
+ * @memberof InspectionStandardApiInspectionStandardBatchExport
411
+ */
412
+ readonly searchValue?: string;
413
+ /**
414
+ * 巡检分类
415
+ * @type {InspectionCategoryEnum}
416
+ * @memberof InspectionStandardApiInspectionStandardBatchExport
417
+ */
418
+ readonly category?: InspectionCategoryEnum;
419
+ /**
420
+ * 周期
421
+ * @type {WorkOrderPlanRepeatsEnum}
422
+ * @memberof InspectionStandardApiInspectionStandardBatchExport
423
+ */
424
+ readonly repeats?: WorkOrderPlanRepeatsEnum;
425
+ }
426
+ /**
427
+ * Request parameters for inspectionStandardBatchImportUpload operation in InspectionStandardApi.
428
+ * @export
429
+ * @interface InspectionStandardApiInspectionStandardBatchImportUploadRequest
430
+ */
431
+ export interface InspectionStandardApiInspectionStandardBatchImportUploadRequest {
432
+ /**
433
+ * 园区id
434
+ * @type {number}
435
+ * @memberof InspectionStandardApiInspectionStandardBatchImportUpload
436
+ */
437
+ readonly parkId: number;
438
+ /**
439
+ *
440
+ * @type {File}
441
+ * @memberof InspectionStandardApiInspectionStandardBatchImportUpload
442
+ */
443
+ readonly file: File;
444
+ /**
445
+ * 语言
446
+ * @type {string}
447
+ * @memberof InspectionStandardApiInspectionStandardBatchImportUpload
448
+ */
449
+ readonly language?: string;
450
+ }
451
+ /**
452
+ * Request parameters for listInspectionStandard operation in InspectionStandardApi.
453
+ * @export
454
+ * @interface InspectionStandardApiListInspectionStandardRequest
455
+ */
456
+ export interface InspectionStandardApiListInspectionStandardRequest {
457
+ /**
458
+ * 园区id
459
+ * @type {number}
460
+ * @memberof InspectionStandardApiListInspectionStandard
461
+ */
462
+ readonly parkId: number;
463
+ /**
464
+ * 每页数量
465
+ * @type {number}
466
+ * @memberof InspectionStandardApiListInspectionStandard
467
+ */
468
+ readonly pageSize: number;
469
+ /**
470
+ * 页码
471
+ * @type {number}
472
+ * @memberof InspectionStandardApiListInspectionStandard
473
+ */
474
+ readonly page: number;
475
+ /**
476
+ * 内容
477
+ * @type {string}
478
+ * @memberof InspectionStandardApiListInspectionStandard
479
+ */
480
+ readonly searchValue?: string;
481
+ /**
482
+ * 巡检分类
483
+ * @type {InspectionCategoryEnum}
484
+ * @memberof InspectionStandardApiListInspectionStandard
485
+ */
486
+ readonly category?: InspectionCategoryEnum;
487
+ /**
488
+ * 周期
489
+ * @type {WorkOrderPlanRepeatsEnum}
490
+ * @memberof InspectionStandardApiListInspectionStandard
491
+ */
492
+ readonly repeats?: WorkOrderPlanRepeatsEnum;
493
+ }
494
+ /**
495
+ * Request parameters for syncInspectionStandard operation in InspectionStandardApi.
496
+ * @export
497
+ * @interface InspectionStandardApiSyncInspectionStandardRequest
498
+ */
499
+ export interface InspectionStandardApiSyncInspectionStandardRequest {
500
+ /**
501
+ *
502
+ * @type {number}
503
+ * @memberof InspectionStandardApiSyncInspectionStandard
504
+ */
505
+ readonly parkIdOne: number;
506
+ /**
507
+ *
508
+ * @type {number}
509
+ * @memberof InspectionStandardApiSyncInspectionStandard
510
+ */
511
+ readonly parkIdTwo: number;
512
+ }
513
+ /**
514
+ * Request parameters for updateInspectionStandard operation in InspectionStandardApi.
515
+ * @export
516
+ * @interface InspectionStandardApiUpdateInspectionStandardRequest
517
+ */
518
+ export interface InspectionStandardApiUpdateInspectionStandardRequest {
519
+ /**
520
+ *
521
+ * @type {number}
522
+ * @memberof InspectionStandardApiUpdateInspectionStandard
523
+ */
524
+ readonly id: number;
525
+ /**
526
+ *
527
+ * @type {InspectionStandardAddOrUpdateVO}
528
+ * @memberof InspectionStandardApiUpdateInspectionStandard
529
+ */
530
+ readonly inspectionStandardAddOrUpdateVO: InspectionStandardAddOrUpdateVO;
531
+ }
532
+ /**
533
+ * InspectionStandardApi - object-oriented interface
534
+ * @export
535
+ * @class InspectionStandardApi
536
+ * @extends {BaseAPI}
537
+ */
538
+ export declare class InspectionStandardApi extends BaseAPI {
539
+ /**
540
+ *
541
+ * @summary 添加巡检标准
542
+ * @param {InspectionStandardApiCreateInspectionStandardRequest} requestParameters Request parameters.
543
+ * @param {*} [options] Override http request option.
544
+ * @throws {RequiredError}
545
+ * @memberof InspectionStandardApi
546
+ */
547
+ createInspectionStandard(requestParameters: InspectionStandardApiCreateInspectionStandardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
548
+ /**
549
+ *
550
+ * @summary 删除巡检标准
551
+ * @param {InspectionStandardApiDeleteInspectionStandardRequest} requestParameters Request parameters.
552
+ * @param {*} [options] Override http request option.
553
+ * @throws {RequiredError}
554
+ * @memberof InspectionStandardApi
555
+ */
556
+ deleteInspectionStandard(requestParameters: InspectionStandardApiDeleteInspectionStandardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
557
+ /**
558
+ *
559
+ * @summary 批量删除巡检标准
560
+ * @param {InspectionStandardApiDeleteInspectionStandardsRequest} requestParameters Request parameters.
561
+ * @param {*} [options] Override http request option.
562
+ * @throws {RequiredError}
563
+ * @memberof InspectionStandardApi
564
+ */
565
+ deleteInspectionStandards(requestParameters: InspectionStandardApiDeleteInspectionStandardsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
566
+ /**
567
+ *
568
+ * @summary 巡检标准详情
569
+ * @param {InspectionStandardApiGetInspectionStandardRequest} requestParameters Request parameters.
570
+ * @param {*} [options] Override http request option.
571
+ * @throws {RequiredError}
572
+ * @memberof InspectionStandardApi
573
+ */
574
+ getInspectionStandard(requestParameters: InspectionStandardApiGetInspectionStandardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultInspectionStandardEntity, any>>;
575
+ /**
576
+ *
577
+ * @summary 巡检标准导出-数据
578
+ * @param {InspectionStandardApiInspectionStandardBatchExportRequest} requestParameters Request parameters.
579
+ * @param {*} [options] Override http request option.
580
+ * @throws {RequiredError}
581
+ * @memberof InspectionStandardApi
582
+ */
583
+ inspectionStandardBatchExport(requestParameters: InspectionStandardApiInspectionStandardBatchExportRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
584
+ /**
585
+ *
586
+ * @summary 巡检标准导入-确认导入
587
+ * @param {*} [options] Override http request option.
588
+ * @throws {RequiredError}
589
+ * @memberof InspectionStandardApi
590
+ */
591
+ inspectionStandardBatchImportConfirm(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultExcelImportResultDTOInspectionStandardImportDTO, any>>;
592
+ /**
593
+ *
594
+ * @summary 巡检标准导入-预览结果
595
+ * @param {*} [options] Override http request option.
596
+ * @throws {RequiredError}
597
+ * @memberof InspectionStandardApi
598
+ */
599
+ inspectionStandardBatchImportPreview(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultExcelImportResultDTOInspectionStandardImportDTO, any>>;
600
+ /**
601
+ *
602
+ * @summary 巡检标准导入-下载模板
603
+ * @param {*} [options] Override http request option.
604
+ * @throws {RequiredError}
605
+ * @memberof InspectionStandardApi
606
+ */
607
+ inspectionStandardBatchImportTemplate(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
608
+ /**
609
+ *
610
+ * @summary 巡检标准导入-上传文件
611
+ * @param {InspectionStandardApiInspectionStandardBatchImportUploadRequest} requestParameters Request parameters.
612
+ * @param {*} [options] Override http request option.
613
+ * @throws {RequiredError}
614
+ * @memberof InspectionStandardApi
615
+ */
616
+ inspectionStandardBatchImportUpload(requestParameters: InspectionStandardApiInspectionStandardBatchImportUploadRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultExcelImportResultDTOInspectionStandardImportDTO, any>>;
617
+ /**
618
+ *
619
+ * @summary 巡检标准列表
620
+ * @param {InspectionStandardApiListInspectionStandardRequest} requestParameters Request parameters.
621
+ * @param {*} [options] Override http request option.
622
+ * @throws {RequiredError}
623
+ * @memberof InspectionStandardApi
624
+ */
625
+ listInspectionStandard(requestParameters: InspectionStandardApiListInspectionStandardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultPageDtoInspectionStandardEntity, any>>;
626
+ /**
627
+ *
628
+ * @summary 同步其他园区巡检标准
629
+ * @param {InspectionStandardApiSyncInspectionStandardRequest} requestParameters Request parameters.
630
+ * @param {*} [options] Override http request option.
631
+ * @throws {RequiredError}
632
+ * @memberof InspectionStandardApi
633
+ */
634
+ syncInspectionStandard(requestParameters: InspectionStandardApiSyncInspectionStandardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
635
+ /**
636
+ *
637
+ * @summary 修改巡检标准
638
+ * @param {InspectionStandardApiUpdateInspectionStandardRequest} requestParameters Request parameters.
639
+ * @param {*} [options] Override http request option.
640
+ * @throws {RequiredError}
641
+ * @memberof InspectionStandardApi
642
+ */
643
+ updateInspectionStandard(requestParameters: InspectionStandardApiUpdateInspectionStandardRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
644
+ }