@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
@@ -37,32 +37,24 @@ const CalendarApiAxiosParamCreator = function (configuration) {
37
37
  return {
38
38
  /**
39
39
  *
40
- * @summary 导出
41
- * @param {number} year
42
- * @param {string} [language]
40
+ * @summary 导入-确认
43
41
  * @param {*} [options] Override http request option.
44
42
  * @throws {RequiredError}
45
43
  */
46
- exportList2: (year_1, language_1, ...args_1) => __awaiter(this, [year_1, language_1, ...args_1], void 0, function* (year, language, options = {}) {
47
- // verify required parameter 'year' is not null or undefined
48
- (0, common_1.assertParamExists)('exportList2', 'year', year);
49
- const localVarPath = `/calendar/exportList/{year}`
50
- .replace(`{${"year"}}`, encodeURIComponent(String(year)));
44
+ calendarBatchImportConfirm: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
45
+ const localVarPath = `/calendar/batchImport/confirm`;
51
46
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
52
47
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
53
48
  let baseOptions;
54
49
  if (configuration) {
55
50
  baseOptions = configuration.baseOptions;
56
51
  }
57
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
52
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
58
53
  const localVarHeaderParameter = {};
59
54
  const localVarQueryParameter = {};
60
55
  // authentication tokenScheme required
61
56
  // http bearer authentication required
62
57
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
63
- if (language !== undefined) {
64
- localVarQueryParameter['language'] = language;
65
- }
66
58
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
67
59
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
68
60
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -73,12 +65,12 @@ const CalendarApiAxiosParamCreator = function (configuration) {
73
65
  }),
74
66
  /**
75
67
  *
76
- * @summary 导入-入库
68
+ * @summary 导入-预览
77
69
  * @param {*} [options] Override http request option.
78
70
  * @throws {RequiredError}
79
71
  */
80
- exportMysql1: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
81
- const localVarPath = `/calendar/exportMysql`;
72
+ calendarBatchImportPreView: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
73
+ const localVarPath = `/calendar/batchImport/preView`;
82
74
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
83
75
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
84
76
  let baseOptions;
@@ -101,12 +93,13 @@ const CalendarApiAxiosParamCreator = function (configuration) {
101
93
  }),
102
94
  /**
103
95
  *
104
- * @summary 导入结果确认
96
+ * @summary 导入-下载模板
97
+ * @param {string} [language]
105
98
  * @param {*} [options] Override http request option.
106
99
  * @throws {RequiredError}
107
100
  */
108
- exportRedisList1: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
109
- const localVarPath = `/calendar/exportRedisList`;
101
+ calendarBatchImportTemplate: (language_1, ...args_1) => __awaiter(this, [language_1, ...args_1], void 0, function* (language, options = {}) {
102
+ const localVarPath = `/calendar/batchImport/template`;
110
103
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
111
104
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
112
105
  let baseOptions;
@@ -119,6 +112,9 @@ const CalendarApiAxiosParamCreator = function (configuration) {
119
112
  // authentication tokenScheme required
120
113
  // http bearer authentication required
121
114
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
115
+ if (language !== undefined) {
116
+ localVarQueryParameter['language'] = language;
117
+ }
122
118
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
123
119
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
124
120
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
@@ -129,35 +125,46 @@ const CalendarApiAxiosParamCreator = function (configuration) {
129
125
  }),
130
126
  /**
131
127
  *
132
- * @summary 获取日历设置
133
- * @param {string} date
128
+ * @summary 导入-上传文件
129
+ * @param {number} parkId 园区id
130
+ * @param {File} file
131
+ * @param {string} [language] 语言
134
132
  * @param {*} [options] Override http request option.
135
133
  * @throws {RequiredError}
136
134
  */
137
- getByDate: (date_1, ...args_1) => __awaiter(this, [date_1, ...args_1], void 0, function* (date, options = {}) {
138
- // verify required parameter 'date' is not null or undefined
139
- (0, common_1.assertParamExists)('getByDate', 'date', date);
140
- const localVarPath = `/calendar/getByDate`;
135
+ calendarBatchImportUpload: (parkId_1, file_1, language_1, ...args_1) => __awaiter(this, [parkId_1, file_1, language_1, ...args_1], void 0, function* (parkId, file, language, options = {}) {
136
+ // verify required parameter 'parkId' is not null or undefined
137
+ (0, common_1.assertParamExists)('calendarBatchImportUpload', 'parkId', parkId);
138
+ // verify required parameter 'file' is not null or undefined
139
+ (0, common_1.assertParamExists)('calendarBatchImportUpload', 'file', file);
140
+ const localVarPath = `/calendar/batchImport/upload`;
141
141
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
142
142
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
143
143
  let baseOptions;
144
144
  if (configuration) {
145
145
  baseOptions = configuration.baseOptions;
146
146
  }
147
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
147
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
148
148
  const localVarHeaderParameter = {};
149
149
  const localVarQueryParameter = {};
150
+ const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
150
151
  // authentication tokenScheme required
151
152
  // http bearer authentication required
152
153
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
153
- if (date !== undefined) {
154
- localVarQueryParameter['date'] = (date instanceof Date) ?
155
- date.toISOString() :
156
- date;
154
+ if (parkId !== undefined) {
155
+ localVarFormParams.append('parkId', parkId);
156
+ }
157
+ if (language !== undefined) {
158
+ localVarFormParams.append('language', language);
159
+ }
160
+ if (file !== undefined) {
161
+ localVarFormParams.append('file', file);
157
162
  }
163
+ localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
158
164
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
159
165
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
160
166
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
167
+ localVarRequestOptions.data = localVarFormParams;
161
168
  return {
162
169
  url: (0, common_1.toPathString)(localVarUrlObj),
163
170
  options: localVarRequestOptions,
@@ -165,21 +172,24 @@ const CalendarApiAxiosParamCreator = function (configuration) {
165
172
  }),
166
173
  /**
167
174
  *
168
- * @summary 导入redis
175
+ * @summary 导出
176
+ * @param {number} year
169
177
  * @param {string} [language]
170
- * @param {SaveWaterMeterBatchRequest} [saveWaterMeterBatchRequest]
171
178
  * @param {*} [options] Override http request option.
172
179
  * @throws {RequiredError}
173
180
  */
174
- saveBatchExport1: (language_1, saveWaterMeterBatchRequest_1, ...args_1) => __awaiter(this, [language_1, saveWaterMeterBatchRequest_1, ...args_1], void 0, function* (language, saveWaterMeterBatchRequest, options = {}) {
175
- const localVarPath = `/calendar/saveBatchExport`;
181
+ calendarExport: (year_1, language_1, ...args_1) => __awaiter(this, [year_1, language_1, ...args_1], void 0, function* (year, language, options = {}) {
182
+ // verify required parameter 'year' is not null or undefined
183
+ (0, common_1.assertParamExists)('calendarExport', 'year', year);
184
+ const localVarPath = `/calendar/export/{year}`
185
+ .replace(`{${"year"}}`, encodeURIComponent(String(year)));
176
186
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
177
187
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
178
188
  let baseOptions;
179
189
  if (configuration) {
180
190
  baseOptions = configuration.baseOptions;
181
191
  }
182
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
192
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
183
193
  const localVarHeaderParameter = {};
184
194
  const localVarQueryParameter = {};
185
195
  // authentication tokenScheme required
@@ -188,11 +198,9 @@ const CalendarApiAxiosParamCreator = function (configuration) {
188
198
  if (language !== undefined) {
189
199
  localVarQueryParameter['language'] = language;
190
200
  }
191
- localVarHeaderParameter['Content-Type'] = 'application/json';
192
201
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
193
202
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
194
203
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
195
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(saveWaterMeterBatchRequest, localVarRequestOptions, configuration);
196
204
  return {
197
205
  url: (0, common_1.toPathString)(localVarUrlObj),
198
206
  options: localVarRequestOptions,
@@ -200,14 +208,15 @@ const CalendarApiAxiosParamCreator = function (configuration) {
200
208
  }),
201
209
  /**
202
210
  *
203
- * @summary 根据时间区间查询
204
- * @param {string} [start] 开始时间
205
- * @param {string} [end] 结束时间
211
+ * @summary 获取日历设置
212
+ * @param {string} date
206
213
  * @param {*} [options] Override http request option.
207
214
  * @throws {RequiredError}
208
215
  */
209
- sectionQuery: (start_1, end_1, ...args_1) => __awaiter(this, [start_1, end_1, ...args_1], void 0, function* (start, end, options = {}) {
210
- const localVarPath = `/calendar/sectionQuery`;
216
+ getByDate: (date_1, ...args_1) => __awaiter(this, [date_1, ...args_1], void 0, function* (date, options = {}) {
217
+ // verify required parameter 'date' is not null or undefined
218
+ (0, common_1.assertParamExists)('getByDate', 'date', date);
219
+ const localVarPath = `/calendar/getByDate`;
211
220
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
212
221
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
213
222
  let baseOptions;
@@ -220,15 +229,10 @@ const CalendarApiAxiosParamCreator = function (configuration) {
220
229
  // authentication tokenScheme required
221
230
  // http bearer authentication required
222
231
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
223
- if (start !== undefined) {
224
- localVarQueryParameter['start'] = (start instanceof Date) ?
225
- start.toISOString() :
226
- start;
227
- }
228
- if (end !== undefined) {
229
- localVarQueryParameter['end'] = (end instanceof Date) ?
230
- end.toISOString() :
231
- end;
232
+ if (date !== undefined) {
233
+ localVarQueryParameter['date'] = (date instanceof Date) ?
234
+ date.toISOString() :
235
+ date;
232
236
  }
233
237
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
234
238
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
@@ -240,32 +244,39 @@ const CalendarApiAxiosParamCreator = function (configuration) {
240
244
  }),
241
245
  /**
242
246
  *
243
- * @summary 修改日期
244
- * @param {CalendarSaveUpdateDto} calendarSaveUpdateDto
247
+ * @summary 根据时间区间查询
248
+ * @param {string} [start] 开始时间
249
+ * @param {string} [end] 结束时间
245
250
  * @param {*} [options] Override http request option.
246
251
  * @throws {RequiredError}
247
252
  */
248
- updateOrAdd: (calendarSaveUpdateDto_1, ...args_1) => __awaiter(this, [calendarSaveUpdateDto_1, ...args_1], void 0, function* (calendarSaveUpdateDto, options = {}) {
249
- // verify required parameter 'calendarSaveUpdateDto' is not null or undefined
250
- (0, common_1.assertParamExists)('updateOrAdd', 'calendarSaveUpdateDto', calendarSaveUpdateDto);
251
- const localVarPath = `/calendar/updateOrAdd`;
253
+ sectionQuery: (start_1, end_1, ...args_1) => __awaiter(this, [start_1, end_1, ...args_1], void 0, function* (start, end, options = {}) {
254
+ const localVarPath = `/calendar/sectionQuery`;
252
255
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
253
256
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
254
257
  let baseOptions;
255
258
  if (configuration) {
256
259
  baseOptions = configuration.baseOptions;
257
260
  }
258
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
261
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
259
262
  const localVarHeaderParameter = {};
260
263
  const localVarQueryParameter = {};
261
264
  // authentication tokenScheme required
262
265
  // http bearer authentication required
263
266
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
264
- localVarHeaderParameter['Content-Type'] = 'application/json';
267
+ if (start !== undefined) {
268
+ localVarQueryParameter['start'] = (start instanceof Date) ?
269
+ start.toISOString() :
270
+ start;
271
+ }
272
+ if (end !== undefined) {
273
+ localVarQueryParameter['end'] = (end instanceof Date) ?
274
+ end.toISOString() :
275
+ end;
276
+ }
265
277
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
266
278
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
267
279
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
268
- localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(calendarSaveUpdateDto, localVarRequestOptions, configuration);
269
280
  return {
270
281
  url: (0, common_1.toPathString)(localVarUrlObj),
271
282
  options: localVarRequestOptions,
@@ -273,31 +284,32 @@ const CalendarApiAxiosParamCreator = function (configuration) {
273
284
  }),
274
285
  /**
275
286
  *
276
- * @summary 导入模板
277
- * @param {string} [language]
287
+ * @summary 修改日期
288
+ * @param {CalendarSaveUpdateDto} calendarSaveUpdateDto
278
289
  * @param {*} [options] Override http request option.
279
290
  * @throws {RequiredError}
280
291
  */
281
- uploadAdd4: (language_1, ...args_1) => __awaiter(this, [language_1, ...args_1], void 0, function* (language, options = {}) {
282
- const localVarPath = `/calendar/uploadAdd`;
292
+ updateOrAdd: (calendarSaveUpdateDto_1, ...args_1) => __awaiter(this, [calendarSaveUpdateDto_1, ...args_1], void 0, function* (calendarSaveUpdateDto, options = {}) {
293
+ // verify required parameter 'calendarSaveUpdateDto' is not null or undefined
294
+ (0, common_1.assertParamExists)('updateOrAdd', 'calendarSaveUpdateDto', calendarSaveUpdateDto);
295
+ const localVarPath = `/calendar/updateOrAdd`;
283
296
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
284
297
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
285
298
  let baseOptions;
286
299
  if (configuration) {
287
300
  baseOptions = configuration.baseOptions;
288
301
  }
289
- const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
302
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
290
303
  const localVarHeaderParameter = {};
291
304
  const localVarQueryParameter = {};
292
305
  // authentication tokenScheme required
293
306
  // http bearer authentication required
294
307
  yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
295
- if (language !== undefined) {
296
- localVarQueryParameter['language'] = language;
297
- }
308
+ localVarHeaderParameter['Content-Type'] = 'application/json';
298
309
  (0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
299
310
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
300
311
  localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
312
+ localVarRequestOptions.data = (0, common_1.serializeDataIfNeeded)(calendarSaveUpdateDto, localVarRequestOptions, configuration);
301
313
  return {
302
314
  url: (0, common_1.toPathString)(localVarUrlObj),
303
315
  options: localVarRequestOptions,
@@ -315,130 +327,131 @@ const CalendarApiFp = function (configuration) {
315
327
  return {
316
328
  /**
317
329
  *
318
- * @summary 导出
319
- * @param {number} year
320
- * @param {string} [language]
330
+ * @summary 导入-确认
321
331
  * @param {*} [options] Override http request option.
322
332
  * @throws {RequiredError}
323
333
  */
324
- exportList2(year, language, options) {
334
+ calendarBatchImportConfirm(options) {
325
335
  return __awaiter(this, void 0, void 0, function* () {
326
336
  var _a, _b, _c;
327
- const localVarAxiosArgs = yield localVarAxiosParamCreator.exportList2(year, language, options);
337
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarBatchImportConfirm(options);
328
338
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
329
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CalendarApi.exportList2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
339
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CalendarApi.calendarBatchImportConfirm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
330
340
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
331
341
  });
332
342
  },
333
343
  /**
334
344
  *
335
- * @summary 导入-入库
345
+ * @summary 导入-预览
336
346
  * @param {*} [options] Override http request option.
337
347
  * @throws {RequiredError}
338
348
  */
339
- exportMysql1(options) {
349
+ calendarBatchImportPreView(options) {
340
350
  return __awaiter(this, void 0, void 0, function* () {
341
351
  var _a, _b, _c;
342
- const localVarAxiosArgs = yield localVarAxiosParamCreator.exportMysql1(options);
352
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarBatchImportPreView(options);
343
353
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
344
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CalendarApi.exportMysql1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
354
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CalendarApi.calendarBatchImportPreView']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
345
355
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
346
356
  });
347
357
  },
348
358
  /**
349
359
  *
350
- * @summary 导入结果确认
360
+ * @summary 导入-下载模板
361
+ * @param {string} [language]
351
362
  * @param {*} [options] Override http request option.
352
363
  * @throws {RequiredError}
353
364
  */
354
- exportRedisList1(options) {
365
+ calendarBatchImportTemplate(language, options) {
355
366
  return __awaiter(this, void 0, void 0, function* () {
356
367
  var _a, _b, _c;
357
- const localVarAxiosArgs = yield localVarAxiosParamCreator.exportRedisList1(options);
368
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarBatchImportTemplate(language, options);
358
369
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
359
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CalendarApi.exportRedisList1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
370
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CalendarApi.calendarBatchImportTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
360
371
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
361
372
  });
362
373
  },
363
374
  /**
364
375
  *
365
- * @summary 获取日历设置
366
- * @param {string} date
376
+ * @summary 导入-上传文件
377
+ * @param {number} parkId 园区id
378
+ * @param {File} file
379
+ * @param {string} [language] 语言
367
380
  * @param {*} [options] Override http request option.
368
381
  * @throws {RequiredError}
369
382
  */
370
- getByDate(date, options) {
383
+ calendarBatchImportUpload(parkId, file, language, options) {
371
384
  return __awaiter(this, void 0, void 0, function* () {
372
385
  var _a, _b, _c;
373
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getByDate(date, options);
386
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarBatchImportUpload(parkId, file, language, options);
374
387
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
375
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CalendarApi.getByDate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
388
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CalendarApi.calendarBatchImportUpload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
376
389
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
377
390
  });
378
391
  },
379
392
  /**
380
393
  *
381
- * @summary 导入redis
394
+ * @summary 导出
395
+ * @param {number} year
382
396
  * @param {string} [language]
383
- * @param {SaveWaterMeterBatchRequest} [saveWaterMeterBatchRequest]
384
397
  * @param {*} [options] Override http request option.
385
398
  * @throws {RequiredError}
386
399
  */
387
- saveBatchExport1(language, saveWaterMeterBatchRequest, options) {
400
+ calendarExport(year, language, options) {
388
401
  return __awaiter(this, void 0, void 0, function* () {
389
402
  var _a, _b, _c;
390
- const localVarAxiosArgs = yield localVarAxiosParamCreator.saveBatchExport1(language, saveWaterMeterBatchRequest, options);
403
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarExport(year, language, options);
391
404
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
392
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CalendarApi.saveBatchExport1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
405
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CalendarApi.calendarExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
393
406
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
394
407
  });
395
408
  },
396
409
  /**
397
410
  *
398
- * @summary 根据时间区间查询
399
- * @param {string} [start] 开始时间
400
- * @param {string} [end] 结束时间
411
+ * @summary 获取日历设置
412
+ * @param {string} date
401
413
  * @param {*} [options] Override http request option.
402
414
  * @throws {RequiredError}
403
415
  */
404
- sectionQuery(start, end, options) {
416
+ getByDate(date, options) {
405
417
  return __awaiter(this, void 0, void 0, function* () {
406
418
  var _a, _b, _c;
407
- const localVarAxiosArgs = yield localVarAxiosParamCreator.sectionQuery(start, end, options);
419
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getByDate(date, options);
408
420
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
409
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CalendarApi.sectionQuery']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
421
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CalendarApi.getByDate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
410
422
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
411
423
  });
412
424
  },
413
425
  /**
414
426
  *
415
- * @summary 修改日期
416
- * @param {CalendarSaveUpdateDto} calendarSaveUpdateDto
427
+ * @summary 根据时间区间查询
428
+ * @param {string} [start] 开始时间
429
+ * @param {string} [end] 结束时间
417
430
  * @param {*} [options] Override http request option.
418
431
  * @throws {RequiredError}
419
432
  */
420
- updateOrAdd(calendarSaveUpdateDto, options) {
433
+ sectionQuery(start, end, options) {
421
434
  return __awaiter(this, void 0, void 0, function* () {
422
435
  var _a, _b, _c;
423
- const localVarAxiosArgs = yield localVarAxiosParamCreator.updateOrAdd(calendarSaveUpdateDto, options);
436
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.sectionQuery(start, end, options);
424
437
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
425
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CalendarApi.updateOrAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
438
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CalendarApi.sectionQuery']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
426
439
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
427
440
  });
428
441
  },
429
442
  /**
430
443
  *
431
- * @summary 导入模板
432
- * @param {string} [language]
444
+ * @summary 修改日期
445
+ * @param {CalendarSaveUpdateDto} calendarSaveUpdateDto
433
446
  * @param {*} [options] Override http request option.
434
447
  * @throws {RequiredError}
435
448
  */
436
- uploadAdd4(language, options) {
449
+ updateOrAdd(calendarSaveUpdateDto, options) {
437
450
  return __awaiter(this, void 0, void 0, function* () {
438
451
  var _a, _b, _c;
439
- const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadAdd4(language, options);
452
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.updateOrAdd(calendarSaveUpdateDto, options);
440
453
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
441
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CalendarApi.uploadAdd4']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
454
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CalendarApi.updateOrAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
442
455
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
443
456
  });
444
457
  },
@@ -454,51 +467,61 @@ const CalendarApiFactory = function (configuration, basePath, axios) {
454
467
  return {
455
468
  /**
456
469
  *
457
- * @summary 导出
458
- * @param {CalendarApiExportList2Request} requestParameters Request parameters.
470
+ * @summary 导入-确认
459
471
  * @param {*} [options] Override http request option.
460
472
  * @throws {RequiredError}
461
473
  */
462
- exportList2(requestParameters, options) {
463
- return localVarFp.exportList2(requestParameters.year, requestParameters.language, options).then((request) => request(axios, basePath));
474
+ calendarBatchImportConfirm(options) {
475
+ return localVarFp.calendarBatchImportConfirm(options).then((request) => request(axios, basePath));
464
476
  },
465
477
  /**
466
478
  *
467
- * @summary 导入-入库
479
+ * @summary 导入-预览
468
480
  * @param {*} [options] Override http request option.
469
481
  * @throws {RequiredError}
470
482
  */
471
- exportMysql1(options) {
472
- return localVarFp.exportMysql1(options).then((request) => request(axios, basePath));
483
+ calendarBatchImportPreView(options) {
484
+ return localVarFp.calendarBatchImportPreView(options).then((request) => request(axios, basePath));
473
485
  },
474
486
  /**
475
487
  *
476
- * @summary 导入结果确认
488
+ * @summary 导入-下载模板
489
+ * @param {CalendarApiCalendarBatchImportTemplateRequest} requestParameters Request parameters.
477
490
  * @param {*} [options] Override http request option.
478
491
  * @throws {RequiredError}
479
492
  */
480
- exportRedisList1(options) {
481
- return localVarFp.exportRedisList1(options).then((request) => request(axios, basePath));
493
+ calendarBatchImportTemplate(requestParameters = {}, options) {
494
+ return localVarFp.calendarBatchImportTemplate(requestParameters.language, options).then((request) => request(axios, basePath));
482
495
  },
483
496
  /**
484
497
  *
485
- * @summary 获取日历设置
486
- * @param {CalendarApiGetByDateRequest} requestParameters Request parameters.
498
+ * @summary 导入-上传文件
499
+ * @param {CalendarApiCalendarBatchImportUploadRequest} requestParameters Request parameters.
487
500
  * @param {*} [options] Override http request option.
488
501
  * @throws {RequiredError}
489
502
  */
490
- getByDate(requestParameters, options) {
491
- return localVarFp.getByDate(requestParameters.date, options).then((request) => request(axios, basePath));
503
+ calendarBatchImportUpload(requestParameters, options) {
504
+ return localVarFp.calendarBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(axios, basePath));
492
505
  },
493
506
  /**
494
507
  *
495
- * @summary 导入redis
496
- * @param {CalendarApiSaveBatchExport1Request} requestParameters Request parameters.
508
+ * @summary 导出
509
+ * @param {CalendarApiCalendarExportRequest} requestParameters Request parameters.
497
510
  * @param {*} [options] Override http request option.
498
511
  * @throws {RequiredError}
499
512
  */
500
- saveBatchExport1(requestParameters = {}, options) {
501
- return localVarFp.saveBatchExport1(requestParameters.language, requestParameters.saveWaterMeterBatchRequest, options).then((request) => request(axios, basePath));
513
+ calendarExport(requestParameters, options) {
514
+ return localVarFp.calendarExport(requestParameters.year, requestParameters.language, options).then((request) => request(axios, basePath));
515
+ },
516
+ /**
517
+ *
518
+ * @summary 获取日历设置
519
+ * @param {CalendarApiGetByDateRequest} requestParameters Request parameters.
520
+ * @param {*} [options] Override http request option.
521
+ * @throws {RequiredError}
522
+ */
523
+ getByDate(requestParameters, options) {
524
+ return localVarFp.getByDate(requestParameters.date, options).then((request) => request(axios, basePath));
502
525
  },
503
526
  /**
504
527
  *
@@ -520,16 +543,6 @@ const CalendarApiFactory = function (configuration, basePath, axios) {
520
543
  updateOrAdd(requestParameters, options) {
521
544
  return localVarFp.updateOrAdd(requestParameters.calendarSaveUpdateDto, options).then((request) => request(axios, basePath));
522
545
  },
523
- /**
524
- *
525
- * @summary 导入模板
526
- * @param {CalendarApiUploadAdd4Request} requestParameters Request parameters.
527
- * @param {*} [options] Override http request option.
528
- * @throws {RequiredError}
529
- */
530
- uploadAdd4(requestParameters = {}, options) {
531
- return localVarFp.uploadAdd4(requestParameters.language, options).then((request) => request(axios, basePath));
532
- },
533
546
  };
534
547
  };
535
548
  exports.CalendarApiFactory = CalendarApiFactory;
@@ -542,56 +555,67 @@ exports.CalendarApiFactory = CalendarApiFactory;
542
555
  class CalendarApi extends base_1.BaseAPI {
543
556
  /**
544
557
  *
545
- * @summary 导出
546
- * @param {CalendarApiExportList2Request} requestParameters Request parameters.
558
+ * @summary 导入-确认
547
559
  * @param {*} [options] Override http request option.
548
560
  * @throws {RequiredError}
549
561
  * @memberof CalendarApi
550
562
  */
551
- exportList2(requestParameters, options) {
552
- return (0, exports.CalendarApiFp)(this.configuration).exportList2(requestParameters.year, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
563
+ calendarBatchImportConfirm(options) {
564
+ return (0, exports.CalendarApiFp)(this.configuration).calendarBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
553
565
  }
554
566
  /**
555
567
  *
556
- * @summary 导入-入库
568
+ * @summary 导入-预览
557
569
  * @param {*} [options] Override http request option.
558
570
  * @throws {RequiredError}
559
571
  * @memberof CalendarApi
560
572
  */
561
- exportMysql1(options) {
562
- return (0, exports.CalendarApiFp)(this.configuration).exportMysql1(options).then((request) => request(this.axios, this.basePath));
573
+ calendarBatchImportPreView(options) {
574
+ return (0, exports.CalendarApiFp)(this.configuration).calendarBatchImportPreView(options).then((request) => request(this.axios, this.basePath));
563
575
  }
564
576
  /**
565
577
  *
566
- * @summary 导入结果确认
578
+ * @summary 导入-下载模板
579
+ * @param {CalendarApiCalendarBatchImportTemplateRequest} requestParameters Request parameters.
567
580
  * @param {*} [options] Override http request option.
568
581
  * @throws {RequiredError}
569
582
  * @memberof CalendarApi
570
583
  */
571
- exportRedisList1(options) {
572
- return (0, exports.CalendarApiFp)(this.configuration).exportRedisList1(options).then((request) => request(this.axios, this.basePath));
584
+ calendarBatchImportTemplate(requestParameters = {}, options) {
585
+ return (0, exports.CalendarApiFp)(this.configuration).calendarBatchImportTemplate(requestParameters.language, options).then((request) => request(this.axios, this.basePath));
573
586
  }
574
587
  /**
575
588
  *
576
- * @summary 获取日历设置
577
- * @param {CalendarApiGetByDateRequest} requestParameters Request parameters.
589
+ * @summary 导入-上传文件
590
+ * @param {CalendarApiCalendarBatchImportUploadRequest} requestParameters Request parameters.
578
591
  * @param {*} [options] Override http request option.
579
592
  * @throws {RequiredError}
580
593
  * @memberof CalendarApi
581
594
  */
582
- getByDate(requestParameters, options) {
583
- return (0, exports.CalendarApiFp)(this.configuration).getByDate(requestParameters.date, options).then((request) => request(this.axios, this.basePath));
595
+ calendarBatchImportUpload(requestParameters, options) {
596
+ return (0, exports.CalendarApiFp)(this.configuration).calendarBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
584
597
  }
585
598
  /**
586
599
  *
587
- * @summary 导入redis
588
- * @param {CalendarApiSaveBatchExport1Request} requestParameters Request parameters.
600
+ * @summary 导出
601
+ * @param {CalendarApiCalendarExportRequest} requestParameters Request parameters.
589
602
  * @param {*} [options] Override http request option.
590
603
  * @throws {RequiredError}
591
604
  * @memberof CalendarApi
592
605
  */
593
- saveBatchExport1(requestParameters = {}, options) {
594
- return (0, exports.CalendarApiFp)(this.configuration).saveBatchExport1(requestParameters.language, requestParameters.saveWaterMeterBatchRequest, options).then((request) => request(this.axios, this.basePath));
606
+ calendarExport(requestParameters, options) {
607
+ return (0, exports.CalendarApiFp)(this.configuration).calendarExport(requestParameters.year, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
608
+ }
609
+ /**
610
+ *
611
+ * @summary 获取日历设置
612
+ * @param {CalendarApiGetByDateRequest} requestParameters Request parameters.
613
+ * @param {*} [options] Override http request option.
614
+ * @throws {RequiredError}
615
+ * @memberof CalendarApi
616
+ */
617
+ getByDate(requestParameters, options) {
618
+ return (0, exports.CalendarApiFp)(this.configuration).getByDate(requestParameters.date, options).then((request) => request(this.axios, this.basePath));
595
619
  }
596
620
  /**
597
621
  *
@@ -615,16 +639,5 @@ class CalendarApi extends base_1.BaseAPI {
615
639
  updateOrAdd(requestParameters, options) {
616
640
  return (0, exports.CalendarApiFp)(this.configuration).updateOrAdd(requestParameters.calendarSaveUpdateDto, options).then((request) => request(this.axios, this.basePath));
617
641
  }
618
- /**
619
- *
620
- * @summary 导入模板
621
- * @param {CalendarApiUploadAdd4Request} requestParameters Request parameters.
622
- * @param {*} [options] Override http request option.
623
- * @throws {RequiredError}
624
- * @memberof CalendarApi
625
- */
626
- uploadAdd4(requestParameters = {}, options) {
627
- return (0, exports.CalendarApiFp)(this.configuration).uploadAdd4(requestParameters.language, options).then((request) => request(this.axios, this.basePath));
628
- }
629
642
  }
630
643
  exports.CalendarApi = CalendarApi;