@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
@@ -32,8 +32,6 @@ import type { JsonResultListSysDept } from '../models';
32
32
  // @ts-ignore
33
33
  import type { JsonResultListSysDeptDropDownBoxListDTO } from '../models';
34
34
  // @ts-ignore
35
- import type { JsonResultParkInfoDTO } from '../models';
36
- // @ts-ignore
37
35
  import type { JsonResultParkSettingsDetailsDTO } from '../models';
38
36
  // @ts-ignore
39
37
  import type { JsonResultString } from '../models';
@@ -42,8 +40,6 @@ import type { JsonResultSysDept } from '../models';
42
40
  // @ts-ignore
43
41
  import type { JsonResultVoid } from '../models';
44
42
  // @ts-ignore
45
- import type { ParkInfoEditVO } from '../models';
46
- // @ts-ignore
47
43
  import type { ParkSettingsVO } from '../models';
48
44
  // @ts-ignore
49
45
  import type { SysDept } from '../models';
@@ -494,50 +490,6 @@ export const CommonApiAxiosParamCreator = function (configuration?: Configuratio
494
490
  options: localVarRequestOptions,
495
491
  };
496
492
  },
497
- /**
498
- *
499
- * @summary 编辑园区信息
500
- * @param {number} parkId
501
- * @param {ParkInfoEditVO} parkInfoEditVO
502
- * @param {*} [options] Override http request option.
503
- * @throws {RequiredError}
504
- */
505
- editParkInfo: async (parkId: number, parkInfoEditVO: ParkInfoEditVO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
506
- // verify required parameter 'parkId' is not null or undefined
507
- assertParamExists('editParkInfo', 'parkId', parkId)
508
- // verify required parameter 'parkInfoEditVO' is not null or undefined
509
- assertParamExists('editParkInfo', 'parkInfoEditVO', parkInfoEditVO)
510
- const localVarPath = `/system/dept/parkInfo/{parkId}`
511
- .replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
512
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
513
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
514
- let baseOptions;
515
- if (configuration) {
516
- baseOptions = configuration.baseOptions;
517
- }
518
-
519
- const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
520
- const localVarHeaderParameter = {} as any;
521
- const localVarQueryParameter = {} as any;
522
-
523
- // authentication tokenScheme required
524
- // http bearer authentication required
525
- await setBearerAuthToObject(localVarHeaderParameter, configuration)
526
-
527
-
528
-
529
- localVarHeaderParameter['Content-Type'] = 'application/json';
530
-
531
- setSearchParams(localVarUrlObj, localVarQueryParameter);
532
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
533
- localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
534
- localVarRequestOptions.data = serializeDataIfNeeded(parkInfoEditVO, localVarRequestOptions, configuration)
535
-
536
- return {
537
- url: toPathString(localVarUrlObj),
538
- options: localVarRequestOptions,
539
- };
540
- },
541
493
  /**
542
494
  *
543
495
  * @param {SysPost} post
@@ -802,44 +754,6 @@ export const CommonApiAxiosParamCreator = function (configuration?: Configuratio
802
754
 
803
755
 
804
756
 
805
- setSearchParams(localVarUrlObj, localVarQueryParameter);
806
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
807
- localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
808
-
809
- return {
810
- url: toPathString(localVarUrlObj),
811
- options: localVarRequestOptions,
812
- };
813
- },
814
- /**
815
- *
816
- * @summary 获取园区基本信息
817
- * @param {number} parkId
818
- * @param {*} [options] Override http request option.
819
- * @throws {RequiredError}
820
- */
821
- getParkInfo: async (parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
822
- // verify required parameter 'parkId' is not null or undefined
823
- assertParamExists('getParkInfo', 'parkId', parkId)
824
- const localVarPath = `/system/dept/parkInfo/{parkId}`
825
- .replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
826
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
827
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
828
- let baseOptions;
829
- if (configuration) {
830
- baseOptions = configuration.baseOptions;
831
- }
832
-
833
- const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
834
- const localVarHeaderParameter = {} as any;
835
- const localVarQueryParameter = {} as any;
836
-
837
- // authentication tokenScheme required
838
- // http bearer authentication required
839
- await setBearerAuthToObject(localVarHeaderParameter, configuration)
840
-
841
-
842
-
843
757
  setSearchParams(localVarUrlObj, localVarQueryParameter);
844
758
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
845
759
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -1968,20 +1882,6 @@ export const CommonApiFp = function(configuration?: Configuration) {
1968
1882
  const localVarOperationServerBasePath = operationServerMap['CommonApi.demo']?.[localVarOperationServerIndex]?.url;
1969
1883
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1970
1884
  },
1971
- /**
1972
- *
1973
- * @summary 编辑园区信息
1974
- * @param {number} parkId
1975
- * @param {ParkInfoEditVO} parkInfoEditVO
1976
- * @param {*} [options] Override http request option.
1977
- * @throws {RequiredError}
1978
- */
1979
- async editParkInfo(parkId: number, parkInfoEditVO: ParkInfoEditVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
1980
- const localVarAxiosArgs = await localVarAxiosParamCreator.editParkInfo(parkId, parkInfoEditVO, options);
1981
- const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1982
- const localVarOperationServerBasePath = operationServerMap['CommonApi.editParkInfo']?.[localVarOperationServerIndex]?.url;
1983
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1984
- },
1985
1885
  /**
1986
1886
  *
1987
1887
  * @param {SysPost} post
@@ -2066,19 +1966,6 @@ export const CommonApiFp = function(configuration?: Configuration) {
2066
1966
  const localVarOperationServerBasePath = operationServerMap['CommonApi.getMenu']?.[localVarOperationServerIndex]?.url;
2067
1967
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2068
1968
  },
2069
- /**
2070
- *
2071
- * @summary 获取园区基本信息
2072
- * @param {number} parkId
2073
- * @param {*} [options] Override http request option.
2074
- * @throws {RequiredError}
2075
- */
2076
- async getParkInfo(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultParkInfoDTO>> {
2077
- const localVarAxiosArgs = await localVarAxiosParamCreator.getParkInfo(parkId, options);
2078
- const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2079
- const localVarOperationServerBasePath = operationServerMap['CommonApi.getParkInfo']?.[localVarOperationServerIndex]?.url;
2080
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2081
- },
2082
1969
  /**
2083
1970
  *
2084
1971
  * @summary 查看园区设置详情
@@ -2492,16 +2379,6 @@ export const CommonApiFactory = function (configuration?: Configuration, basePat
2492
2379
  demo(options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
2493
2380
  return localVarFp.demo(options).then((request) => request(axios, basePath));
2494
2381
  },
2495
- /**
2496
- *
2497
- * @summary 编辑园区信息
2498
- * @param {CommonApiEditParkInfoRequest} requestParameters Request parameters.
2499
- * @param {*} [options] Override http request option.
2500
- * @throws {RequiredError}
2501
- */
2502
- editParkInfo(requestParameters: CommonApiEditParkInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
2503
- return localVarFp.editParkInfo(requestParameters.parkId, requestParameters.parkInfoEditVO, options).then((request) => request(axios, basePath));
2504
- },
2505
2382
  /**
2506
2383
  *
2507
2384
  * @param {CommonApiExportJobPositionsRequest} requestParameters Request parameters.
@@ -2564,16 +2441,6 @@ export const CommonApiFactory = function (configuration?: Configuration, basePat
2564
2441
  getMenu(requestParameters: CommonApiGetMenuRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
2565
2442
  return localVarFp.getMenu(requestParameters.menuId, options).then((request) => request(axios, basePath));
2566
2443
  },
2567
- /**
2568
- *
2569
- * @summary 获取园区基本信息
2570
- * @param {CommonApiGetParkInfoRequest} requestParameters Request parameters.
2571
- * @param {*} [options] Override http request option.
2572
- * @throws {RequiredError}
2573
- */
2574
- getParkInfo(requestParameters: CommonApiGetParkInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultParkInfoDTO> {
2575
- return localVarFp.getParkInfo(requestParameters.parkId, options).then((request) => request(axios, basePath));
2576
- },
2577
2444
  /**
2578
2445
  *
2579
2446
  * @summary 查看园区设置详情
@@ -2942,27 +2809,6 @@ export interface CommonApiDeleteMenuRequest {
2942
2809
  readonly menuId: number
2943
2810
  }
2944
2811
 
2945
- /**
2946
- * Request parameters for editParkInfo operation in CommonApi.
2947
- * @export
2948
- * @interface CommonApiEditParkInfoRequest
2949
- */
2950
- export interface CommonApiEditParkInfoRequest {
2951
- /**
2952
- *
2953
- * @type {number}
2954
- * @memberof CommonApiEditParkInfo
2955
- */
2956
- readonly parkId: number
2957
-
2958
- /**
2959
- *
2960
- * @type {ParkInfoEditVO}
2961
- * @memberof CommonApiEditParkInfo
2962
- */
2963
- readonly parkInfoEditVO: ParkInfoEditVO
2964
- }
2965
-
2966
2812
  /**
2967
2813
  * Request parameters for exportJobPositions operation in CommonApi.
2968
2814
  * @export
@@ -3054,20 +2900,6 @@ export interface CommonApiGetMenuRequest {
3054
2900
  readonly menuId: number
3055
2901
  }
3056
2902
 
3057
- /**
3058
- * Request parameters for getParkInfo operation in CommonApi.
3059
- * @export
3060
- * @interface CommonApiGetParkInfoRequest
3061
- */
3062
- export interface CommonApiGetParkInfoRequest {
3063
- /**
3064
- *
3065
- * @type {number}
3066
- * @memberof CommonApiGetParkInfo
3067
- */
3068
- readonly parkId: number
3069
- }
3070
-
3071
2903
  /**
3072
2904
  * Request parameters for getParkSetting operation in CommonApi.
3073
2905
  * @export
@@ -3537,18 +3369,6 @@ export class CommonApi extends BaseAPI {
3537
3369
  return CommonApiFp(this.configuration).demo(options).then((request) => request(this.axios, this.basePath));
3538
3370
  }
3539
3371
 
3540
- /**
3541
- *
3542
- * @summary 编辑园区信息
3543
- * @param {CommonApiEditParkInfoRequest} requestParameters Request parameters.
3544
- * @param {*} [options] Override http request option.
3545
- * @throws {RequiredError}
3546
- * @memberof CommonApi
3547
- */
3548
- public editParkInfo(requestParameters: CommonApiEditParkInfoRequest, options?: RawAxiosRequestConfig) {
3549
- return CommonApiFp(this.configuration).editParkInfo(requestParameters.parkId, requestParameters.parkInfoEditVO, options).then((request) => request(this.axios, this.basePath));
3550
- }
3551
-
3552
3372
  /**
3553
3373
  *
3554
3374
  * @param {CommonApiExportJobPositionsRequest} requestParameters Request parameters.
@@ -3625,18 +3445,6 @@ export class CommonApi extends BaseAPI {
3625
3445
  return CommonApiFp(this.configuration).getMenu(requestParameters.menuId, options).then((request) => request(this.axios, this.basePath));
3626
3446
  }
3627
3447
 
3628
- /**
3629
- *
3630
- * @summary 获取园区基本信息
3631
- * @param {CommonApiGetParkInfoRequest} requestParameters Request parameters.
3632
- * @param {*} [options] Override http request option.
3633
- * @throws {RequiredError}
3634
- * @memberof CommonApi
3635
- */
3636
- public getParkInfo(requestParameters: CommonApiGetParkInfoRequest, options?: RawAxiosRequestConfig) {
3637
- return CommonApiFp(this.configuration).getParkInfo(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
3638
- }
3639
-
3640
3448
  /**
3641
3449
  *
3642
3450
  * @summary 查看园区设置详情