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

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