@gizone/rrs-client 4.2.9-alpha.2512161737 → 4.2.9-alpha.2512161840

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 (1267) hide show
  1. package/.openapi-generator/FILES +0 -1
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +3 -2
  4. package/apis/access-aes-controller-api.ts +45 -45
  5. package/apis/access-api.ts +369 -369
  6. package/apis/app-auth-api.ts +118 -118
  7. package/apis/auth-api.ts +200 -200
  8. package/apis/calendar-api.ts +64 -64
  9. package/apis/cas-api.ts +9 -9
  10. package/apis/common-api.ts +371 -371
  11. package/apis/dashboard-api.ts +184 -184
  12. package/apis/device-api.ts +35 -35
  13. package/apis/disaster-warning-standard-api.ts +94 -94
  14. package/apis/energy-cost-analysis-controller-api.ts +71 -71
  15. package/apis/energy-cost-controller-api.ts +59 -59
  16. package/apis/energy-cost-record-controller-api.ts +66 -66
  17. package/apis/equipment-api.ts +222 -222
  18. package/apis/excel-language-controller-api.ts +16 -16
  19. package/apis/hwork-api.ts +11 -11
  20. package/apis/inspection-standard-api.ts +111 -111
  21. package/apis/internal-api.ts +9 -9
  22. package/apis/jwt-api.ts +10 -10
  23. package/apis/maintenance-standard-api.ts +111 -111
  24. package/apis/message-api.ts +43 -43
  25. package/apis/notification-api.ts +63 -63
  26. package/apis/offline-alert-work-order-controller-api.ts +10 -10
  27. package/apis/open-api-api.ts +68 -68
  28. package/apis/park-api.ts +75 -75
  29. package/apis/privacy-api.ts +48 -48
  30. package/apis/role-api.ts +169 -169
  31. package/apis/setting-api.ts +250 -250
  32. package/apis/smsapi.ts +11 -11
  33. package/apis/space-api.ts +165 -165
  34. package/apis/supplier-api.ts +104 -104
  35. package/apis/surveillance-api.ts +127 -127
  36. package/apis/surveillance-settings-api.ts +80 -80
  37. package/apis/sys-api.ts +397 -397
  38. package/apis/test-api.ts +23 -23
  39. package/apis/user-api.ts +302 -302
  40. package/apis/web-hook-api.ts +27 -27
  41. package/apis/work-order-api.ts +509 -509
  42. package/base.ts +2 -2
  43. package/common.ts +1 -1
  44. package/configuration.ts +7 -1
  45. package/dist/apis/access-aes-controller-api.d.ts +27 -27
  46. package/dist/apis/access-aes-controller-api.js +30 -30
  47. package/dist/apis/access-api.d.ts +231 -231
  48. package/dist/apis/access-api.js +230 -230
  49. package/dist/apis/app-auth-api.d.ts +76 -76
  50. package/dist/apis/app-auth-api.js +75 -75
  51. package/dist/apis/auth-api.d.ts +132 -132
  52. package/dist/apis/auth-api.js +130 -130
  53. package/dist/apis/calendar-api.d.ts +40 -40
  54. package/dist/apis/calendar-api.js +40 -40
  55. package/dist/apis/cas-api.d.ts +7 -7
  56. package/dist/apis/cas-api.js +5 -5
  57. package/dist/apis/common-api.d.ts +245 -245
  58. package/dist/apis/common-api.js +245 -245
  59. package/dist/apis/dashboard-api.d.ts +115 -115
  60. package/dist/apis/dashboard-api.js +115 -115
  61. package/dist/apis/device-api.d.ts +23 -23
  62. package/dist/apis/device-api.js +20 -20
  63. package/dist/apis/disaster-warning-standard-api.d.ts +58 -58
  64. package/dist/apis/disaster-warning-standard-api.js +60 -60
  65. package/dist/apis/energy-cost-analysis-controller-api.d.ts +47 -47
  66. package/dist/apis/energy-cost-analysis-controller-api.js +44 -44
  67. package/dist/apis/energy-cost-controller-api.d.ts +38 -38
  68. package/dist/apis/energy-cost-controller-api.js +35 -35
  69. package/dist/apis/energy-cost-record-controller-api.d.ts +42 -42
  70. package/dist/apis/energy-cost-record-controller-api.js +40 -40
  71. package/dist/apis/equipment-api.d.ts +138 -138
  72. package/dist/apis/equipment-api.js +140 -140
  73. package/dist/apis/excel-language-controller-api.d.ts +10 -10
  74. package/dist/apis/excel-language-controller-api.js +10 -10
  75. package/dist/apis/hwork-api.d.ts +8 -8
  76. package/dist/apis/hwork-api.js +5 -5
  77. package/dist/apis/inspection-standard-api.d.ts +69 -69
  78. package/dist/apis/inspection-standard-api.js +70 -70
  79. package/dist/apis/internal-api.d.ts +6 -6
  80. package/dist/apis/internal-api.js +5 -5
  81. package/dist/apis/jwt-api.d.ts +7 -7
  82. package/dist/apis/jwt-api.js +5 -5
  83. package/dist/apis/maintenance-standard-api.d.ts +69 -69
  84. package/dist/apis/maintenance-standard-api.js +70 -70
  85. package/dist/apis/message-api.d.ts +28 -28
  86. package/dist/apis/message-api.js +25 -25
  87. package/dist/apis/notification-api.d.ts +43 -43
  88. package/dist/apis/notification-api.js +40 -40
  89. package/dist/apis/offline-alert-work-order-controller-api.d.ts +7 -7
  90. package/dist/apis/offline-alert-work-order-controller-api.js +5 -5
  91. package/dist/apis/open-api-api.d.ts +44 -44
  92. package/dist/apis/open-api-api.js +40 -40
  93. package/dist/apis/park-api.d.ts +45 -45
  94. package/dist/apis/park-api.js +50 -50
  95. package/dist/apis/privacy-api.d.ts +30 -30
  96. package/dist/apis/privacy-api.js +30 -30
  97. package/dist/apis/role-api.d.ts +111 -111
  98. package/dist/apis/role-api.js +115 -115
  99. package/dist/apis/setting-api.d.ts +154 -154
  100. package/dist/apis/setting-api.js +160 -160
  101. package/dist/apis/smsapi.d.ts +8 -8
  102. package/dist/apis/smsapi.js +5 -5
  103. package/dist/apis/space-api.d.ts +102 -102
  104. package/dist/apis/space-api.js +105 -105
  105. package/dist/apis/supplier-api.d.ts +65 -65
  106. package/dist/apis/supplier-api.js +65 -65
  107. package/dist/apis/surveillance-api.d.ts +79 -79
  108. package/dist/apis/surveillance-api.js +80 -80
  109. package/dist/apis/surveillance-settings-api.d.ts +50 -50
  110. package/dist/apis/surveillance-settings-api.js +50 -50
  111. package/dist/apis/sys-api.d.ts +255 -255
  112. package/dist/apis/sys-api.js +275 -275
  113. package/dist/apis/test-api.d.ts +14 -14
  114. package/dist/apis/test-api.js +15 -15
  115. package/dist/apis/user-api.d.ts +196 -196
  116. package/dist/apis/user-api.js +200 -200
  117. package/dist/apis/web-hook-api.d.ts +18 -18
  118. package/dist/apis/web-hook-api.js +15 -15
  119. package/dist/apis/work-order-api.d.ts +320 -320
  120. package/dist/apis/work-order-api.js +320 -320
  121. package/dist/base.d.ts +2 -2
  122. package/dist/common.d.ts +1 -1
  123. package/dist/common.js +2 -1
  124. package/dist/configuration.js +2 -1
  125. package/dist/esm/apis/access-aes-controller-api.d.ts +27 -27
  126. package/dist/esm/apis/access-aes-controller-api.js +30 -30
  127. package/dist/esm/apis/access-api.d.ts +231 -231
  128. package/dist/esm/apis/access-api.js +230 -230
  129. package/dist/esm/apis/app-auth-api.d.ts +76 -76
  130. package/dist/esm/apis/app-auth-api.js +75 -75
  131. package/dist/esm/apis/auth-api.d.ts +132 -132
  132. package/dist/esm/apis/auth-api.js +130 -130
  133. package/dist/esm/apis/calendar-api.d.ts +40 -40
  134. package/dist/esm/apis/calendar-api.js +40 -40
  135. package/dist/esm/apis/cas-api.d.ts +7 -7
  136. package/dist/esm/apis/cas-api.js +5 -5
  137. package/dist/esm/apis/common-api.d.ts +245 -245
  138. package/dist/esm/apis/common-api.js +245 -245
  139. package/dist/esm/apis/dashboard-api.d.ts +115 -115
  140. package/dist/esm/apis/dashboard-api.js +115 -115
  141. package/dist/esm/apis/device-api.d.ts +23 -23
  142. package/dist/esm/apis/device-api.js +20 -20
  143. package/dist/esm/apis/disaster-warning-standard-api.d.ts +58 -58
  144. package/dist/esm/apis/disaster-warning-standard-api.js +60 -60
  145. package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +47 -47
  146. package/dist/esm/apis/energy-cost-analysis-controller-api.js +44 -44
  147. package/dist/esm/apis/energy-cost-controller-api.d.ts +38 -38
  148. package/dist/esm/apis/energy-cost-controller-api.js +35 -35
  149. package/dist/esm/apis/energy-cost-record-controller-api.d.ts +42 -42
  150. package/dist/esm/apis/energy-cost-record-controller-api.js +40 -40
  151. package/dist/esm/apis/equipment-api.d.ts +138 -138
  152. package/dist/esm/apis/equipment-api.js +140 -140
  153. package/dist/esm/apis/excel-language-controller-api.d.ts +10 -10
  154. package/dist/esm/apis/excel-language-controller-api.js +10 -10
  155. package/dist/esm/apis/hwork-api.d.ts +8 -8
  156. package/dist/esm/apis/hwork-api.js +5 -5
  157. package/dist/esm/apis/inspection-standard-api.d.ts +69 -69
  158. package/dist/esm/apis/inspection-standard-api.js +70 -70
  159. package/dist/esm/apis/internal-api.d.ts +6 -6
  160. package/dist/esm/apis/internal-api.js +5 -5
  161. package/dist/esm/apis/jwt-api.d.ts +7 -7
  162. package/dist/esm/apis/jwt-api.js +5 -5
  163. package/dist/esm/apis/maintenance-standard-api.d.ts +69 -69
  164. package/dist/esm/apis/maintenance-standard-api.js +70 -70
  165. package/dist/esm/apis/message-api.d.ts +28 -28
  166. package/dist/esm/apis/message-api.js +25 -25
  167. package/dist/esm/apis/notification-api.d.ts +43 -43
  168. package/dist/esm/apis/notification-api.js +40 -40
  169. package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +7 -7
  170. package/dist/esm/apis/offline-alert-work-order-controller-api.js +5 -5
  171. package/dist/esm/apis/open-api-api.d.ts +44 -44
  172. package/dist/esm/apis/open-api-api.js +40 -40
  173. package/dist/esm/apis/park-api.d.ts +45 -45
  174. package/dist/esm/apis/park-api.js +50 -50
  175. package/dist/esm/apis/privacy-api.d.ts +30 -30
  176. package/dist/esm/apis/privacy-api.js +30 -30
  177. package/dist/esm/apis/role-api.d.ts +111 -111
  178. package/dist/esm/apis/role-api.js +115 -115
  179. package/dist/esm/apis/setting-api.d.ts +154 -154
  180. package/dist/esm/apis/setting-api.js +160 -160
  181. package/dist/esm/apis/smsapi.d.ts +8 -8
  182. package/dist/esm/apis/smsapi.js +5 -5
  183. package/dist/esm/apis/space-api.d.ts +102 -102
  184. package/dist/esm/apis/space-api.js +105 -105
  185. package/dist/esm/apis/supplier-api.d.ts +65 -65
  186. package/dist/esm/apis/supplier-api.js +65 -65
  187. package/dist/esm/apis/surveillance-api.d.ts +79 -79
  188. package/dist/esm/apis/surveillance-api.js +80 -80
  189. package/dist/esm/apis/surveillance-settings-api.d.ts +50 -50
  190. package/dist/esm/apis/surveillance-settings-api.js +50 -50
  191. package/dist/esm/apis/sys-api.d.ts +255 -255
  192. package/dist/esm/apis/sys-api.js +275 -275
  193. package/dist/esm/apis/test-api.d.ts +14 -14
  194. package/dist/esm/apis/test-api.js +15 -15
  195. package/dist/esm/apis/user-api.d.ts +196 -196
  196. package/dist/esm/apis/user-api.js +200 -200
  197. package/dist/esm/apis/web-hook-api.d.ts +18 -18
  198. package/dist/esm/apis/web-hook-api.js +15 -15
  199. package/dist/esm/apis/work-order-api.d.ts +320 -320
  200. package/dist/esm/apis/work-order-api.js +320 -320
  201. package/dist/esm/base.d.ts +2 -2
  202. package/dist/esm/common.d.ts +1 -1
  203. package/dist/esm/common.js +2 -1
  204. package/dist/esm/configuration.js +2 -1
  205. package/dist/esm/models/access-abnormal-type-enum.d.ts +2 -2
  206. package/dist/esm/models/access-abnormal-type-enum.js +2 -2
  207. package/dist/esm/models/access-appointment-record-add-vo.d.ts +9 -9
  208. package/dist/esm/models/access-appointment-record-details-dto.d.ts +12 -12
  209. package/dist/esm/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
  210. package/dist/esm/models/access-appointment-record-process-details-dto.d.ts +3 -3
  211. package/dist/esm/models/access-approval-config-vo.d.ts +2 -2
  212. package/dist/esm/models/access-company-config-entity.d.ts +1 -1
  213. package/dist/esm/models/access-config-entity.d.ts +1 -1
  214. package/dist/esm/models/access-config-vo.d.ts +1 -1
  215. package/dist/esm/models/access-record-details-dto.d.ts +9 -9
  216. package/dist/esm/models/access-record-summary-details-dto.d.ts +8 -8
  217. package/dist/esm/models/access-record-summary-list-dto.d.ts +7 -7
  218. package/dist/esm/models/access-vehicle-length-enum.d.ts +6 -6
  219. package/dist/esm/models/access-vehicle-length-enum.js +6 -6
  220. package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +1 -1
  221. package/dist/esm/models/access-whitelist-application-add-vo.d.ts +4 -4
  222. package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +3 -3
  223. package/dist/esm/models/access-whitelist-application-details-dto.d.ts +6 -6
  224. package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +3 -3
  225. package/dist/esm/models/access-whitelist-application-update-vo.d.ts +1 -1
  226. package/dist/esm/models/app-login-wx-chat-dto.d.ts +1 -1
  227. package/dist/esm/models/area-park-dto.d.ts +1 -1
  228. package/dist/esm/models/base-error-result.d.ts +1 -1
  229. package/dist/esm/models/center-list-dto.d.ts +1 -1
  230. package/dist/esm/models/cuser-info.d.ts +1 -1
  231. package/dist/esm/models/dashboard-access-search-dto.d.ts +3 -3
  232. package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
  233. package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
  234. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
  235. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +1 -1
  236. package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +1 -1
  237. package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +3 -3
  238. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +2 -2
  239. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +1 -1
  240. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
  241. package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +4 -4
  242. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
  243. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
  244. package/dist/esm/models/dept-relation-dto.d.ts +2 -2
  245. package/dist/esm/models/dept-relation.d.ts +2 -2
  246. package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
  247. package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
  248. package/dist/esm/models/disaster-warning-standard-import-dto.d.ts +1 -1
  249. package/dist/esm/models/energy-cost-add-record-dto.d.ts +2 -2
  250. package/dist/esm/models/energy-cost-add-setting-dto.d.ts +1 -1
  251. package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +1 -1
  252. package/dist/esm/models/energy-cost-analysis-export-dto.d.ts +1 -1
  253. package/dist/esm/models/energy-cost-analysis-query-dto.d.ts +0 -25
  254. package/dist/esm/models/energy-cost-analysis-query-dto.js +0 -6
  255. package/dist/esm/models/energy-cost-edit-record-dto.d.ts +2 -2
  256. package/dist/esm/models/energy-cost-per-area-analysis-vo.d.ts +0 -12
  257. package/dist/esm/models/energy-cost-per-unit-analysis-vo.d.ts +8 -15
  258. package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +1 -1
  259. package/dist/esm/models/energy-cost-record-info-vo.d.ts +1 -1
  260. package/dist/esm/models/energy-cost-trend-vo.d.ts +1 -1
  261. package/dist/esm/models/equipment-add-redis-list-dto.d.ts +1 -1
  262. package/dist/esm/models/equipment-detail-dto.d.ts +2 -2
  263. package/dist/esm/models/equipment-edit-batch-vo.d.ts +1 -1
  264. package/dist/esm/models/equipment-edit-vo.d.ts +2 -2
  265. package/dist/esm/models/equipment-search-system-dto.d.ts +3 -3
  266. package/dist/esm/models/equipment-search-vo.d.ts +1 -1
  267. package/dist/esm/models/equipment-status-stats-vo.d.ts +1 -1
  268. package/dist/esm/models/equipment-tree-details-dto.d.ts +2 -2
  269. package/dist/esm/models/equipment-tree-dto.d.ts +1 -1
  270. package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
  271. package/dist/esm/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
  272. package/dist/esm/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
  273. package/dist/esm/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
  274. package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
  275. package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
  276. package/dist/esm/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
  277. package/dist/esm/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +1 -1
  278. package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
  279. package/dist/esm/models/exploration-work-order-add-vo.d.ts +3 -3
  280. package/dist/esm/models/exploration-work-order-details-dto.d.ts +9 -9
  281. package/dist/esm/models/exploration-work-order-info.d.ts +2 -2
  282. package/dist/esm/models/followup-work-order-dto.d.ts +1 -1
  283. package/dist/esm/models/group-dept-vo.d.ts +1 -1
  284. package/dist/esm/models/index.d.ts +0 -1
  285. package/dist/esm/models/index.js +0 -1
  286. package/dist/esm/models/inspection-handle-req.d.ts +1 -1
  287. package/dist/esm/models/inspection-point-item.d.ts +1 -1
  288. package/dist/esm/models/inspection-point.d.ts +1 -1
  289. package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +4 -4
  290. package/dist/esm/models/inspection-standard-dto.d.ts +4 -4
  291. package/dist/esm/models/inspection-standard-entity.d.ts +5 -5
  292. package/dist/esm/models/inspection-standard-import-dto.d.ts +2 -2
  293. package/dist/esm/models/insurance-work-order-issue-vo.d.ts +1 -1
  294. package/dist/esm/models/insurance-work-order-vo.d.ts +1 -1
  295. package/dist/esm/models/ipage-energy-cost-analysis-list-vo.d.ts +7 -7
  296. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +7 -7
  297. package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
  298. package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +2 -2
  299. package/dist/esm/models/json-result-access-company-config-entity.d.ts +2 -2
  300. package/dist/esm/models/json-result-access-config-entity.d.ts +2 -2
  301. package/dist/esm/models/json-result-access-record-summary-details-dto.d.ts +2 -2
  302. package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
  303. package/dist/esm/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
  304. package/dist/esm/models/json-result-applet-user-type-dto.d.ts +2 -2
  305. package/dist/esm/models/json-result-big-decimal.d.ts +1 -1
  306. package/dist/esm/models/json-result-boolean.d.ts +1 -1
  307. package/dist/esm/models/json-result-calendar-entity.d.ts +2 -2
  308. package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +2 -2
  309. package/dist/esm/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
  310. package/dist/esm/models/json-result-energy-cost-analysis-overview-vo.d.ts +2 -2
  311. package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.d.ts +2 -2
  312. package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +2 -2
  313. package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +2 -2
  314. package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +2 -2
  315. package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +2 -2
  316. package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +2 -2
  317. package/dist/esm/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
  318. package/dist/esm/models/json-result-equipment-detail-dto.d.ts +2 -2
  319. package/dist/esm/models/json-result-equipment-search-system-dto.d.ts +2 -2
  320. package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
  321. package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
  322. package/dist/esm/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
  323. package/dist/esm/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
  324. package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
  325. package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
  326. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
  327. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
  328. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
  329. package/dist/esm/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
  330. package/dist/esm/models/json-result-file-dto.d.ts +2 -2
  331. package/dist/esm/models/json-result-group-dept-vo.d.ts +2 -2
  332. package/dist/esm/models/json-result-inspection-standard-entity.d.ts +2 -2
  333. package/dist/esm/models/json-result-integer.d.ts +1 -1
  334. package/dist/esm/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +2 -2
  335. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +2 -2
  336. package/dist/esm/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
  337. package/dist/esm/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
  338. package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +2 -2
  339. package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
  340. package/dist/esm/models/json-result-list-address-region-entity.d.ts +2 -2
  341. package/dist/esm/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
  342. package/dist/esm/models/json-result-list-area-park-dto.d.ts +2 -2
  343. package/dist/esm/models/json-result-list-calendar-entity.d.ts +2 -2
  344. package/dist/esm/models/json-result-list-center-list-dto.d.ts +2 -2
  345. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
  346. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
  347. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
  348. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
  349. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
  350. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
  351. package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
  352. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
  353. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
  354. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
  355. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +2 -2
  356. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +2 -2
  357. package/dist/esm/models/json-result-list-energy-cost-park-option-vo.d.ts +2 -2
  358. package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +2 -2
  359. package/dist/esm/models/json-result-list-equipment-detail-dto.d.ts +2 -2
  360. package/dist/esm/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
  361. package/dist/esm/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
  362. package/dist/esm/models/json-result-list-equipment-tree-dto.d.ts +2 -2
  363. package/dist/esm/models/json-result-list-inspection-point.d.ts +2 -2
  364. package/dist/esm/models/json-result-list-inspection-standard-entity.d.ts +2 -2
  365. package/dist/esm/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
  366. package/dist/esm/models/json-result-list-park-list-dto.d.ts +2 -2
  367. package/dist/esm/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
  368. package/dist/esm/models/json-result-list-plan-calendar-vo.d.ts +2 -2
  369. package/dist/esm/models/json-result-list-space-image-detail-dto.d.ts +2 -2
  370. package/dist/esm/models/json-result-list-space-point-dto.d.ts +2 -2
  371. package/dist/esm/models/json-result-list-space-qr-code-dto.d.ts +2 -2
  372. package/dist/esm/models/json-result-list-space-tree-dto.d.ts +2 -2
  373. package/dist/esm/models/json-result-list-space-url-dto.d.ts +2 -2
  374. package/dist/esm/models/json-result-list-srm-center-vo.d.ts +2 -2
  375. package/dist/esm/models/json-result-list-supplier-select-dto.d.ts +2 -2
  376. package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
  377. package/dist/esm/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
  378. package/dist/esm/models/json-result-list-sys-dept.d.ts +2 -2
  379. package/dist/esm/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
  380. package/dist/esm/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
  381. package/dist/esm/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
  382. package/dist/esm/models/json-result-list-work-order-comment-entity.d.ts +2 -2
  383. package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
  384. package/dist/esm/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
  385. package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
  386. package/dist/esm/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
  387. package/dist/esm/models/json-result-list-work-order-spot-check-dto.d.ts +2 -2
  388. package/dist/esm/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
  389. package/dist/esm/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
  390. package/dist/esm/models/json-result-maintenance-standard-entity.d.ts +2 -2
  391. package/dist/esm/models/json-result-map-string-object.d.ts +3 -3
  392. package/dist/esm/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
  393. package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
  394. package/dist/esm/models/json-result-notice-entity.d.ts +2 -2
  395. package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
  396. package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
  397. package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
  398. package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
  399. package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
  400. package/dist/esm/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
  401. package/dist/esm/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
  402. package/dist/esm/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
  403. package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
  404. package/dist/esm/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
  405. package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
  406. package/dist/esm/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
  407. package/dist/esm/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
  408. package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
  409. package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
  410. package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +2 -2
  411. package/dist/esm/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
  412. package/dist/esm/models/json-result-park-info-dto.d.ts +2 -2
  413. package/dist/esm/models/json-result-park-settings-details-dto.d.ts +2 -2
  414. package/dist/esm/models/json-result-period-detail-resp.d.ts +2 -2
  415. package/dist/esm/models/json-result-plan-detail-dto.d.ts +2 -2
  416. package/dist/esm/models/json-result-space-add-redis-list-dto.d.ts +2 -2
  417. package/dist/esm/models/json-result-space-image-detail-dto.d.ts +2 -2
  418. package/dist/esm/models/json-result-srm-center-entity.d.ts +2 -2
  419. package/dist/esm/models/json-result-string.d.ts +1 -1
  420. package/dist/esm/models/json-result-supplier-contract-details-dto.d.ts +2 -2
  421. package/dist/esm/models/json-result-supplier-entity.d.ts +2 -2
  422. package/dist/esm/models/json-result-surveillance-count-dto.d.ts +2 -2
  423. package/dist/esm/models/json-result-surveillance-details-dto.d.ts +2 -2
  424. package/dist/esm/models/json-result-surveillance-live-dto.d.ts +2 -2
  425. package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
  426. package/dist/esm/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
  427. package/dist/esm/models/json-result-switch-park-v2-dto.d.ts +2 -2
  428. package/dist/esm/models/json-result-sys-dept.d.ts +2 -2
  429. package/dist/esm/models/json-result-sys-user-msg-dto.d.ts +2 -2
  430. package/dist/esm/models/json-result-sys-user.d.ts +2 -2
  431. package/dist/esm/models/json-result-user-add-redis-list-vo.d.ts +2 -2
  432. package/dist/esm/models/json-result-user-settings-entity.d.ts +2 -2
  433. package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +2 -2
  434. package/dist/esm/models/json-result-void.d.ts +1 -1
  435. package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
  436. package/dist/esm/models/json-result-work-order-detail-dto.d.ts +2 -2
  437. package/dist/esm/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
  438. package/dist/esm/models/json-result.d.ts +1 -1
  439. package/dist/esm/models/maintenance-history-dto.d.ts +2 -2
  440. package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
  441. package/dist/esm/models/maintenance-standard-dto.d.ts +2 -2
  442. package/dist/esm/models/maintenance-standard-entity.d.ts +3 -3
  443. package/dist/esm/models/monitoring-coverage-alert-info.d.ts +1 -1
  444. package/dist/esm/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
  445. package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
  446. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +3 -3
  447. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +14 -14
  448. package/dist/esm/models/news-info.d.ts +1 -1
  449. package/dist/esm/models/offline-alert-submit-vo.d.ts +1 -1
  450. package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +10 -10
  451. package/dist/esm/models/offline-alert-work-order-info.d.ts +2 -2
  452. package/dist/esm/models/offline-alert-work-order-vo.d.ts +1 -1
  453. package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +8 -8
  454. package/dist/esm/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
  455. package/dist/esm/models/open-api-equipment-list-dto.d.ts +2 -2
  456. package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
  457. package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
  458. package/dist/esm/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
  459. package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
  460. package/dist/esm/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
  461. package/dist/esm/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
  462. package/dist/esm/models/page-dto-equipment-search-system-dto.d.ts +1 -1
  463. package/dist/esm/models/page-dto-inspection-standard-dto.d.ts +1 -1
  464. package/dist/esm/models/page-dto-maintenance-standard-dto.d.ts +1 -1
  465. package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
  466. package/dist/esm/models/page-dto-plan-search-dto.d.ts +1 -1
  467. package/dist/esm/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
  468. package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +1 -1
  469. package/dist/esm/models/page-dto-sys-user-msg-dto.d.ts +1 -1
  470. package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +1 -1
  471. package/dist/esm/models/page-dto-work-order-search-dto.d.ts +1 -1
  472. package/dist/esm/models/park-info-dto.d.ts +1 -1
  473. package/dist/esm/models/park-info-edit-vo.d.ts +1 -1
  474. package/dist/esm/models/park-list-dto.d.ts +1 -1
  475. package/dist/esm/models/park.d.ts +1 -1
  476. package/dist/esm/models/period-detail-resp.d.ts +12 -12
  477. package/dist/esm/models/period-detail-resp.js +5 -5
  478. package/dist/esm/models/plan-add-vo.d.ts +9 -9
  479. package/dist/esm/models/plan-add-vo.js +5 -5
  480. package/dist/esm/models/plan-calendar-list-vo.d.ts +5 -5
  481. package/dist/esm/models/plan-calendar-list-vo.js +5 -5
  482. package/dist/esm/models/plan-detail-dto.d.ts +9 -9
  483. package/dist/esm/models/plan-detail-dto.js +5 -5
  484. package/dist/esm/models/plan-edit-vo.d.ts +9 -9
  485. package/dist/esm/models/plan-edit-vo.js +5 -5
  486. package/dist/esm/models/plan-inspection-items-dto.d.ts +3 -3
  487. package/dist/esm/models/plan-item-add-vo.d.ts +2 -2
  488. package/dist/esm/models/plan-item-edit-vo.d.ts +2 -2
  489. package/dist/esm/models/plan-search-dto.d.ts +9 -9
  490. package/dist/esm/models/plan-search-dto.js +5 -5
  491. package/dist/esm/models/process-work-order-vo.d.ts +1 -1
  492. package/dist/esm/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
  493. package/dist/esm/models/save-period-work-order-detail-req.d.ts +1 -1
  494. package/dist/esm/models/sms-captcha-vo.d.ts +1 -1
  495. package/dist/esm/models/source-work-order-dto.d.ts +1 -1
  496. package/dist/esm/models/source-work-order-inspection-dto.d.ts +1 -1
  497. package/dist/esm/models/space-add-redis-list-dto.d.ts +1 -1
  498. package/dist/esm/models/space-add-vo.d.ts +2 -2
  499. package/dist/esm/models/space-detail-dto.d.ts +4 -4
  500. package/dist/esm/models/space-edit-vo.d.ts +2 -2
  501. package/dist/esm/models/space-image-detail-dto.d.ts +2 -2
  502. package/dist/esm/models/space-tree-dto.d.ts +3 -3
  503. package/dist/esm/models/space.d.ts +1 -1
  504. package/dist/esm/models/srm-center-entity.d.ts +1 -1
  505. package/dist/esm/models/srm-center-vo.d.ts +1 -1
  506. package/dist/esm/models/srm-level-add-dto.d.ts +1 -1
  507. package/dist/esm/models/sub-buttons.d.ts +1 -1
  508. package/dist/esm/models/supplier-add-vo.d.ts +2 -2
  509. package/dist/esm/models/supplier-edit-vo.d.ts +2 -2
  510. package/dist/esm/models/supplier-entity.d.ts +2 -2
  511. package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +3 -3
  512. package/dist/esm/models/surveillance-details-dto.d.ts +7 -7
  513. package/dist/esm/models/surveillance-entity.d.ts +3 -3
  514. package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
  515. package/dist/esm/models/surveillance-settings-polling-dto.d.ts +2 -2
  516. package/dist/esm/models/surveillance-settings-polling-vo.d.ts +2 -2
  517. package/dist/esm/models/surveillance-update-vo.d.ts +2 -2
  518. package/dist/esm/models/switch-pak-body-v2-vo.d.ts +1 -1
  519. package/dist/esm/models/sync-equipment-status-vo.d.ts +1 -1
  520. package/dist/esm/models/sync-equipment-vo.d.ts +1 -1
  521. package/dist/esm/models/sys-user-info-dto.d.ts +3 -3
  522. package/dist/esm/models/sys-user-msg-dto.d.ts +2 -2
  523. package/dist/esm/models/sys-user.d.ts +8 -8
  524. package/dist/esm/models/user-add-redis-list-vo.d.ts +1 -1
  525. package/dist/esm/models/user-roles-and-permissions-dto.d.ts +1 -1
  526. package/dist/esm/models/violation-decision-vo.d.ts +2 -2
  527. package/dist/esm/models/violation-work-order-add-vo.d.ts +3 -3
  528. package/dist/esm/models/violation-work-order-details-dto.d.ts +12 -12
  529. package/dist/esm/models/violation-work-order-info.d.ts +4 -4
  530. package/dist/esm/models/work-order-add-vo.d.ts +3 -3
  531. package/dist/esm/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
  532. package/dist/esm/models/work-order-circulation-settings-entity.d.ts +2 -2
  533. package/dist/esm/models/work-order-circulation-vo.d.ts +1 -1
  534. package/dist/esm/models/work-order-decision-vo.d.ts +2 -2
  535. package/dist/esm/models/work-order-dept-settings-entity.d.ts +1 -1
  536. package/dist/esm/models/work-order-detail-dto.d.ts +14 -14
  537. package/dist/esm/models/work-order-ext-data.d.ts +5 -5
  538. package/dist/esm/models/work-order-group-equipment-dto.d.ts +5 -5
  539. package/dist/esm/models/work-order-handler-dto.d.ts +1 -1
  540. package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
  541. package/dist/esm/models/work-order-issue-type-settings-entity.d.ts +2 -2
  542. package/dist/esm/models/work-order-msg-remind-config-info.d.ts +2 -2
  543. package/dist/esm/models/work-order-push-settings-entity.d.ts +1 -1
  544. package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
  545. package/dist/esm/models/work-order-push-settings-vo.d.ts +1 -1
  546. package/dist/esm/models/work-order-report-vo.d.ts +3 -3
  547. package/dist/esm/models/work-order-search-dto.d.ts +7 -7
  548. package/dist/esm/models/work-order-spot-check-dto.d.ts +7 -7
  549. package/dist/esm/models/work-order-spot-check-dto.js +5 -5
  550. package/dist/esm/models/work-order-staging-data-vo.d.ts +1 -1
  551. package/dist/esm/models/work-order-submit-vo.d.ts +2 -2
  552. package/dist/esm/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
  553. package/dist/esm/models/work-order-type-settings-entity.d.ts +2 -2
  554. package/dist/esm/models/wx-ma-user-info.d.ts +1 -1
  555. package/dist/esm/models/wx-menu.d.ts +2 -2
  556. package/dist/esm/models/wx-mp-conditional-menu.d.ts +2 -2
  557. package/dist/esm/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
  558. package/dist/esm/models/wx-mp-menu.d.ts +1 -1
  559. package/dist/esm/models/wx-mp-self-menu-button.d.ts +2 -2
  560. package/dist/esm/models/wx-mp-self-menu-info.d.ts +1 -1
  561. package/dist/models/access-abnormal-type-enum.d.ts +2 -2
  562. package/dist/models/access-abnormal-type-enum.js +2 -2
  563. package/dist/models/access-appointment-record-add-vo.d.ts +9 -9
  564. package/dist/models/access-appointment-record-details-dto.d.ts +12 -12
  565. package/dist/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
  566. package/dist/models/access-appointment-record-process-details-dto.d.ts +3 -3
  567. package/dist/models/access-approval-config-vo.d.ts +2 -2
  568. package/dist/models/access-company-config-entity.d.ts +1 -1
  569. package/dist/models/access-config-entity.d.ts +1 -1
  570. package/dist/models/access-config-vo.d.ts +1 -1
  571. package/dist/models/access-record-details-dto.d.ts +9 -9
  572. package/dist/models/access-record-summary-details-dto.d.ts +8 -8
  573. package/dist/models/access-record-summary-list-dto.d.ts +7 -7
  574. package/dist/models/access-vehicle-length-enum.d.ts +6 -6
  575. package/dist/models/access-vehicle-length-enum.js +6 -6
  576. package/dist/models/access-visitor-person-type-config-vo.d.ts +1 -1
  577. package/dist/models/access-whitelist-application-add-vo.d.ts +4 -4
  578. package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +3 -3
  579. package/dist/models/access-whitelist-application-details-dto.d.ts +6 -6
  580. package/dist/models/access-whitelist-application-process-details-dto.d.ts +3 -3
  581. package/dist/models/access-whitelist-application-update-vo.d.ts +1 -1
  582. package/dist/models/app-login-wx-chat-dto.d.ts +1 -1
  583. package/dist/models/area-park-dto.d.ts +1 -1
  584. package/dist/models/base-error-result.d.ts +1 -1
  585. package/dist/models/center-list-dto.d.ts +1 -1
  586. package/dist/models/cuser-info.d.ts +1 -1
  587. package/dist/models/dashboard-access-search-dto.d.ts +3 -3
  588. package/dist/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
  589. package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
  590. package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
  591. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +1 -1
  592. package/dist/models/dashboard-surveillance-search-dto.d.ts +1 -1
  593. package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +3 -3
  594. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +2 -2
  595. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +1 -1
  596. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
  597. package/dist/models/dashboard-work-order-list-search-dto.d.ts +4 -4
  598. package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
  599. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
  600. package/dist/models/dept-relation-dto.d.ts +2 -2
  601. package/dist/models/dept-relation.d.ts +2 -2
  602. package/dist/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
  603. package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
  604. package/dist/models/disaster-warning-standard-import-dto.d.ts +1 -1
  605. package/dist/models/energy-cost-add-record-dto.d.ts +2 -2
  606. package/dist/models/energy-cost-add-setting-dto.d.ts +1 -1
  607. package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +1 -1
  608. package/dist/models/energy-cost-analysis-export-dto.d.ts +1 -1
  609. package/dist/models/energy-cost-analysis-query-dto.d.ts +0 -25
  610. package/dist/models/energy-cost-analysis-query-dto.js +1 -7
  611. package/dist/models/energy-cost-edit-record-dto.d.ts +2 -2
  612. package/dist/models/energy-cost-per-area-analysis-vo.d.ts +0 -12
  613. package/dist/models/energy-cost-per-unit-analysis-vo.d.ts +8 -15
  614. package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +1 -1
  615. package/dist/models/energy-cost-record-info-vo.d.ts +1 -1
  616. package/dist/models/energy-cost-trend-vo.d.ts +1 -1
  617. package/dist/models/equipment-add-redis-list-dto.d.ts +1 -1
  618. package/dist/models/equipment-detail-dto.d.ts +2 -2
  619. package/dist/models/equipment-edit-batch-vo.d.ts +1 -1
  620. package/dist/models/equipment-edit-vo.d.ts +2 -2
  621. package/dist/models/equipment-search-system-dto.d.ts +3 -3
  622. package/dist/models/equipment-search-vo.d.ts +1 -1
  623. package/dist/models/equipment-status-stats-vo.d.ts +1 -1
  624. package/dist/models/equipment-tree-details-dto.d.ts +2 -2
  625. package/dist/models/equipment-tree-dto.d.ts +1 -1
  626. package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
  627. package/dist/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
  628. package/dist/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
  629. package/dist/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
  630. package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
  631. package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
  632. package/dist/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
  633. package/dist/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +1 -1
  634. package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
  635. package/dist/models/exploration-work-order-add-vo.d.ts +3 -3
  636. package/dist/models/exploration-work-order-details-dto.d.ts +9 -9
  637. package/dist/models/exploration-work-order-info.d.ts +2 -2
  638. package/dist/models/followup-work-order-dto.d.ts +1 -1
  639. package/dist/models/group-dept-vo.d.ts +1 -1
  640. package/dist/models/index.d.ts +0 -1
  641. package/dist/models/index.js +0 -1
  642. package/dist/models/inspection-handle-req.d.ts +1 -1
  643. package/dist/models/inspection-point-item.d.ts +1 -1
  644. package/dist/models/inspection-point.d.ts +1 -1
  645. package/dist/models/inspection-standard-add-or-update-vo.d.ts +4 -4
  646. package/dist/models/inspection-standard-dto.d.ts +4 -4
  647. package/dist/models/inspection-standard-entity.d.ts +5 -5
  648. package/dist/models/inspection-standard-import-dto.d.ts +2 -2
  649. package/dist/models/insurance-work-order-issue-vo.d.ts +1 -1
  650. package/dist/models/insurance-work-order-vo.d.ts +1 -1
  651. package/dist/models/ipage-energy-cost-analysis-list-vo.d.ts +7 -7
  652. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +7 -7
  653. package/dist/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
  654. package/dist/models/json-result-access-blacklist-details-dto.d.ts +2 -2
  655. package/dist/models/json-result-access-company-config-entity.d.ts +2 -2
  656. package/dist/models/json-result-access-config-entity.d.ts +2 -2
  657. package/dist/models/json-result-access-record-summary-details-dto.d.ts +2 -2
  658. package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
  659. package/dist/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
  660. package/dist/models/json-result-applet-user-type-dto.d.ts +2 -2
  661. package/dist/models/json-result-big-decimal.d.ts +1 -1
  662. package/dist/models/json-result-boolean.d.ts +1 -1
  663. package/dist/models/json-result-calendar-entity.d.ts +2 -2
  664. package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +2 -2
  665. package/dist/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
  666. package/dist/models/json-result-energy-cost-analysis-overview-vo.d.ts +2 -2
  667. package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +2 -2
  668. package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +2 -2
  669. package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +2 -2
  670. package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +2 -2
  671. package/dist/models/json-result-energy-cost-record-info-vo.d.ts +2 -2
  672. package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +2 -2
  673. package/dist/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
  674. package/dist/models/json-result-equipment-detail-dto.d.ts +2 -2
  675. package/dist/models/json-result-equipment-search-system-dto.d.ts +2 -2
  676. package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
  677. package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
  678. package/dist/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
  679. package/dist/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
  680. package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
  681. package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
  682. package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
  683. package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
  684. package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
  685. package/dist/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
  686. package/dist/models/json-result-file-dto.d.ts +2 -2
  687. package/dist/models/json-result-group-dept-vo.d.ts +2 -2
  688. package/dist/models/json-result-inspection-standard-entity.d.ts +2 -2
  689. package/dist/models/json-result-integer.d.ts +1 -1
  690. package/dist/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +2 -2
  691. package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +2 -2
  692. package/dist/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
  693. package/dist/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
  694. package/dist/models/json-result-list-access-company-config-entity.d.ts +2 -2
  695. package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
  696. package/dist/models/json-result-list-address-region-entity.d.ts +2 -2
  697. package/dist/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
  698. package/dist/models/json-result-list-area-park-dto.d.ts +2 -2
  699. package/dist/models/json-result-list-calendar-entity.d.ts +2 -2
  700. package/dist/models/json-result-list-center-list-dto.d.ts +2 -2
  701. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
  702. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
  703. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
  704. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
  705. package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
  706. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
  707. package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
  708. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
  709. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
  710. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
  711. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +2 -2
  712. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +2 -2
  713. package/dist/models/json-result-list-energy-cost-park-option-vo.d.ts +2 -2
  714. package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +2 -2
  715. package/dist/models/json-result-list-equipment-detail-dto.d.ts +2 -2
  716. package/dist/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
  717. package/dist/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
  718. package/dist/models/json-result-list-equipment-tree-dto.d.ts +2 -2
  719. package/dist/models/json-result-list-inspection-point.d.ts +2 -2
  720. package/dist/models/json-result-list-inspection-standard-entity.d.ts +2 -2
  721. package/dist/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
  722. package/dist/models/json-result-list-park-list-dto.d.ts +2 -2
  723. package/dist/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
  724. package/dist/models/json-result-list-plan-calendar-vo.d.ts +2 -2
  725. package/dist/models/json-result-list-space-image-detail-dto.d.ts +2 -2
  726. package/dist/models/json-result-list-space-point-dto.d.ts +2 -2
  727. package/dist/models/json-result-list-space-qr-code-dto.d.ts +2 -2
  728. package/dist/models/json-result-list-space-tree-dto.d.ts +2 -2
  729. package/dist/models/json-result-list-space-url-dto.d.ts +2 -2
  730. package/dist/models/json-result-list-srm-center-vo.d.ts +2 -2
  731. package/dist/models/json-result-list-supplier-select-dto.d.ts +2 -2
  732. package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
  733. package/dist/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
  734. package/dist/models/json-result-list-sys-dept.d.ts +2 -2
  735. package/dist/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
  736. package/dist/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
  737. package/dist/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
  738. package/dist/models/json-result-list-work-order-comment-entity.d.ts +2 -2
  739. package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
  740. package/dist/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
  741. package/dist/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
  742. package/dist/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
  743. package/dist/models/json-result-list-work-order-spot-check-dto.d.ts +2 -2
  744. package/dist/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
  745. package/dist/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
  746. package/dist/models/json-result-maintenance-standard-entity.d.ts +2 -2
  747. package/dist/models/json-result-map-string-object.d.ts +3 -3
  748. package/dist/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
  749. package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
  750. package/dist/models/json-result-notice-entity.d.ts +2 -2
  751. package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
  752. package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
  753. package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
  754. package/dist/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
  755. package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
  756. package/dist/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
  757. package/dist/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
  758. package/dist/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
  759. package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
  760. package/dist/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
  761. package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
  762. package/dist/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
  763. package/dist/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
  764. package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
  765. package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
  766. package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +2 -2
  767. package/dist/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
  768. package/dist/models/json-result-park-info-dto.d.ts +2 -2
  769. package/dist/models/json-result-park-settings-details-dto.d.ts +2 -2
  770. package/dist/models/json-result-period-detail-resp.d.ts +2 -2
  771. package/dist/models/json-result-plan-detail-dto.d.ts +2 -2
  772. package/dist/models/json-result-space-add-redis-list-dto.d.ts +2 -2
  773. package/dist/models/json-result-space-image-detail-dto.d.ts +2 -2
  774. package/dist/models/json-result-srm-center-entity.d.ts +2 -2
  775. package/dist/models/json-result-string.d.ts +1 -1
  776. package/dist/models/json-result-supplier-contract-details-dto.d.ts +2 -2
  777. package/dist/models/json-result-supplier-entity.d.ts +2 -2
  778. package/dist/models/json-result-surveillance-count-dto.d.ts +2 -2
  779. package/dist/models/json-result-surveillance-details-dto.d.ts +2 -2
  780. package/dist/models/json-result-surveillance-live-dto.d.ts +2 -2
  781. package/dist/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
  782. package/dist/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
  783. package/dist/models/json-result-switch-park-v2-dto.d.ts +2 -2
  784. package/dist/models/json-result-sys-dept.d.ts +2 -2
  785. package/dist/models/json-result-sys-user-msg-dto.d.ts +2 -2
  786. package/dist/models/json-result-sys-user.d.ts +2 -2
  787. package/dist/models/json-result-user-add-redis-list-vo.d.ts +2 -2
  788. package/dist/models/json-result-user-settings-entity.d.ts +2 -2
  789. package/dist/models/json-result-violation-work-order-details-dto.d.ts +2 -2
  790. package/dist/models/json-result-void.d.ts +1 -1
  791. package/dist/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
  792. package/dist/models/json-result-work-order-detail-dto.d.ts +2 -2
  793. package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
  794. package/dist/models/json-result.d.ts +1 -1
  795. package/dist/models/maintenance-history-dto.d.ts +2 -2
  796. package/dist/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
  797. package/dist/models/maintenance-standard-dto.d.ts +2 -2
  798. package/dist/models/maintenance-standard-entity.d.ts +3 -3
  799. package/dist/models/monitoring-coverage-alert-info.d.ts +1 -1
  800. package/dist/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
  801. package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
  802. package/dist/models/network-monitor-repair-add-vo.d.ts +3 -3
  803. package/dist/models/network-monitor-repair-details-dto.d.ts +14 -14
  804. package/dist/models/news-info.d.ts +1 -1
  805. package/dist/models/offline-alert-submit-vo.d.ts +1 -1
  806. package/dist/models/offline-alert-work-order-details-dto.d.ts +10 -10
  807. package/dist/models/offline-alert-work-order-info.d.ts +2 -2
  808. package/dist/models/offline-alert-work-order-vo.d.ts +1 -1
  809. package/dist/models/open-api-access-appointment-record-add-vo.d.ts +8 -8
  810. package/dist/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
  811. package/dist/models/open-api-equipment-list-dto.d.ts +2 -2
  812. package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
  813. package/dist/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
  814. package/dist/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
  815. package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
  816. package/dist/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
  817. package/dist/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
  818. package/dist/models/page-dto-equipment-search-system-dto.d.ts +1 -1
  819. package/dist/models/page-dto-inspection-standard-dto.d.ts +1 -1
  820. package/dist/models/page-dto-maintenance-standard-dto.d.ts +1 -1
  821. package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
  822. package/dist/models/page-dto-plan-search-dto.d.ts +1 -1
  823. package/dist/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
  824. package/dist/models/page-dto-surveillance-details-dto.d.ts +1 -1
  825. package/dist/models/page-dto-sys-user-msg-dto.d.ts +1 -1
  826. package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +1 -1
  827. package/dist/models/page-dto-work-order-search-dto.d.ts +1 -1
  828. package/dist/models/park-info-dto.d.ts +1 -1
  829. package/dist/models/park-info-edit-vo.d.ts +1 -1
  830. package/dist/models/park-list-dto.d.ts +1 -1
  831. package/dist/models/park.d.ts +1 -1
  832. package/dist/models/period-detail-resp.d.ts +12 -12
  833. package/dist/models/period-detail-resp.js +5 -5
  834. package/dist/models/plan-add-vo.d.ts +9 -9
  835. package/dist/models/plan-add-vo.js +5 -5
  836. package/dist/models/plan-calendar-list-vo.d.ts +5 -5
  837. package/dist/models/plan-calendar-list-vo.js +5 -5
  838. package/dist/models/plan-detail-dto.d.ts +9 -9
  839. package/dist/models/plan-detail-dto.js +5 -5
  840. package/dist/models/plan-edit-vo.d.ts +9 -9
  841. package/dist/models/plan-edit-vo.js +5 -5
  842. package/dist/models/plan-inspection-items-dto.d.ts +3 -3
  843. package/dist/models/plan-item-add-vo.d.ts +2 -2
  844. package/dist/models/plan-item-edit-vo.d.ts +2 -2
  845. package/dist/models/plan-search-dto.d.ts +9 -9
  846. package/dist/models/plan-search-dto.js +5 -5
  847. package/dist/models/process-work-order-vo.d.ts +1 -1
  848. package/dist/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
  849. package/dist/models/save-period-work-order-detail-req.d.ts +1 -1
  850. package/dist/models/sms-captcha-vo.d.ts +1 -1
  851. package/dist/models/source-work-order-dto.d.ts +1 -1
  852. package/dist/models/source-work-order-inspection-dto.d.ts +1 -1
  853. package/dist/models/space-add-redis-list-dto.d.ts +1 -1
  854. package/dist/models/space-add-vo.d.ts +2 -2
  855. package/dist/models/space-detail-dto.d.ts +4 -4
  856. package/dist/models/space-edit-vo.d.ts +2 -2
  857. package/dist/models/space-image-detail-dto.d.ts +2 -2
  858. package/dist/models/space-tree-dto.d.ts +3 -3
  859. package/dist/models/space.d.ts +1 -1
  860. package/dist/models/srm-center-entity.d.ts +1 -1
  861. package/dist/models/srm-center-vo.d.ts +1 -1
  862. package/dist/models/srm-level-add-dto.d.ts +1 -1
  863. package/dist/models/sub-buttons.d.ts +1 -1
  864. package/dist/models/supplier-add-vo.d.ts +2 -2
  865. package/dist/models/supplier-edit-vo.d.ts +2 -2
  866. package/dist/models/supplier-entity.d.ts +2 -2
  867. package/dist/models/surveillance-batch-import-template-dto.d.ts +3 -3
  868. package/dist/models/surveillance-details-dto.d.ts +7 -7
  869. package/dist/models/surveillance-entity.d.ts +3 -3
  870. package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
  871. package/dist/models/surveillance-settings-polling-dto.d.ts +2 -2
  872. package/dist/models/surveillance-settings-polling-vo.d.ts +2 -2
  873. package/dist/models/surveillance-update-vo.d.ts +2 -2
  874. package/dist/models/switch-pak-body-v2-vo.d.ts +1 -1
  875. package/dist/models/sync-equipment-status-vo.d.ts +1 -1
  876. package/dist/models/sync-equipment-vo.d.ts +1 -1
  877. package/dist/models/sys-user-info-dto.d.ts +3 -3
  878. package/dist/models/sys-user-msg-dto.d.ts +2 -2
  879. package/dist/models/sys-user.d.ts +8 -8
  880. package/dist/models/user-add-redis-list-vo.d.ts +1 -1
  881. package/dist/models/user-roles-and-permissions-dto.d.ts +1 -1
  882. package/dist/models/violation-decision-vo.d.ts +2 -2
  883. package/dist/models/violation-work-order-add-vo.d.ts +3 -3
  884. package/dist/models/violation-work-order-details-dto.d.ts +12 -12
  885. package/dist/models/violation-work-order-info.d.ts +4 -4
  886. package/dist/models/work-order-add-vo.d.ts +3 -3
  887. package/dist/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
  888. package/dist/models/work-order-circulation-settings-entity.d.ts +2 -2
  889. package/dist/models/work-order-circulation-vo.d.ts +1 -1
  890. package/dist/models/work-order-decision-vo.d.ts +2 -2
  891. package/dist/models/work-order-dept-settings-entity.d.ts +1 -1
  892. package/dist/models/work-order-detail-dto.d.ts +14 -14
  893. package/dist/models/work-order-ext-data.d.ts +5 -5
  894. package/dist/models/work-order-group-equipment-dto.d.ts +5 -5
  895. package/dist/models/work-order-handler-dto.d.ts +1 -1
  896. package/dist/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
  897. package/dist/models/work-order-issue-type-settings-entity.d.ts +2 -2
  898. package/dist/models/work-order-msg-remind-config-info.d.ts +2 -2
  899. package/dist/models/work-order-push-settings-entity.d.ts +1 -1
  900. package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
  901. package/dist/models/work-order-push-settings-vo.d.ts +1 -1
  902. package/dist/models/work-order-report-vo.d.ts +3 -3
  903. package/dist/models/work-order-search-dto.d.ts +7 -7
  904. package/dist/models/work-order-spot-check-dto.d.ts +7 -7
  905. package/dist/models/work-order-spot-check-dto.js +5 -5
  906. package/dist/models/work-order-staging-data-vo.d.ts +1 -1
  907. package/dist/models/work-order-submit-vo.d.ts +2 -2
  908. package/dist/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
  909. package/dist/models/work-order-type-settings-entity.d.ts +2 -2
  910. package/dist/models/wx-ma-user-info.d.ts +1 -1
  911. package/dist/models/wx-menu.d.ts +2 -2
  912. package/dist/models/wx-mp-conditional-menu.d.ts +2 -2
  913. package/dist/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
  914. package/dist/models/wx-mp-menu.d.ts +1 -1
  915. package/dist/models/wx-mp-self-menu-button.d.ts +2 -2
  916. package/dist/models/wx-mp-self-menu-info.d.ts +1 -1
  917. package/models/access-abnormal-type-enum.ts +2 -2
  918. package/models/access-appointment-record-add-vo.ts +9 -9
  919. package/models/access-appointment-record-details-dto.ts +12 -12
  920. package/models/access-appointment-record-process-approval-user-dto.ts +1 -1
  921. package/models/access-appointment-record-process-details-dto.ts +3 -3
  922. package/models/access-approval-config-vo.ts +2 -2
  923. package/models/access-company-config-entity.ts +1 -1
  924. package/models/access-config-entity.ts +1 -1
  925. package/models/access-config-vo.ts +1 -1
  926. package/models/access-record-details-dto.ts +9 -9
  927. package/models/access-record-summary-details-dto.ts +8 -8
  928. package/models/access-record-summary-list-dto.ts +7 -7
  929. package/models/access-vehicle-length-enum.ts +6 -6
  930. package/models/access-visitor-person-type-config-vo.ts +1 -1
  931. package/models/access-whitelist-application-add-vo.ts +4 -4
  932. package/models/access-whitelist-application-batch-import-template-dto.ts +3 -3
  933. package/models/access-whitelist-application-details-dto.ts +6 -6
  934. package/models/access-whitelist-application-process-details-dto.ts +3 -3
  935. package/models/access-whitelist-application-update-vo.ts +1 -1
  936. package/models/app-login-wx-chat-dto.ts +1 -1
  937. package/models/area-park-dto.ts +1 -1
  938. package/models/base-error-result.ts +1 -1
  939. package/models/center-list-dto.ts +1 -1
  940. package/models/cuser-info.ts +1 -1
  941. package/models/dashboard-access-search-dto.ts +3 -3
  942. package/models/dashboard-access-source-group-stats-vo.ts +1 -1
  943. package/models/dashboard-equipment-park-group-stats-vo.ts +1 -1
  944. package/models/dashboard-equipment-system-group-stats-vo.ts +1 -1
  945. package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +1 -1
  946. package/models/dashboard-surveillance-search-dto.ts +1 -1
  947. package/models/dashboard-work-order-by-park-search-dto.ts +3 -3
  948. package/models/dashboard-work-order-by-work-order-type-search-dto.ts +2 -2
  949. package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +1 -1
  950. package/models/dashboard-work-order-issue-type-group-stats-vo.ts +1 -1
  951. package/models/dashboard-work-order-list-search-dto.ts +4 -4
  952. package/models/dashboard-work-order-type-group-stats-vo.ts +2 -2
  953. package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +1 -1
  954. package/models/dept-relation-dto.ts +2 -2
  955. package/models/dept-relation.ts +2 -2
  956. package/models/disaster-warning-standard-add-or-update-vo.ts +1 -1
  957. package/models/disaster-warning-standard-entity.ts +1 -1
  958. package/models/disaster-warning-standard-import-dto.ts +1 -1
  959. package/models/energy-cost-add-record-dto.ts +2 -2
  960. package/models/energy-cost-add-setting-dto.ts +1 -1
  961. package/models/energy-cost-add-setting-dtopark-setting.ts +1 -1
  962. package/models/energy-cost-analysis-export-dto.ts +1 -1
  963. package/models/energy-cost-analysis-query-dto.ts +0 -26
  964. package/models/energy-cost-edit-record-dto.ts +2 -2
  965. package/models/energy-cost-per-area-analysis-vo.ts +0 -12
  966. package/models/energy-cost-per-unit-analysis-vo.ts +8 -17
  967. package/models/energy-cost-record-info-not-emun-vo.ts +1 -1
  968. package/models/energy-cost-record-info-vo.ts +1 -1
  969. package/models/energy-cost-trend-vo.ts +1 -1
  970. package/models/equipment-add-redis-list-dto.ts +1 -1
  971. package/models/equipment-detail-dto.ts +2 -2
  972. package/models/equipment-edit-batch-vo.ts +1 -1
  973. package/models/equipment-edit-vo.ts +2 -2
  974. package/models/equipment-search-system-dto.ts +3 -3
  975. package/models/equipment-search-vo.ts +1 -1
  976. package/models/equipment-status-stats-vo.ts +1 -1
  977. package/models/equipment-tree-details-dto.ts +2 -2
  978. package/models/equipment-tree-dto.ts +1 -1
  979. package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +1 -1
  980. package/models/excel-import-result-dtocalendar-export-dto.ts +1 -1
  981. package/models/excel-import-result-dtodisaster-warning-standard-import-dto.ts +1 -1
  982. package/models/excel-import-result-dtoequipment-excel-add-dto.ts +1 -1
  983. package/models/excel-import-result-dtoinspection-standard-import-dto.ts +1 -1
  984. package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +1 -1
  985. package/models/excel-import-result-dtosurveillance-batch-import-template-dto.ts +1 -1
  986. package/models/excel-import-result-dtosurveillance-settings-export-dto.ts +1 -1
  987. package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +1 -1
  988. package/models/exploration-work-order-add-vo.ts +3 -3
  989. package/models/exploration-work-order-details-dto.ts +9 -9
  990. package/models/exploration-work-order-info.ts +2 -2
  991. package/models/followup-work-order-dto.ts +1 -1
  992. package/models/group-dept-vo.ts +1 -1
  993. package/models/index.ts +0 -1
  994. package/models/inspection-handle-req.ts +1 -1
  995. package/models/inspection-point-item.ts +1 -1
  996. package/models/inspection-point.ts +1 -1
  997. package/models/inspection-standard-add-or-update-vo.ts +4 -4
  998. package/models/inspection-standard-dto.ts +4 -4
  999. package/models/inspection-standard-entity.ts +5 -5
  1000. package/models/inspection-standard-import-dto.ts +2 -2
  1001. package/models/insurance-work-order-issue-vo.ts +1 -1
  1002. package/models/insurance-work-order-vo.ts +1 -1
  1003. package/models/ipage-energy-cost-analysis-list-vo.ts +7 -7
  1004. package/models/ipage-energy-cost-record-info-vo.ts +7 -7
  1005. package/models/json-result-access-appointment-record-details-dto.ts +2 -2
  1006. package/models/json-result-access-blacklist-details-dto.ts +2 -2
  1007. package/models/json-result-access-company-config-entity.ts +2 -2
  1008. package/models/json-result-access-config-entity.ts +2 -2
  1009. package/models/json-result-access-record-summary-details-dto.ts +2 -2
  1010. package/models/json-result-access-whitelist-application-details-dto.ts +2 -2
  1011. package/models/json-result-admission-terms-record-details-dto.ts +2 -2
  1012. package/models/json-result-applet-user-type-dto.ts +2 -2
  1013. package/models/json-result-big-decimal.ts +1 -1
  1014. package/models/json-result-boolean.ts +1 -1
  1015. package/models/json-result-calendar-entity.ts +2 -2
  1016. package/models/json-result-dashboard-park-statistics-vo.ts +2 -2
  1017. package/models/json-result-disaster-warning-standard-entity.ts +2 -2
  1018. package/models/json-result-energy-cost-analysis-overview-vo.ts +2 -2
  1019. package/models/json-result-energy-cost-per-area-analysis-vo.ts +2 -2
  1020. package/models/json-result-energy-cost-per-unit-analysis-vo.ts +2 -2
  1021. package/models/json-result-energy-cost-record-bill-info-vo.ts +2 -2
  1022. package/models/json-result-energy-cost-record-info-not-emun-vo.ts +2 -2
  1023. package/models/json-result-energy-cost-record-info-vo.ts +2 -2
  1024. package/models/json-result-energy-cost-unit-price-analysis-vo.ts +2 -2
  1025. package/models/json-result-equipment-add-redis-list-dto.ts +2 -2
  1026. package/models/json-result-equipment-detail-dto.ts +2 -2
  1027. package/models/json-result-equipment-search-system-dto.ts +2 -2
  1028. package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +2 -2
  1029. package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +2 -2
  1030. package/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.ts +2 -2
  1031. package/models/json-result-excel-import-result-dtoequipment-excel-add-dto.ts +2 -2
  1032. package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +2 -2
  1033. package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +2 -2
  1034. package/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.ts +2 -2
  1035. package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +2 -2
  1036. package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +2 -2
  1037. package/models/json-result-exploration-work-order-details-dto.ts +2 -2
  1038. package/models/json-result-file-dto.ts +2 -2
  1039. package/models/json-result-group-dept-vo.ts +2 -2
  1040. package/models/json-result-inspection-standard-entity.ts +2 -2
  1041. package/models/json-result-integer.ts +1 -1
  1042. package/models/json-result-ipage-energy-cost-analysis-list-vo.ts +2 -2
  1043. package/models/json-result-ipage-energy-cost-record-info-vo.ts +2 -2
  1044. package/models/json-result-json-result-list-space-tree-dto.ts +2 -2
  1045. package/models/json-result-list-access-appointment-record-process-details-dto.ts +2 -2
  1046. package/models/json-result-list-access-company-config-entity.ts +2 -2
  1047. package/models/json-result-list-access-whitelist-application-process-details-dto.ts +2 -2
  1048. package/models/json-result-list-address-region-entity.ts +2 -2
  1049. package/models/json-result-list-applet-sys-user-drop-down-box-list-dto.ts +2 -2
  1050. package/models/json-result-list-area-park-dto.ts +2 -2
  1051. package/models/json-result-list-calendar-entity.ts +2 -2
  1052. package/models/json-result-list-center-list-dto.ts +2 -2
  1053. package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +2 -2
  1054. package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +2 -2
  1055. package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +2 -2
  1056. package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +2 -2
  1057. package/models/json-result-list-dashboard-series-stats-base-vo.ts +2 -2
  1058. package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +2 -2
  1059. package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +2 -2
  1060. package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +2 -2
  1061. package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +2 -2
  1062. package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +2 -2
  1063. package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +2 -2
  1064. package/models/json-result-list-energy-cost-month-setting-list-vo.ts +2 -2
  1065. package/models/json-result-list-energy-cost-park-option-vo.ts +2 -2
  1066. package/models/json-result-list-energy-cost-trend-vo.ts +2 -2
  1067. package/models/json-result-list-equipment-detail-dto.ts +2 -2
  1068. package/models/json-result-list-equipment-qr-code-dto.ts +2 -2
  1069. package/models/json-result-list-equipment-system-tree-dto.ts +2 -2
  1070. package/models/json-result-list-equipment-tree-dto.ts +2 -2
  1071. package/models/json-result-list-inspection-point.ts +2 -2
  1072. package/models/json-result-list-inspection-standard-entity.ts +2 -2
  1073. package/models/json-result-list-maintenance-standard-entity.ts +2 -2
  1074. package/models/json-result-list-park-list-dto.ts +2 -2
  1075. package/models/json-result-list-plan-calendar-list-vo.ts +2 -2
  1076. package/models/json-result-list-plan-calendar-vo.ts +2 -2
  1077. package/models/json-result-list-space-image-detail-dto.ts +2 -2
  1078. package/models/json-result-list-space-point-dto.ts +2 -2
  1079. package/models/json-result-list-space-qr-code-dto.ts +2 -2
  1080. package/models/json-result-list-space-tree-dto.ts +2 -2
  1081. package/models/json-result-list-space-url-dto.ts +2 -2
  1082. package/models/json-result-list-srm-center-vo.ts +2 -2
  1083. package/models/json-result-list-supplier-select-dto.ts +2 -2
  1084. package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +2 -2
  1085. package/models/json-result-list-sys-dept-drop-down-box-list-dto.ts +2 -2
  1086. package/models/json-result-list-sys-dept.ts +2 -2
  1087. package/models/json-result-list-sys-user-drop-down-box-list-dto.ts +2 -2
  1088. package/models/json-result-list-work-order-circulation-settings-entity.ts +2 -2
  1089. package/models/json-result-list-work-order-circulation-vo.ts +2 -2
  1090. package/models/json-result-list-work-order-comment-entity.ts +2 -2
  1091. package/models/json-result-list-work-order-dept-settings-entity.ts +2 -2
  1092. package/models/json-result-list-work-order-inspection-detail-dto.ts +2 -2
  1093. package/models/json-result-list-work-order-issue-type-settings-entity.ts +2 -2
  1094. package/models/json-result-list-work-order-push-settings-entity.ts +2 -2
  1095. package/models/json-result-list-work-order-spot-check-dto.ts +2 -2
  1096. package/models/json-result-list-work-order-step-by-step-push-user-details-dto.ts +2 -2
  1097. package/models/json-result-list-work-order-type-settings-entity.ts +2 -2
  1098. package/models/json-result-maintenance-standard-entity.ts +2 -2
  1099. package/models/json-result-map-string-object.ts +3 -3
  1100. package/models/json-result-monitoring-coverage-alert-work-order-details-dto.ts +2 -2
  1101. package/models/json-result-network-monitor-repair-details-dto.ts +2 -2
  1102. package/models/json-result-notice-entity.ts +2 -2
  1103. package/models/json-result-offline-alert-work-order-details-dto.ts +2 -2
  1104. package/models/json-result-page-dto-access-appointment-record-details-dto.ts +2 -2
  1105. package/models/json-result-page-dto-access-blacklist-details-dto.ts +2 -2
  1106. package/models/json-result-page-dto-access-record-summary-list-dto.ts +2 -2
  1107. package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +2 -2
  1108. package/models/json-result-page-dto-admission-terms-record-list-dto.ts +2 -2
  1109. package/models/json-result-page-dto-disaster-warning-standard-entity.ts +2 -2
  1110. package/models/json-result-page-dto-equipment-search-system-dto.ts +2 -2
  1111. package/models/json-result-page-dto-inspection-standard-dto.ts +2 -2
  1112. package/models/json-result-page-dto-maintenance-standard-dto.ts +2 -2
  1113. package/models/json-result-page-dto-open-api-equipment-list-dto.ts +2 -2
  1114. package/models/json-result-page-dto-plan-search-dto.ts +2 -2
  1115. package/models/json-result-page-dto-supplier-contract-details-dto.ts +2 -2
  1116. package/models/json-result-page-dto-surveillance-details-dto.ts +2 -2
  1117. package/models/json-result-page-dto-sys-user-msg-dto.ts +2 -2
  1118. package/models/json-result-page-dto-work-order-group-equipment-dto.ts +2 -2
  1119. package/models/json-result-page-dto-work-order-search-dto.ts +2 -2
  1120. package/models/json-result-park-info-dto.ts +2 -2
  1121. package/models/json-result-park-settings-details-dto.ts +2 -2
  1122. package/models/json-result-period-detail-resp.ts +2 -2
  1123. package/models/json-result-plan-detail-dto.ts +2 -2
  1124. package/models/json-result-space-add-redis-list-dto.ts +2 -2
  1125. package/models/json-result-space-image-detail-dto.ts +2 -2
  1126. package/models/json-result-srm-center-entity.ts +2 -2
  1127. package/models/json-result-string.ts +1 -1
  1128. package/models/json-result-supplier-contract-details-dto.ts +2 -2
  1129. package/models/json-result-supplier-entity.ts +2 -2
  1130. package/models/json-result-surveillance-count-dto.ts +2 -2
  1131. package/models/json-result-surveillance-details-dto.ts +2 -2
  1132. package/models/json-result-surveillance-live-dto.ts +2 -2
  1133. package/models/json-result-surveillance-settings-details-dto.ts +2 -2
  1134. package/models/json-result-surveillance-settings-polling-dto.ts +2 -2
  1135. package/models/json-result-switch-park-v2-dto.ts +2 -2
  1136. package/models/json-result-sys-dept.ts +2 -2
  1137. package/models/json-result-sys-user-msg-dto.ts +2 -2
  1138. package/models/json-result-sys-user.ts +2 -2
  1139. package/models/json-result-user-add-redis-list-vo.ts +2 -2
  1140. package/models/json-result-user-settings-entity.ts +2 -2
  1141. package/models/json-result-violation-work-order-details-dto.ts +2 -2
  1142. package/models/json-result-void.ts +1 -1
  1143. package/models/json-result-work-order-dept-settings-entity.ts +2 -2
  1144. package/models/json-result-work-order-detail-dto.ts +2 -2
  1145. package/models/json-result-work-order-issue-type-settings-entity.ts +2 -2
  1146. package/models/json-result.ts +1 -1
  1147. package/models/maintenance-history-dto.ts +2 -2
  1148. package/models/maintenance-standard-add-or-update-vo.ts +2 -2
  1149. package/models/maintenance-standard-dto.ts +2 -2
  1150. package/models/maintenance-standard-entity.ts +3 -3
  1151. package/models/monitoring-coverage-alert-info.ts +1 -1
  1152. package/models/monitoring-coverage-alert-process-vo.ts +1 -1
  1153. package/models/monitoring-coverage-alert-work-order-details-dto.ts +7 -7
  1154. package/models/network-monitor-repair-add-vo.ts +3 -3
  1155. package/models/network-monitor-repair-details-dto.ts +14 -14
  1156. package/models/news-info.ts +1 -1
  1157. package/models/offline-alert-submit-vo.ts +1 -1
  1158. package/models/offline-alert-work-order-details-dto.ts +10 -10
  1159. package/models/offline-alert-work-order-info.ts +2 -2
  1160. package/models/offline-alert-work-order-vo.ts +1 -1
  1161. package/models/open-api-access-appointment-record-add-vo.ts +8 -8
  1162. package/models/open-api-access-appointment-record-delete-vo.ts +1 -1
  1163. package/models/open-api-equipment-list-dto.ts +2 -2
  1164. package/models/page-dto-access-appointment-record-details-dto.ts +1 -1
  1165. package/models/page-dto-access-blacklist-details-dto.ts +1 -1
  1166. package/models/page-dto-access-record-summary-list-dto.ts +1 -1
  1167. package/models/page-dto-access-whitelist-application-details-dto.ts +1 -1
  1168. package/models/page-dto-admission-terms-record-list-dto.ts +1 -1
  1169. package/models/page-dto-disaster-warning-standard-entity.ts +1 -1
  1170. package/models/page-dto-equipment-search-system-dto.ts +1 -1
  1171. package/models/page-dto-inspection-standard-dto.ts +1 -1
  1172. package/models/page-dto-maintenance-standard-dto.ts +1 -1
  1173. package/models/page-dto-open-api-equipment-list-dto.ts +1 -1
  1174. package/models/page-dto-plan-search-dto.ts +1 -1
  1175. package/models/page-dto-supplier-contract-details-dto.ts +1 -1
  1176. package/models/page-dto-surveillance-details-dto.ts +1 -1
  1177. package/models/page-dto-sys-user-msg-dto.ts +1 -1
  1178. package/models/page-dto-work-order-group-equipment-dto.ts +1 -1
  1179. package/models/page-dto-work-order-search-dto.ts +1 -1
  1180. package/models/park-info-dto.ts +1 -1
  1181. package/models/park-info-edit-vo.ts +1 -1
  1182. package/models/park-list-dto.ts +1 -1
  1183. package/models/park.ts +1 -1
  1184. package/models/period-detail-resp.ts +12 -12
  1185. package/models/plan-add-vo.ts +9 -9
  1186. package/models/plan-calendar-list-vo.ts +5 -5
  1187. package/models/plan-detail-dto.ts +9 -9
  1188. package/models/plan-edit-vo.ts +9 -9
  1189. package/models/plan-inspection-items-dto.ts +3 -3
  1190. package/models/plan-item-add-vo.ts +2 -2
  1191. package/models/plan-item-edit-vo.ts +2 -2
  1192. package/models/plan-search-dto.ts +9 -9
  1193. package/models/process-work-order-vo.ts +1 -1
  1194. package/models/safety-smart-fire-record-gizone-dto.ts +1 -1
  1195. package/models/save-period-work-order-detail-req.ts +1 -1
  1196. package/models/sms-captcha-vo.ts +1 -1
  1197. package/models/source-work-order-dto.ts +1 -1
  1198. package/models/source-work-order-inspection-dto.ts +1 -1
  1199. package/models/space-add-redis-list-dto.ts +1 -1
  1200. package/models/space-add-vo.ts +2 -2
  1201. package/models/space-detail-dto.ts +4 -4
  1202. package/models/space-edit-vo.ts +2 -2
  1203. package/models/space-image-detail-dto.ts +2 -2
  1204. package/models/space-tree-dto.ts +3 -3
  1205. package/models/space.ts +1 -1
  1206. package/models/srm-center-entity.ts +1 -1
  1207. package/models/srm-center-vo.ts +1 -1
  1208. package/models/srm-level-add-dto.ts +1 -1
  1209. package/models/sub-buttons.ts +1 -1
  1210. package/models/supplier-add-vo.ts +2 -2
  1211. package/models/supplier-edit-vo.ts +2 -2
  1212. package/models/supplier-entity.ts +2 -2
  1213. package/models/surveillance-batch-import-template-dto.ts +3 -3
  1214. package/models/surveillance-details-dto.ts +7 -7
  1215. package/models/surveillance-entity.ts +3 -3
  1216. package/models/surveillance-settings-coverage-standard-dto.ts +1 -1
  1217. package/models/surveillance-settings-polling-dto.ts +2 -2
  1218. package/models/surveillance-settings-polling-vo.ts +2 -2
  1219. package/models/surveillance-update-vo.ts +2 -2
  1220. package/models/switch-pak-body-v2-vo.ts +1 -1
  1221. package/models/sync-equipment-status-vo.ts +1 -1
  1222. package/models/sync-equipment-vo.ts +1 -1
  1223. package/models/sys-user-info-dto.ts +3 -3
  1224. package/models/sys-user-msg-dto.ts +2 -2
  1225. package/models/sys-user.ts +8 -8
  1226. package/models/user-add-redis-list-vo.ts +1 -1
  1227. package/models/user-roles-and-permissions-dto.ts +1 -1
  1228. package/models/violation-decision-vo.ts +2 -2
  1229. package/models/violation-work-order-add-vo.ts +3 -3
  1230. package/models/violation-work-order-details-dto.ts +12 -12
  1231. package/models/violation-work-order-info.ts +4 -4
  1232. package/models/work-order-add-vo.ts +3 -3
  1233. package/models/work-order-circulation-settings-add-or-update-vo.ts +2 -2
  1234. package/models/work-order-circulation-settings-entity.ts +2 -2
  1235. package/models/work-order-circulation-vo.ts +1 -1
  1236. package/models/work-order-decision-vo.ts +2 -2
  1237. package/models/work-order-dept-settings-entity.ts +1 -1
  1238. package/models/work-order-detail-dto.ts +14 -14
  1239. package/models/work-order-ext-data.ts +5 -5
  1240. package/models/work-order-group-equipment-dto.ts +5 -5
  1241. package/models/work-order-handler-dto.ts +1 -1
  1242. package/models/work-order-issue-type-settings-add-or-update-vo.ts +2 -2
  1243. package/models/work-order-issue-type-settings-entity.ts +2 -2
  1244. package/models/work-order-msg-remind-config-info.ts +2 -2
  1245. package/models/work-order-push-settings-entity.ts +1 -1
  1246. package/models/work-order-push-settings-save-or-update-vo.ts +1 -1
  1247. package/models/work-order-push-settings-vo.ts +1 -1
  1248. package/models/work-order-report-vo.ts +3 -3
  1249. package/models/work-order-search-dto.ts +7 -7
  1250. package/models/work-order-spot-check-dto.ts +7 -7
  1251. package/models/work-order-staging-data-vo.ts +1 -1
  1252. package/models/work-order-submit-vo.ts +2 -2
  1253. package/models/work-order-type-msg-remind-config-add-or-update-vo.ts +2 -2
  1254. package/models/work-order-type-settings-entity.ts +2 -2
  1255. package/models/wx-ma-user-info.ts +1 -1
  1256. package/models/wx-menu.ts +2 -2
  1257. package/models/wx-mp-conditional-menu.ts +2 -2
  1258. package/models/wx-mp-get-self-menu-info-result.ts +1 -1
  1259. package/models/wx-mp-menu.ts +1 -1
  1260. package/models/wx-mp-self-menu-button.ts +2 -2
  1261. package/models/wx-mp-self-menu-info.ts +1 -1
  1262. package/package.json +4 -4
  1263. package/dist/esm/models/park-per-unit-detail-vo.d.ts +0 -72
  1264. package/dist/esm/models/park-per-unit-detail-vo.js +0 -14
  1265. package/dist/models/park-per-unit-detail-vo.d.ts +0 -72
  1266. package/dist/models/park-per-unit-detail-vo.js +0 -15
  1267. package/models/park-per-unit-detail-vo.ts +0 -78
@@ -42,7 +42,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
42
42
  * @param {*} [options] Override http request option.
43
43
  * @throws {RequiredError}
44
44
  */
45
- addComment: (workOrderCommentVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
45
+ addComment: (workOrderCommentVo_1, ...args_1) => __awaiter(this, [workOrderCommentVo_1, ...args_1], void 0, function* (workOrderCommentVo, options = {}) {
46
46
  // verify required parameter 'workOrderCommentVo' is not null or undefined
47
47
  (0, common_1.assertParamExists)('addComment', 'workOrderCommentVo', workOrderCommentVo);
48
48
  const localVarPath = `/gizone/workOrder/comment/add`;
@@ -75,7 +75,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
75
75
  * @param {*} [options] Override http request option.
76
76
  * @throws {RequiredError}
77
77
  */
78
- addPlan: (planAddVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
78
+ addPlan: (planAddVo_1, ...args_1) => __awaiter(this, [planAddVo_1, ...args_1], void 0, function* (planAddVo, options = {}) {
79
79
  // verify required parameter 'planAddVo' is not null or undefined
80
80
  (0, common_1.assertParamExists)('addPlan', 'planAddVo', planAddVo);
81
81
  const localVarPath = `/gizone/workOrder/plan`;
@@ -109,7 +109,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
109
109
  * @param {*} [options] Override http request option.
110
110
  * @throws {RequiredError}
111
111
  */
112
- calendar: (start, end, options = {}) => __awaiter(this, void 0, void 0, function* () {
112
+ calendar: (start_1, end_1, ...args_1) => __awaiter(this, [start_1, end_1, ...args_1], void 0, function* (start, end, options = {}) {
113
113
  const localVarPath = `/gizone/workOrder/plan/calendar`;
114
114
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
115
115
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -148,7 +148,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
148
148
  * @param {*} [options] Override http request option.
149
149
  * @throws {RequiredError}
150
150
  */
151
- calendarList: (date, options = {}) => __awaiter(this, void 0, void 0, function* () {
151
+ calendarList: (date_1, ...args_1) => __awaiter(this, [date_1, ...args_1], void 0, function* (date, options = {}) {
152
152
  // verify required parameter 'date' is not null or undefined
153
153
  (0, common_1.assertParamExists)('calendarList', 'date', date);
154
154
  const localVarPath = `/gizone/workOrder/plan/calendarList`;
@@ -184,7 +184,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
184
184
  * @param {*} [options] Override http request option.
185
185
  * @throws {RequiredError}
186
186
  */
187
- commentList: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
187
+ commentList: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
188
188
  // verify required parameter 'workOrderId' is not null or undefined
189
189
  (0, common_1.assertParamExists)('commentList', 'workOrderId', workOrderId);
190
190
  const localVarPath = `/gizone/workOrder/comment/list`;
@@ -218,7 +218,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
218
218
  * @param {*} [options] Override http request option.
219
219
  * @throws {RequiredError}
220
220
  */
221
- del: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
221
+ del: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
222
222
  // verify required parameter 'workOrderId' is not null or undefined
223
223
  (0, common_1.assertParamExists)('del', 'workOrderId', workOrderId);
224
224
  const localVarPath = `/gizone/workOrder/del`;
@@ -252,7 +252,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
252
252
  * @param {*} [options] Override http request option.
253
253
  * @throws {RequiredError}
254
254
  */
255
- delOne: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
255
+ delOne: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
256
256
  // verify required parameter 'id' is not null or undefined
257
257
  (0, common_1.assertParamExists)('delOne', 'id', id);
258
258
  const localVarPath = `/gizone/workOrder/plan/{id}`
@@ -285,7 +285,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
285
285
  * @param {*} [options] Override http request option.
286
286
  * @throws {RequiredError}
287
287
  */
288
- editPlan: (id, planEditVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
288
+ editPlan: (id_1, planEditVo_1, ...args_1) => __awaiter(this, [id_1, planEditVo_1, ...args_1], void 0, function* (id, planEditVo, options = {}) {
289
289
  // verify required parameter 'id' is not null or undefined
290
290
  (0, common_1.assertParamExists)('editPlan', 'id', id);
291
291
  // verify required parameter 'planEditVo' is not null or undefined
@@ -321,7 +321,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
321
321
  * @param {*} [options] Override http request option.
322
322
  * @throws {RequiredError}
323
323
  */
324
- editStatus: (workOrderStatusVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
324
+ editStatus: (workOrderStatusVo_1, ...args_1) => __awaiter(this, [workOrderStatusVo_1, ...args_1], void 0, function* (workOrderStatusVo, options = {}) {
325
325
  // verify required parameter 'workOrderStatusVo' is not null or undefined
326
326
  (0, common_1.assertParamExists)('editStatus', 'workOrderStatusVo', workOrderStatusVo);
327
327
  const localVarPath = `/gizone/workOrder/editStatus`;
@@ -366,7 +366,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
366
366
  * @param {*} [options] Override http request option.
367
367
  * @throws {RequiredError}
368
368
  */
369
- exportWorkOrder: (workOrderName, workOrderTypes, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, inspectionException, workOrderStatuses, executionDeptIds, equipmentId, workOrderTypeSubcategories, isTimeOut, options = {}) => __awaiter(this, void 0, void 0, function* () {
369
+ exportWorkOrder: (workOrderName_1, workOrderTypes_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, inspectionException_1, workOrderStatuses_1, executionDeptIds_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, ...args_1) => __awaiter(this, [workOrderName_1, workOrderTypes_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, inspectionException_1, workOrderStatuses_1, executionDeptIds_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, ...args_1], void 0, function* (workOrderName, workOrderTypes, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, inspectionException, workOrderStatuses, executionDeptIds, equipmentId, workOrderTypeSubcategories, isTimeOut, options = {}) {
370
370
  const localVarPath = `/gizone/workOrder/exportWorkOrder`;
371
371
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
372
372
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -434,7 +434,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
434
434
  * @param {*} [options] Override http request option.
435
435
  * @throws {RequiredError}
436
436
  */
437
- getListByWorkOrderId: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
437
+ getListByWorkOrderId: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
438
438
  // verify required parameter 'workOrderId' is not null or undefined
439
439
  (0, common_1.assertParamExists)('getListByWorkOrderId', 'workOrderId', workOrderId);
440
440
  const localVarPath = `/gizone/work/order/circulation/{workOrderId}`
@@ -466,7 +466,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
466
466
  * @param {*} [options] Override http request option.
467
467
  * @throws {RequiredError}
468
468
  */
469
- handle: (inspectionHandleReq, options = {}) => __awaiter(this, void 0, void 0, function* () {
469
+ handle: (inspectionHandleReq_1, ...args_1) => __awaiter(this, [inspectionHandleReq_1, ...args_1], void 0, function* (inspectionHandleReq, options = {}) {
470
470
  // verify required parameter 'inspectionHandleReq' is not null or undefined
471
471
  (0, common_1.assertParamExists)('handle', 'inspectionHandleReq', inspectionHandleReq);
472
472
  const localVarPath = `/gizone/workOrder/period/handle/inspection`;
@@ -499,7 +499,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
499
499
  * @param {*} [options] Override http request option.
500
500
  * @throws {RequiredError}
501
501
  */
502
- handleBatch: (inspectionHandleReq, options = {}) => __awaiter(this, void 0, void 0, function* () {
502
+ handleBatch: (inspectionHandleReq_1, ...args_1) => __awaiter(this, [inspectionHandleReq_1, ...args_1], void 0, function* (inspectionHandleReq, options = {}) {
503
503
  // verify required parameter 'inspectionHandleReq' is not null or undefined
504
504
  (0, common_1.assertParamExists)('handleBatch', 'inspectionHandleReq', inspectionHandleReq);
505
505
  const localVarPath = `/gizone/workOrder/period/handle/inspection/batch`;
@@ -532,7 +532,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
532
532
  * @param {*} [options] Override http request option.
533
533
  * @throws {RequiredError}
534
534
  */
535
- inspectionComplete: (inspectionCompleteVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
535
+ inspectionComplete: (inspectionCompleteVO_1, ...args_1) => __awaiter(this, [inspectionCompleteVO_1, ...args_1], void 0, function* (inspectionCompleteVO, options = {}) {
536
536
  // verify required parameter 'inspectionCompleteVO' is not null or undefined
537
537
  (0, common_1.assertParamExists)('inspectionComplete', 'inspectionCompleteVO', inspectionCompleteVO);
538
538
  const localVarPath = `/gizone/workOrder/inspection/complete`;
@@ -565,7 +565,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
565
565
  * @param {*} [options] Override http request option.
566
566
  * @throws {RequiredError}
567
567
  */
568
- planDetail: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
568
+ planDetail: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
569
569
  // verify required parameter 'id' is not null or undefined
570
570
  (0, common_1.assertParamExists)('planDetail', 'id', id);
571
571
  const localVarPath = `/gizone/workOrder/plan/{id}`
@@ -606,7 +606,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
606
606
  * @param {*} [options] Override http request option.
607
607
  * @throws {RequiredError}
608
608
  */
609
- planList: (parkId, page, pageSize, planName, deptIds, planTypes, repeats, state, workOrderTypeSubcategories, itemIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
609
+ planList: (parkId_1, page_1, pageSize_1, planName_1, deptIds_1, planTypes_1, repeats_1, state_1, workOrderTypeSubcategories_1, itemIds_1, ...args_1) => __awaiter(this, [parkId_1, page_1, pageSize_1, planName_1, deptIds_1, planTypes_1, repeats_1, state_1, workOrderTypeSubcategories_1, itemIds_1, ...args_1], void 0, function* (parkId, page, pageSize, planName, deptIds, planTypes, repeats, state, workOrderTypeSubcategories, itemIds, options = {}) {
610
610
  // verify required parameter 'parkId' is not null or undefined
611
611
  (0, common_1.assertParamExists)('planList', 'parkId', parkId);
612
612
  // verify required parameter 'page' is not null or undefined
@@ -672,7 +672,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
672
672
  * @param {*} [options] Override http request option.
673
673
  * @throws {RequiredError}
674
674
  */
675
- processWorkOrder: (workOrderId, processWorkOrderVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
675
+ processWorkOrder: (workOrderId_1, processWorkOrderVo_1, ...args_1) => __awaiter(this, [workOrderId_1, processWorkOrderVo_1, ...args_1], void 0, function* (workOrderId, processWorkOrderVo, options = {}) {
676
676
  // verify required parameter 'workOrderId' is not null or undefined
677
677
  (0, common_1.assertParamExists)('processWorkOrder', 'workOrderId', workOrderId);
678
678
  // verify required parameter 'processWorkOrderVo' is not null or undefined
@@ -729,7 +729,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
729
729
  * @param {*} [options] Override http request option.
730
730
  * @throws {RequiredError}
731
731
  */
732
- publicWorkOrderList: (workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, plannedStartTime, plannedEndTime, completedStartTime, completedEndTime, inspectionPointStatus, page, pageSize, options = {}) => __awaiter(this, void 0, void 0, function* () {
732
+ publicWorkOrderList: (workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, parkIds_1, workOrderIssueTypes_1, plannedStartTime_1, plannedEndTime_1, completedStartTime_1, completedEndTime_1, inspectionPointStatus_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, parkIds_1, workOrderIssueTypes_1, plannedStartTime_1, plannedEndTime_1, completedStartTime_1, completedEndTime_1, inspectionPointStatus_1, page_1, pageSize_1, ...args_1], void 0, function* (workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, plannedStartTime, plannedEndTime, completedStartTime, completedEndTime, inspectionPointStatus, page, pageSize, options = {}) {
733
733
  const localVarPath = `/gizone/workOrder/public/list`;
734
734
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
735
735
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -825,7 +825,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
825
825
  * @param {*} [options] Override http request option.
826
826
  * @throws {RequiredError}
827
827
  */
828
- qrCodeDetail: (workOrderId, inspectionId, options = {}) => __awaiter(this, void 0, void 0, function* () {
828
+ qrCodeDetail: (workOrderId_1, inspectionId_1, ...args_1) => __awaiter(this, [workOrderId_1, inspectionId_1, ...args_1], void 0, function* (workOrderId, inspectionId, options = {}) {
829
829
  // verify required parameter 'workOrderId' is not null or undefined
830
830
  (0, common_1.assertParamExists)('qrCodeDetail', 'workOrderId', workOrderId);
831
831
  // verify required parameter 'inspectionId' is not null or undefined
@@ -864,7 +864,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
864
864
  * @param {*} [options] Override http request option.
865
865
  * @throws {RequiredError}
866
866
  */
867
- saveDetail: (savePeriodWorkOrderDetailReq, options = {}) => __awaiter(this, void 0, void 0, function* () {
867
+ saveDetail: (savePeriodWorkOrderDetailReq_1, ...args_1) => __awaiter(this, [savePeriodWorkOrderDetailReq_1, ...args_1], void 0, function* (savePeriodWorkOrderDetailReq, options = {}) {
868
868
  // verify required parameter 'savePeriodWorkOrderDetailReq' is not null or undefined
869
869
  (0, common_1.assertParamExists)('saveDetail', 'savePeriodWorkOrderDetailReq', savePeriodWorkOrderDetailReq);
870
870
  const localVarPath = `/gizone/workOrder/period/saveDetail`;
@@ -898,7 +898,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
898
898
  * @param {*} [options] Override http request option.
899
899
  * @throws {RequiredError}
900
900
  */
901
- selectWorkOrderInspectionPoint: (workOrderId, inspectionPointStatus, options = {}) => __awaiter(this, void 0, void 0, function* () {
901
+ selectWorkOrderInspectionPoint: (workOrderId_1, inspectionPointStatus_1, ...args_1) => __awaiter(this, [workOrderId_1, inspectionPointStatus_1, ...args_1], void 0, function* (workOrderId, inspectionPointStatus, options = {}) {
902
902
  // verify required parameter 'workOrderId' is not null or undefined
903
903
  (0, common_1.assertParamExists)('selectWorkOrderInspectionPoint', 'workOrderId', workOrderId);
904
904
  const localVarPath = `/gizone/workOrder/period/{workOrderId}/inspectionPoint`
@@ -933,7 +933,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
933
933
  * @param {*} [options] Override http request option.
934
934
  * @throws {RequiredError}
935
935
  */
936
- selectWorkOrderStepByStepPushUserDetails: (quartzSchedulerId, options = {}) => __awaiter(this, void 0, void 0, function* () {
936
+ selectWorkOrderStepByStepPushUserDetails: (quartzSchedulerId_1, ...args_1) => __awaiter(this, [quartzSchedulerId_1, ...args_1], void 0, function* (quartzSchedulerId, options = {}) {
937
937
  // verify required parameter 'quartzSchedulerId' is not null or undefined
938
938
  (0, common_1.assertParamExists)('selectWorkOrderStepByStepPushUserDetails', 'quartzSchedulerId', quartzSchedulerId);
939
939
  const localVarPath = `/gizone/workOrder/selectWorkOrderStepByStepPushUserDetails`;
@@ -967,7 +967,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
967
967
  * @param {*} [options] Override http request option.
968
968
  * @throws {RequiredError}
969
969
  */
970
- toState: (planToStateVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
970
+ toState: (planToStateVo_1, ...args_1) => __awaiter(this, [planToStateVo_1, ...args_1], void 0, function* (planToStateVo, options = {}) {
971
971
  // verify required parameter 'planToStateVo' is not null or undefined
972
972
  (0, common_1.assertParamExists)('toState', 'planToStateVo', planToStateVo);
973
973
  const localVarPath = `/gizone/workOrder/plan/to/state`;
@@ -999,7 +999,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
999
999
  * @param {*} [options] Override http request option.
1000
1000
  * @throws {RequiredError}
1001
1001
  */
1002
- updateSqmStatus: (options = {}) => __awaiter(this, void 0, void 0, function* () {
1002
+ updateSqmStatus: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
1003
1003
  const localVarPath = `/gizone/workOrder/violation/updateSqmStatus`;
1004
1004
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1005
1005
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1028,7 +1028,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1028
1028
  * @param {*} [options] Override http request option.
1029
1029
  * @throws {RequiredError}
1030
1030
  */
1031
- workClose: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1031
+ workClose: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
1032
1032
  // verify required parameter 'workOrderId' is not null or undefined
1033
1033
  (0, common_1.assertParamExists)('workClose', 'workOrderId', workOrderId);
1034
1034
  const localVarPath = `/gizone/workOrder/workClose`;
@@ -1062,7 +1062,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1062
1062
  * @param {*} [options] Override http request option.
1063
1063
  * @throws {RequiredError}
1064
1064
  */
1065
- workCloseBatch: (requestBody, options = {}) => __awaiter(this, void 0, void 0, function* () {
1065
+ workCloseBatch: (requestBody_1, ...args_1) => __awaiter(this, [requestBody_1, ...args_1], void 0, function* (requestBody, options = {}) {
1066
1066
  // verify required parameter 'requestBody' is not null or undefined
1067
1067
  (0, common_1.assertParamExists)('workCloseBatch', 'requestBody', requestBody);
1068
1068
  const localVarPath = `/gizone/workOrder/workCloseBatch`;
@@ -1096,7 +1096,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1096
1096
  * @param {*} [options] Override http request option.
1097
1097
  * @throws {RequiredError}
1098
1098
  */
1099
- workOrderApproval: (workOrderId, workOrderApprovalVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
1099
+ workOrderApproval: (workOrderId_1, workOrderApprovalVo_1, ...args_1) => __awaiter(this, [workOrderId_1, workOrderApprovalVo_1, ...args_1], void 0, function* (workOrderId, workOrderApprovalVo, options = {}) {
1100
1100
  // verify required parameter 'workOrderId' is not null or undefined
1101
1101
  (0, common_1.assertParamExists)('workOrderApproval', 'workOrderId', workOrderId);
1102
1102
  // verify required parameter 'workOrderApprovalVo' is not null or undefined
@@ -1133,7 +1133,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1133
1133
  * @param {*} [options] Override http request option.
1134
1134
  * @throws {RequiredError}
1135
1135
  */
1136
- workOrderCirculationSettingsAddOrUpdate: (parkId, workOrderCirculationSettingsAddOrUpdateVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
1136
+ workOrderCirculationSettingsAddOrUpdate: (parkId_1, workOrderCirculationSettingsAddOrUpdateVo_1, ...args_1) => __awaiter(this, [parkId_1, workOrderCirculationSettingsAddOrUpdateVo_1, ...args_1], void 0, function* (parkId, workOrderCirculationSettingsAddOrUpdateVo, options = {}) {
1137
1137
  // verify required parameter 'parkId' is not null or undefined
1138
1138
  (0, common_1.assertParamExists)('workOrderCirculationSettingsAddOrUpdate', 'parkId', parkId);
1139
1139
  // verify required parameter 'workOrderCirculationSettingsAddOrUpdateVo' is not null or undefined
@@ -1169,7 +1169,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1169
1169
  * @param {*} [options] Override http request option.
1170
1170
  * @throws {RequiredError}
1171
1171
  */
1172
- workOrderCirculationSettingsList: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1172
+ workOrderCirculationSettingsList: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
1173
1173
  // verify required parameter 'parkId' is not null or undefined
1174
1174
  (0, common_1.assertParamExists)('workOrderCirculationSettingsList', 'parkId', parkId);
1175
1175
  const localVarPath = `/gizone/workOrderCirculationSettings/{parkId}`
@@ -1202,7 +1202,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1202
1202
  * @param {*} [options] Override http request option.
1203
1203
  * @throws {RequiredError}
1204
1204
  */
1205
- workOrderDecision: (workOrderId, workOrderDecisionVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
1205
+ workOrderDecision: (workOrderId_1, workOrderDecisionVo_1, ...args_1) => __awaiter(this, [workOrderId_1, workOrderDecisionVo_1, ...args_1], void 0, function* (workOrderId, workOrderDecisionVo, options = {}) {
1206
1206
  // verify required parameter 'workOrderId' is not null or undefined
1207
1207
  (0, common_1.assertParamExists)('workOrderDecision', 'workOrderId', workOrderId);
1208
1208
  // verify required parameter 'workOrderDecisionVo' is not null or undefined
@@ -1240,7 +1240,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1240
1240
  * @param {*} [options] Override http request option.
1241
1241
  * @throws {RequiredError}
1242
1242
  */
1243
- workOrderDeptSettingsAddOrUpdate: (parkId, workOrderType, workOrderDeptSettingsAddOrUpdateVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
1243
+ workOrderDeptSettingsAddOrUpdate: (parkId_1, workOrderType_1, workOrderDeptSettingsAddOrUpdateVO_1, ...args_1) => __awaiter(this, [parkId_1, workOrderType_1, workOrderDeptSettingsAddOrUpdateVO_1, ...args_1], void 0, function* (parkId, workOrderType, workOrderDeptSettingsAddOrUpdateVO, options = {}) {
1244
1244
  // verify required parameter 'parkId' is not null or undefined
1245
1245
  (0, common_1.assertParamExists)('workOrderDeptSettingsAddOrUpdate', 'parkId', parkId);
1246
1246
  // verify required parameter 'workOrderType' is not null or undefined
@@ -1280,7 +1280,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1280
1280
  * @param {*} [options] Override http request option.
1281
1281
  * @throws {RequiredError}
1282
1282
  */
1283
- workOrderDeptSettingsSelectByWorkOrderType: (parkId, workOrderType, options = {}) => __awaiter(this, void 0, void 0, function* () {
1283
+ workOrderDeptSettingsSelectByWorkOrderType: (parkId_1, workOrderType_1, ...args_1) => __awaiter(this, [parkId_1, workOrderType_1, ...args_1], void 0, function* (parkId, workOrderType, options = {}) {
1284
1284
  // verify required parameter 'parkId' is not null or undefined
1285
1285
  (0, common_1.assertParamExists)('workOrderDeptSettingsSelectByWorkOrderType', 'parkId', parkId);
1286
1286
  // verify required parameter 'workOrderType' is not null or undefined
@@ -1317,7 +1317,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1317
1317
  * @param {*} [options] Override http request option.
1318
1318
  * @throws {RequiredError}
1319
1319
  */
1320
- workOrderDeptSettingsSelectByWorkOrderTypeAndKey: (parkId, workOrderType, key, options = {}) => __awaiter(this, void 0, void 0, function* () {
1320
+ workOrderDeptSettingsSelectByWorkOrderTypeAndKey: (parkId_1, workOrderType_1, key_1, ...args_1) => __awaiter(this, [parkId_1, workOrderType_1, key_1, ...args_1], void 0, function* (parkId, workOrderType, key, options = {}) {
1321
1321
  // verify required parameter 'parkId' is not null or undefined
1322
1322
  (0, common_1.assertParamExists)('workOrderDeptSettingsSelectByWorkOrderTypeAndKey', 'parkId', parkId);
1323
1323
  // verify required parameter 'workOrderType' is not null or undefined
@@ -1355,7 +1355,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1355
1355
  * @param {*} [options] Override http request option.
1356
1356
  * @throws {RequiredError}
1357
1357
  */
1358
- workOrderDistributeLeaflets: (workOrderDistributeLeafletsVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
1358
+ workOrderDistributeLeaflets: (workOrderDistributeLeafletsVo_1, ...args_1) => __awaiter(this, [workOrderDistributeLeafletsVo_1, ...args_1], void 0, function* (workOrderDistributeLeafletsVo, options = {}) {
1359
1359
  // verify required parameter 'workOrderDistributeLeafletsVo' is not null or undefined
1360
1360
  (0, common_1.assertParamExists)('workOrderDistributeLeaflets', 'workOrderDistributeLeafletsVo', workOrderDistributeLeafletsVo);
1361
1361
  const localVarPath = `/gizone/workOrder/distribute/leaflets`;
@@ -1388,7 +1388,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1388
1388
  * @param {*} [options] Override http request option.
1389
1389
  * @throws {RequiredError}
1390
1390
  */
1391
- workOrderExplorationAdd: (explorationWorkOrderAddVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
1391
+ workOrderExplorationAdd: (explorationWorkOrderAddVo_1, ...args_1) => __awaiter(this, [explorationWorkOrderAddVo_1, ...args_1], void 0, function* (explorationWorkOrderAddVo, options = {}) {
1392
1392
  // verify required parameter 'explorationWorkOrderAddVo' is not null or undefined
1393
1393
  (0, common_1.assertParamExists)('workOrderExplorationAdd', 'explorationWorkOrderAddVo', explorationWorkOrderAddVo);
1394
1394
  const localVarPath = `/gizone/workorder/exploration`;
@@ -1421,7 +1421,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1421
1421
  * @param {*} [options] Override http request option.
1422
1422
  * @throws {RequiredError}
1423
1423
  */
1424
- workOrderExplorationDetails: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1424
+ workOrderExplorationDetails: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
1425
1425
  // verify required parameter 'workOrderId' is not null or undefined
1426
1426
  (0, common_1.assertParamExists)('workOrderExplorationDetails', 'workOrderId', workOrderId);
1427
1427
  const localVarPath = `/gizone/workorder/exploration/{workOrderId}`
@@ -1453,7 +1453,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1453
1453
  * @param {*} [options] Override http request option.
1454
1454
  * @throws {RequiredError}
1455
1455
  */
1456
- workOrderFreeze: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1456
+ workOrderFreeze: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
1457
1457
  // verify required parameter 'workOrderId' is not null or undefined
1458
1458
  (0, common_1.assertParamExists)('workOrderFreeze', 'workOrderId', workOrderId);
1459
1459
  const localVarPath = `/gizone/workOrder/freeze/{workOrderId}`
@@ -1487,7 +1487,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1487
1487
  * @param {*} [options] Override http request option.
1488
1488
  * @throws {RequiredError}
1489
1489
  */
1490
- workOrderIssueTypeSelectByWorkOrderIssueType: (parkId, workOrderType, workOrderIssueType, options = {}) => __awaiter(this, void 0, void 0, function* () {
1490
+ workOrderIssueTypeSelectByWorkOrderIssueType: (parkId_1, workOrderType_1, workOrderIssueType_1, ...args_1) => __awaiter(this, [parkId_1, workOrderType_1, workOrderIssueType_1, ...args_1], void 0, function* (parkId, workOrderType, workOrderIssueType, options = {}) {
1491
1491
  // verify required parameter 'parkId' is not null or undefined
1492
1492
  (0, common_1.assertParamExists)('workOrderIssueTypeSelectByWorkOrderIssueType', 'parkId', parkId);
1493
1493
  // verify required parameter 'workOrderType' is not null or undefined
@@ -1526,7 +1526,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1526
1526
  * @param {*} [options] Override http request option.
1527
1527
  * @throws {RequiredError}
1528
1528
  */
1529
- workOrderIssueTypeSettingsAddOrUpdate: (parkId, workOrderIssueTypeSettingsAddOrUpdateVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
1529
+ workOrderIssueTypeSettingsAddOrUpdate: (parkId_1, workOrderIssueTypeSettingsAddOrUpdateVo_1, ...args_1) => __awaiter(this, [parkId_1, workOrderIssueTypeSettingsAddOrUpdateVo_1, ...args_1], void 0, function* (parkId, workOrderIssueTypeSettingsAddOrUpdateVo, options = {}) {
1530
1530
  // verify required parameter 'parkId' is not null or undefined
1531
1531
  (0, common_1.assertParamExists)('workOrderIssueTypeSettingsAddOrUpdate', 'parkId', parkId);
1532
1532
  // verify required parameter 'workOrderIssueTypeSettingsAddOrUpdateVo' is not null or undefined
@@ -1562,7 +1562,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1562
1562
  * @param {*} [options] Override http request option.
1563
1563
  * @throws {RequiredError}
1564
1564
  */
1565
- workOrderIssueTypeSettingsSelectByParkId: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1565
+ workOrderIssueTypeSettingsSelectByParkId: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
1566
1566
  // verify required parameter 'parkId' is not null or undefined
1567
1567
  (0, common_1.assertParamExists)('workOrderIssueTypeSettingsSelectByParkId', 'parkId', parkId);
1568
1568
  const localVarPath = `/gizone/workOrder/executionTimeSettings/{parkId}`
@@ -1615,7 +1615,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1615
1615
  * @param {*} [options] Override http request option.
1616
1616
  * @throws {RequiredError}
1617
1617
  */
1618
- workOrderList: (workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, plannedStartTime, plannedEndTime, completedStartTime, completedEndTime, inspectionPointStatus, page, pageSize, options = {}) => __awaiter(this, void 0, void 0, function* () {
1618
+ workOrderList: (workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, parkIds_1, workOrderIssueTypes_1, plannedStartTime_1, plannedEndTime_1, completedStartTime_1, completedEndTime_1, inspectionPointStatus_1, page_1, pageSize_1, ...args_1) => __awaiter(this, [workOrderName_1, workOrderTypes_1, workOrderStatuses_1, startTime_1, endTime_1, handlerUserId_1, parkId_1, spotCheckStatuses_1, executionDeptIds_1, inspectionException_1, equipmentId_1, workOrderTypeSubcategories_1, isTimeOut_1, parkIds_1, workOrderIssueTypes_1, plannedStartTime_1, plannedEndTime_1, completedStartTime_1, completedEndTime_1, inspectionPointStatus_1, page_1, pageSize_1, ...args_1], void 0, function* (workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, plannedStartTime, plannedEndTime, completedStartTime, completedEndTime, inspectionPointStatus, page, pageSize, options = {}) {
1619
1619
  const localVarPath = `/gizone/workOrder/list`;
1620
1620
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1621
1621
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1710,7 +1710,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1710
1710
  * @param {*} [options] Override http request option.
1711
1711
  * @throws {RequiredError}
1712
1712
  */
1713
- workOrderMonitoringCoverageAlertDetails: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1713
+ workOrderMonitoringCoverageAlertDetails: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
1714
1714
  // verify required parameter 'workOrderId' is not null or undefined
1715
1715
  (0, common_1.assertParamExists)('workOrderMonitoringCoverageAlertDetails', 'workOrderId', workOrderId);
1716
1716
  const localVarPath = `/gizone/workorder/monitoringCoverageAlert/{workOrderId}`
@@ -1743,7 +1743,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1743
1743
  * @param {*} [options] Override http request option.
1744
1744
  * @throws {RequiredError}
1745
1745
  */
1746
- workOrderMonitoringCoverageAlertProcess: (workOrderId, monitoringCoverageAlertProcessVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
1746
+ workOrderMonitoringCoverageAlertProcess: (workOrderId_1, monitoringCoverageAlertProcessVo_1, ...args_1) => __awaiter(this, [workOrderId_1, monitoringCoverageAlertProcessVo_1, ...args_1], void 0, function* (workOrderId, monitoringCoverageAlertProcessVo, options = {}) {
1747
1747
  // verify required parameter 'workOrderId' is not null or undefined
1748
1748
  (0, common_1.assertParamExists)('workOrderMonitoringCoverageAlertProcess', 'workOrderId', workOrderId);
1749
1749
  // verify required parameter 'monitoringCoverageAlertProcessVo' is not null or undefined
@@ -1779,7 +1779,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1779
1779
  * @param {*} [options] Override http request option.
1780
1780
  * @throws {RequiredError}
1781
1781
  */
1782
- workOrderNetworkMonitorRepairAdd: (networkMonitorRepairAddVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
1782
+ workOrderNetworkMonitorRepairAdd: (networkMonitorRepairAddVo_1, ...args_1) => __awaiter(this, [networkMonitorRepairAddVo_1, ...args_1], void 0, function* (networkMonitorRepairAddVo, options = {}) {
1783
1783
  // verify required parameter 'networkMonitorRepairAddVo' is not null or undefined
1784
1784
  (0, common_1.assertParamExists)('workOrderNetworkMonitorRepairAdd', 'networkMonitorRepairAddVo', networkMonitorRepairAddVo);
1785
1785
  const localVarPath = `/gizone/workOrder/networkMonitorRepair`;
@@ -1812,7 +1812,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1812
1812
  * @param {*} [options] Override http request option.
1813
1813
  * @throws {RequiredError}
1814
1814
  */
1815
- workOrderNetworkMonitorRepairDetails: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1815
+ workOrderNetworkMonitorRepairDetails: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
1816
1816
  // verify required parameter 'workOrderId' is not null or undefined
1817
1817
  (0, common_1.assertParamExists)('workOrderNetworkMonitorRepairDetails', 'workOrderId', workOrderId);
1818
1818
  const localVarPath = `/gizone/workOrder/networkMonitorRepair/{workOrderId}`
@@ -1845,7 +1845,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1845
1845
  * @param {*} [options] Override http request option.
1846
1846
  * @throws {RequiredError}
1847
1847
  */
1848
- workOrderNetworkMonitorRepairProcess: (workOrderId, processNetworkMonitorRepairVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
1848
+ workOrderNetworkMonitorRepairProcess: (workOrderId_1, processNetworkMonitorRepairVo_1, ...args_1) => __awaiter(this, [workOrderId_1, processNetworkMonitorRepairVo_1, ...args_1], void 0, function* (workOrderId, processNetworkMonitorRepairVo, options = {}) {
1849
1849
  // verify required parameter 'workOrderId' is not null or undefined
1850
1850
  (0, common_1.assertParamExists)('workOrderNetworkMonitorRepairProcess', 'workOrderId', workOrderId);
1851
1851
  // verify required parameter 'processNetworkMonitorRepairVo' is not null or undefined
@@ -1881,7 +1881,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1881
1881
  * @param {*} [options] Override http request option.
1882
1882
  * @throws {RequiredError}
1883
1883
  */
1884
- workOrderPeriodDetail: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1884
+ workOrderPeriodDetail: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
1885
1885
  // verify required parameter 'workOrderId' is not null or undefined
1886
1886
  (0, common_1.assertParamExists)('workOrderPeriodDetail', 'workOrderId', workOrderId);
1887
1887
  const localVarPath = `/gizone/workOrder/period/{workOrderId}`
@@ -1913,7 +1913,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1913
1913
  * @param {*} [options] Override http request option.
1914
1914
  * @throws {RequiredError}
1915
1915
  */
1916
- workOrderPushSettingsList: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1916
+ workOrderPushSettingsList: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
1917
1917
  // verify required parameter 'parkId' is not null or undefined
1918
1918
  (0, common_1.assertParamExists)('workOrderPushSettingsList', 'parkId', parkId);
1919
1919
  const localVarPath = `/gizone/work/order/workOrderPushSettings/selectList`;
@@ -1947,7 +1947,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1947
1947
  * @param {*} [options] Override http request option.
1948
1948
  * @throws {RequiredError}
1949
1949
  */
1950
- workOrderPushSettingsSaveOrUpdate: (workOrderPushSettingsVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
1950
+ workOrderPushSettingsSaveOrUpdate: (workOrderPushSettingsVO_1, ...args_1) => __awaiter(this, [workOrderPushSettingsVO_1, ...args_1], void 0, function* (workOrderPushSettingsVO, options = {}) {
1951
1951
  // verify required parameter 'workOrderPushSettingsVO' is not null or undefined
1952
1952
  (0, common_1.assertParamExists)('workOrderPushSettingsSaveOrUpdate', 'workOrderPushSettingsVO', workOrderPushSettingsVO);
1953
1953
  const localVarPath = `/gizone/work/order/workOrderPushSettings/saveOrUpdate`;
@@ -1980,7 +1980,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
1980
1980
  * @param {*} [options] Override http request option.
1981
1981
  * @throws {RequiredError}
1982
1982
  */
1983
- workOrderReceivingOrders: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1983
+ workOrderReceivingOrders: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
1984
1984
  // verify required parameter 'workOrderId' is not null or undefined
1985
1985
  (0, common_1.assertParamExists)('workOrderReceivingOrders', 'workOrderId', workOrderId);
1986
1986
  const localVarPath = `/gizone/workOrder/receiving/orders/{workOrderId}`
@@ -2013,7 +2013,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
2013
2013
  * @param {*} [options] Override http request option.
2014
2014
  * @throws {RequiredError}
2015
2015
  */
2016
- workOrderReject: (workOrderId, workOrderRejectVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
2016
+ workOrderReject: (workOrderId_1, workOrderRejectVo_1, ...args_1) => __awaiter(this, [workOrderId_1, workOrderRejectVo_1, ...args_1], void 0, function* (workOrderId, workOrderRejectVo, options = {}) {
2017
2017
  // verify required parameter 'workOrderId' is not null or undefined
2018
2018
  (0, common_1.assertParamExists)('workOrderReject', 'workOrderId', workOrderId);
2019
2019
  // verify required parameter 'workOrderRejectVo' is not null or undefined
@@ -2049,7 +2049,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
2049
2049
  * @param {*} [options] Override http request option.
2050
2050
  * @throws {RequiredError}
2051
2051
  */
2052
- workOrderRepairAdd: (workOrderAddVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
2052
+ workOrderRepairAdd: (workOrderAddVo_1, ...args_1) => __awaiter(this, [workOrderAddVo_1, ...args_1], void 0, function* (workOrderAddVo, options = {}) {
2053
2053
  // verify required parameter 'workOrderAddVo' is not null or undefined
2054
2054
  (0, common_1.assertParamExists)('workOrderRepairAdd', 'workOrderAddVo', workOrderAddVo);
2055
2055
  const localVarPath = `/gizone/workOrder/repair`;
@@ -2082,7 +2082,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
2082
2082
  * @param {*} [options] Override http request option.
2083
2083
  * @throws {RequiredError}
2084
2084
  */
2085
- workOrderRepairDetail: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
2085
+ workOrderRepairDetail: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
2086
2086
  // verify required parameter 'workOrderId' is not null or undefined
2087
2087
  (0, common_1.assertParamExists)('workOrderRepairDetail', 'workOrderId', workOrderId);
2088
2088
  const localVarPath = `/gizone/workOrder/repair/{workOrderId}`
@@ -2115,7 +2115,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
2115
2115
  * @param {*} [options] Override http request option.
2116
2116
  * @throws {RequiredError}
2117
2117
  */
2118
- workOrderReport: (workOrderId, workOrderReportVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
2118
+ workOrderReport: (workOrderId_1, workOrderReportVo_1, ...args_1) => __awaiter(this, [workOrderId_1, workOrderReportVo_1, ...args_1], void 0, function* (workOrderId, workOrderReportVo, options = {}) {
2119
2119
  // verify required parameter 'workOrderId' is not null or undefined
2120
2120
  (0, common_1.assertParamExists)('workOrderReport', 'workOrderId', workOrderId);
2121
2121
  // verify required parameter 'workOrderReportVo' is not null or undefined
@@ -2152,7 +2152,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
2152
2152
  * @param {*} [options] Override http request option.
2153
2153
  * @throws {RequiredError}
2154
2154
  */
2155
- workOrderSpotCheck: (workOrderId, workOrderSpotCheckVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
2155
+ workOrderSpotCheck: (workOrderId_1, workOrderSpotCheckVo_1, ...args_1) => __awaiter(this, [workOrderId_1, workOrderSpotCheckVo_1, ...args_1], void 0, function* (workOrderId, workOrderSpotCheckVo, options = {}) {
2156
2156
  // verify required parameter 'workOrderId' is not null or undefined
2157
2157
  (0, common_1.assertParamExists)('workOrderSpotCheck', 'workOrderId', workOrderId);
2158
2158
  // verify required parameter 'workOrderSpotCheckVo' is not null or undefined
@@ -2189,7 +2189,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
2189
2189
  * @param {*} [options] Override http request option.
2190
2190
  * @throws {RequiredError}
2191
2191
  */
2192
- workOrderSpotCheckCount: (workOrderId, inspectionItemId, options = {}) => __awaiter(this, void 0, void 0, function* () {
2192
+ workOrderSpotCheckCount: (workOrderId_1, inspectionItemId_1, ...args_1) => __awaiter(this, [workOrderId_1, inspectionItemId_1, ...args_1], void 0, function* (workOrderId, inspectionItemId, options = {}) {
2193
2193
  // verify required parameter 'workOrderId' is not null or undefined
2194
2194
  (0, common_1.assertParamExists)('workOrderSpotCheckCount', 'workOrderId', workOrderId);
2195
2195
  const localVarPath = `/gizone/workOrder/{workOrderId}/spot-check/count`
@@ -2224,7 +2224,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
2224
2224
  * @param {*} [options] Override http request option.
2225
2225
  * @throws {RequiredError}
2226
2226
  */
2227
- workOrderSpotCheckDetails: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
2227
+ workOrderSpotCheckDetails: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
2228
2228
  // verify required parameter 'workOrderId' is not null or undefined
2229
2229
  (0, common_1.assertParamExists)('workOrderSpotCheckDetails', 'workOrderId', workOrderId);
2230
2230
  const localVarPath = `/gizone/workOrder/{workOrderId}/spot-check`
@@ -2257,7 +2257,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
2257
2257
  * @param {*} [options] Override http request option.
2258
2258
  * @throws {RequiredError}
2259
2259
  */
2260
- workOrderStagingData: (workOrderId, workOrderStagingDataVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
2260
+ workOrderStagingData: (workOrderId_1, workOrderStagingDataVo_1, ...args_1) => __awaiter(this, [workOrderId_1, workOrderStagingDataVo_1, ...args_1], void 0, function* (workOrderId, workOrderStagingDataVo, options = {}) {
2261
2261
  // verify required parameter 'workOrderId' is not null or undefined
2262
2262
  (0, common_1.assertParamExists)('workOrderStagingData', 'workOrderId', workOrderId);
2263
2263
  // verify required parameter 'workOrderStagingDataVo' is not null or undefined
@@ -2294,7 +2294,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
2294
2294
  * @param {*} [options] Override http request option.
2295
2295
  * @throws {RequiredError}
2296
2296
  */
2297
- workOrderSubmit: (workOrderId, workOrderSubmitVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
2297
+ workOrderSubmit: (workOrderId_1, workOrderSubmitVo_1, ...args_1) => __awaiter(this, [workOrderId_1, workOrderSubmitVo_1, ...args_1], void 0, function* (workOrderId, workOrderSubmitVo, options = {}) {
2298
2298
  // verify required parameter 'workOrderId' is not null or undefined
2299
2299
  (0, common_1.assertParamExists)('workOrderSubmit', 'workOrderId', workOrderId);
2300
2300
  // verify required parameter 'workOrderSubmitVo' is not null or undefined
@@ -2331,7 +2331,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
2331
2331
  * @param {*} [options] Override http request option.
2332
2332
  * @throws {RequiredError}
2333
2333
  */
2334
- workOrderTypeSettingsAddMsgRemindConfig: (parkId, workOrderTypeMsgRemindConfigAddOrUpdateVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
2334
+ workOrderTypeSettingsAddMsgRemindConfig: (parkId_1, workOrderTypeMsgRemindConfigAddOrUpdateVo_1, ...args_1) => __awaiter(this, [parkId_1, workOrderTypeMsgRemindConfigAddOrUpdateVo_1, ...args_1], void 0, function* (parkId, workOrderTypeMsgRemindConfigAddOrUpdateVo, options = {}) {
2335
2335
  // verify required parameter 'parkId' is not null or undefined
2336
2336
  (0, common_1.assertParamExists)('workOrderTypeSettingsAddMsgRemindConfig', 'parkId', parkId);
2337
2337
  // verify required parameter 'workOrderTypeMsgRemindConfigAddOrUpdateVo' is not null or undefined
@@ -2367,7 +2367,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
2367
2367
  * @param {*} [options] Override http request option.
2368
2368
  * @throws {RequiredError}
2369
2369
  */
2370
- workOrderTypeSettingsSelectList: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
2370
+ workOrderTypeSettingsSelectList: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
2371
2371
  // verify required parameter 'parkId' is not null or undefined
2372
2372
  (0, common_1.assertParamExists)('workOrderTypeSettingsSelectList', 'parkId', parkId);
2373
2373
  const localVarPath = `/gizone/workOrderTypeSettings/{parkId}`
@@ -2399,7 +2399,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
2399
2399
  * @param {*} [options] Override http request option.
2400
2400
  * @throws {RequiredError}
2401
2401
  */
2402
- workOrderViolationAdd: (violationWorkOrderAddVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
2402
+ workOrderViolationAdd: (violationWorkOrderAddVo_1, ...args_1) => __awaiter(this, [violationWorkOrderAddVo_1, ...args_1], void 0, function* (violationWorkOrderAddVo, options = {}) {
2403
2403
  // verify required parameter 'violationWorkOrderAddVo' is not null or undefined
2404
2404
  (0, common_1.assertParamExists)('workOrderViolationAdd', 'violationWorkOrderAddVo', violationWorkOrderAddVo);
2405
2405
  const localVarPath = `/gizone/workOrder/violation`;
@@ -2432,7 +2432,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
2432
2432
  * @param {*} [options] Override http request option.
2433
2433
  * @throws {RequiredError}
2434
2434
  */
2435
- workOrderViolationDetails: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
2435
+ workOrderViolationDetails: (workOrderId_1, ...args_1) => __awaiter(this, [workOrderId_1, ...args_1], void 0, function* (workOrderId, options = {}) {
2436
2436
  // verify required parameter 'workOrderId' is not null or undefined
2437
2437
  (0, common_1.assertParamExists)('workOrderViolationDetails', 'workOrderId', workOrderId);
2438
2438
  const localVarPath = `/gizone/workOrder/violation/{workOrderId}`
@@ -2475,12 +2475,12 @@ const WorkOrderApiFp = function (configuration) {
2475
2475
  * @throws {RequiredError}
2476
2476
  */
2477
2477
  addComment(workOrderCommentVo, options) {
2478
- var _a, _b, _c;
2479
2478
  return __awaiter(this, void 0, void 0, function* () {
2479
+ var _a, _b, _c;
2480
2480
  const localVarAxiosArgs = yield localVarAxiosParamCreator.addComment(workOrderCommentVo, options);
2481
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2482
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.addComment']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2483
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2481
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2482
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.addComment']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2483
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2484
2484
  });
2485
2485
  },
2486
2486
  /**
@@ -2491,12 +2491,12 @@ const WorkOrderApiFp = function (configuration) {
2491
2491
  * @throws {RequiredError}
2492
2492
  */
2493
2493
  addPlan(planAddVo, options) {
2494
- var _a, _b, _c;
2495
2494
  return __awaiter(this, void 0, void 0, function* () {
2495
+ var _a, _b, _c;
2496
2496
  const localVarAxiosArgs = yield localVarAxiosParamCreator.addPlan(planAddVo, options);
2497
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2498
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.addPlan']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2499
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2497
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2498
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.addPlan']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2499
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2500
2500
  });
2501
2501
  },
2502
2502
  /**
@@ -2508,12 +2508,12 @@ const WorkOrderApiFp = function (configuration) {
2508
2508
  * @throws {RequiredError}
2509
2509
  */
2510
2510
  calendar(start, end, options) {
2511
- var _a, _b, _c;
2512
2511
  return __awaiter(this, void 0, void 0, function* () {
2512
+ var _a, _b, _c;
2513
2513
  const localVarAxiosArgs = yield localVarAxiosParamCreator.calendar(start, end, options);
2514
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2515
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.calendar']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2516
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2514
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2515
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.calendar']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2516
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2517
2517
  });
2518
2518
  },
2519
2519
  /**
@@ -2524,12 +2524,12 @@ const WorkOrderApiFp = function (configuration) {
2524
2524
  * @throws {RequiredError}
2525
2525
  */
2526
2526
  calendarList(date, options) {
2527
- var _a, _b, _c;
2528
2527
  return __awaiter(this, void 0, void 0, function* () {
2528
+ var _a, _b, _c;
2529
2529
  const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarList(date, options);
2530
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2531
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.calendarList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2532
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2530
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2531
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.calendarList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2532
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2533
2533
  });
2534
2534
  },
2535
2535
  /**
@@ -2540,12 +2540,12 @@ const WorkOrderApiFp = function (configuration) {
2540
2540
  * @throws {RequiredError}
2541
2541
  */
2542
2542
  commentList(workOrderId, options) {
2543
- var _a, _b, _c;
2544
2543
  return __awaiter(this, void 0, void 0, function* () {
2544
+ var _a, _b, _c;
2545
2545
  const localVarAxiosArgs = yield localVarAxiosParamCreator.commentList(workOrderId, options);
2546
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2547
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.commentList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2548
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2546
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2547
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.commentList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2548
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2549
2549
  });
2550
2550
  },
2551
2551
  /**
@@ -2556,12 +2556,12 @@ const WorkOrderApiFp = function (configuration) {
2556
2556
  * @throws {RequiredError}
2557
2557
  */
2558
2558
  del(workOrderId, options) {
2559
- var _a, _b, _c;
2560
2559
  return __awaiter(this, void 0, void 0, function* () {
2560
+ var _a, _b, _c;
2561
2561
  const localVarAxiosArgs = yield localVarAxiosParamCreator.del(workOrderId, options);
2562
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2563
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.del']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2564
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2562
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2563
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.del']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2564
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2565
2565
  });
2566
2566
  },
2567
2567
  /**
@@ -2572,12 +2572,12 @@ const WorkOrderApiFp = function (configuration) {
2572
2572
  * @throws {RequiredError}
2573
2573
  */
2574
2574
  delOne(id, options) {
2575
- var _a, _b, _c;
2576
2575
  return __awaiter(this, void 0, void 0, function* () {
2576
+ var _a, _b, _c;
2577
2577
  const localVarAxiosArgs = yield localVarAxiosParamCreator.delOne(id, options);
2578
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2579
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.delOne']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2580
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2578
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2579
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.delOne']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2580
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2581
2581
  });
2582
2582
  },
2583
2583
  /**
@@ -2589,12 +2589,12 @@ const WorkOrderApiFp = function (configuration) {
2589
2589
  * @throws {RequiredError}
2590
2590
  */
2591
2591
  editPlan(id, planEditVo, options) {
2592
- var _a, _b, _c;
2593
2592
  return __awaiter(this, void 0, void 0, function* () {
2593
+ var _a, _b, _c;
2594
2594
  const localVarAxiosArgs = yield localVarAxiosParamCreator.editPlan(id, planEditVo, options);
2595
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2596
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.editPlan']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2597
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2595
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2596
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.editPlan']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2597
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2598
2598
  });
2599
2599
  },
2600
2600
  /**
@@ -2605,12 +2605,12 @@ const WorkOrderApiFp = function (configuration) {
2605
2605
  * @throws {RequiredError}
2606
2606
  */
2607
2607
  editStatus(workOrderStatusVo, options) {
2608
- var _a, _b, _c;
2609
2608
  return __awaiter(this, void 0, void 0, function* () {
2609
+ var _a, _b, _c;
2610
2610
  const localVarAxiosArgs = yield localVarAxiosParamCreator.editStatus(workOrderStatusVo, options);
2611
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2612
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.editStatus']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2613
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2611
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2612
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.editStatus']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2613
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2614
2614
  });
2615
2615
  },
2616
2616
  /**
@@ -2633,12 +2633,12 @@ const WorkOrderApiFp = function (configuration) {
2633
2633
  * @throws {RequiredError}
2634
2634
  */
2635
2635
  exportWorkOrder(workOrderName, workOrderTypes, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, inspectionException, workOrderStatuses, executionDeptIds, equipmentId, workOrderTypeSubcategories, isTimeOut, options) {
2636
- var _a, _b, _c;
2637
2636
  return __awaiter(this, void 0, void 0, function* () {
2637
+ var _a, _b, _c;
2638
2638
  const localVarAxiosArgs = yield localVarAxiosParamCreator.exportWorkOrder(workOrderName, workOrderTypes, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, inspectionException, workOrderStatuses, executionDeptIds, equipmentId, workOrderTypeSubcategories, isTimeOut, options);
2639
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2640
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.exportWorkOrder']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2641
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2639
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2640
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.exportWorkOrder']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2641
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2642
2642
  });
2643
2643
  },
2644
2644
  /**
@@ -2649,12 +2649,12 @@ const WorkOrderApiFp = function (configuration) {
2649
2649
  * @throws {RequiredError}
2650
2650
  */
2651
2651
  getListByWorkOrderId(workOrderId, options) {
2652
- var _a, _b, _c;
2653
2652
  return __awaiter(this, void 0, void 0, function* () {
2653
+ var _a, _b, _c;
2654
2654
  const localVarAxiosArgs = yield localVarAxiosParamCreator.getListByWorkOrderId(workOrderId, options);
2655
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2656
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.getListByWorkOrderId']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2657
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2655
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2656
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.getListByWorkOrderId']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2657
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2658
2658
  });
2659
2659
  },
2660
2660
  /**
@@ -2665,12 +2665,12 @@ const WorkOrderApiFp = function (configuration) {
2665
2665
  * @throws {RequiredError}
2666
2666
  */
2667
2667
  handle(inspectionHandleReq, options) {
2668
- var _a, _b, _c;
2669
2668
  return __awaiter(this, void 0, void 0, function* () {
2669
+ var _a, _b, _c;
2670
2670
  const localVarAxiosArgs = yield localVarAxiosParamCreator.handle(inspectionHandleReq, options);
2671
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2672
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.handle']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2673
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2671
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2672
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.handle']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2673
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2674
2674
  });
2675
2675
  },
2676
2676
  /**
@@ -2681,12 +2681,12 @@ const WorkOrderApiFp = function (configuration) {
2681
2681
  * @throws {RequiredError}
2682
2682
  */
2683
2683
  handleBatch(inspectionHandleReq, options) {
2684
- var _a, _b, _c;
2685
2684
  return __awaiter(this, void 0, void 0, function* () {
2685
+ var _a, _b, _c;
2686
2686
  const localVarAxiosArgs = yield localVarAxiosParamCreator.handleBatch(inspectionHandleReq, options);
2687
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2688
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.handleBatch']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2689
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2687
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2688
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.handleBatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2689
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2690
2690
  });
2691
2691
  },
2692
2692
  /**
@@ -2697,12 +2697,12 @@ const WorkOrderApiFp = function (configuration) {
2697
2697
  * @throws {RequiredError}
2698
2698
  */
2699
2699
  inspectionComplete(inspectionCompleteVO, options) {
2700
- var _a, _b, _c;
2701
2700
  return __awaiter(this, void 0, void 0, function* () {
2701
+ var _a, _b, _c;
2702
2702
  const localVarAxiosArgs = yield localVarAxiosParamCreator.inspectionComplete(inspectionCompleteVO, options);
2703
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2704
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.inspectionComplete']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2705
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2703
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2704
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.inspectionComplete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2705
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2706
2706
  });
2707
2707
  },
2708
2708
  /**
@@ -2713,12 +2713,12 @@ const WorkOrderApiFp = function (configuration) {
2713
2713
  * @throws {RequiredError}
2714
2714
  */
2715
2715
  planDetail(id, options) {
2716
- var _a, _b, _c;
2717
2716
  return __awaiter(this, void 0, void 0, function* () {
2717
+ var _a, _b, _c;
2718
2718
  const localVarAxiosArgs = yield localVarAxiosParamCreator.planDetail(id, options);
2719
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2720
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.planDetail']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2721
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2719
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2720
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.planDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2721
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2722
2722
  });
2723
2723
  },
2724
2724
  /**
@@ -2738,12 +2738,12 @@ const WorkOrderApiFp = function (configuration) {
2738
2738
  * @throws {RequiredError}
2739
2739
  */
2740
2740
  planList(parkId, page, pageSize, planName, deptIds, planTypes, repeats, state, workOrderTypeSubcategories, itemIds, options) {
2741
- var _a, _b, _c;
2742
2741
  return __awaiter(this, void 0, void 0, function* () {
2742
+ var _a, _b, _c;
2743
2743
  const localVarAxiosArgs = yield localVarAxiosParamCreator.planList(parkId, page, pageSize, planName, deptIds, planTypes, repeats, state, workOrderTypeSubcategories, itemIds, options);
2744
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2745
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.planList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2746
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2744
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2745
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.planList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2746
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2747
2747
  });
2748
2748
  },
2749
2749
  /**
@@ -2755,12 +2755,12 @@ const WorkOrderApiFp = function (configuration) {
2755
2755
  * @throws {RequiredError}
2756
2756
  */
2757
2757
  processWorkOrder(workOrderId, processWorkOrderVo, options) {
2758
- var _a, _b, _c;
2759
2758
  return __awaiter(this, void 0, void 0, function* () {
2759
+ var _a, _b, _c;
2760
2760
  const localVarAxiosArgs = yield localVarAxiosParamCreator.processWorkOrder(workOrderId, processWorkOrderVo, options);
2761
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2762
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.processWorkOrder']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2763
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2761
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2762
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.processWorkOrder']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2763
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2764
2764
  });
2765
2765
  },
2766
2766
  /**
@@ -2792,12 +2792,12 @@ const WorkOrderApiFp = function (configuration) {
2792
2792
  * @throws {RequiredError}
2793
2793
  */
2794
2794
  publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, plannedStartTime, plannedEndTime, completedStartTime, completedEndTime, inspectionPointStatus, page, pageSize, options) {
2795
- var _a, _b, _c;
2796
2795
  return __awaiter(this, void 0, void 0, function* () {
2796
+ var _a, _b, _c;
2797
2797
  const localVarAxiosArgs = yield localVarAxiosParamCreator.publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, plannedStartTime, plannedEndTime, completedStartTime, completedEndTime, inspectionPointStatus, page, pageSize, options);
2798
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2799
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.publicWorkOrderList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2800
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2798
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2799
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.publicWorkOrderList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2800
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2801
2801
  });
2802
2802
  },
2803
2803
  /**
@@ -2809,12 +2809,12 @@ const WorkOrderApiFp = function (configuration) {
2809
2809
  * @throws {RequiredError}
2810
2810
  */
2811
2811
  qrCodeDetail(workOrderId, inspectionId, options) {
2812
- var _a, _b, _c;
2813
2812
  return __awaiter(this, void 0, void 0, function* () {
2813
+ var _a, _b, _c;
2814
2814
  const localVarAxiosArgs = yield localVarAxiosParamCreator.qrCodeDetail(workOrderId, inspectionId, options);
2815
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2816
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.qrCodeDetail']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2817
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2815
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2816
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.qrCodeDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2817
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2818
2818
  });
2819
2819
  },
2820
2820
  /**
@@ -2825,12 +2825,12 @@ const WorkOrderApiFp = function (configuration) {
2825
2825
  * @throws {RequiredError}
2826
2826
  */
2827
2827
  saveDetail(savePeriodWorkOrderDetailReq, options) {
2828
- var _a, _b, _c;
2829
2828
  return __awaiter(this, void 0, void 0, function* () {
2829
+ var _a, _b, _c;
2830
2830
  const localVarAxiosArgs = yield localVarAxiosParamCreator.saveDetail(savePeriodWorkOrderDetailReq, options);
2831
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2832
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.saveDetail']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2833
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2831
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2832
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.saveDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2833
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2834
2834
  });
2835
2835
  },
2836
2836
  /**
@@ -2842,12 +2842,12 @@ const WorkOrderApiFp = function (configuration) {
2842
2842
  * @throws {RequiredError}
2843
2843
  */
2844
2844
  selectWorkOrderInspectionPoint(workOrderId, inspectionPointStatus, options) {
2845
- var _a, _b, _c;
2846
2845
  return __awaiter(this, void 0, void 0, function* () {
2846
+ var _a, _b, _c;
2847
2847
  const localVarAxiosArgs = yield localVarAxiosParamCreator.selectWorkOrderInspectionPoint(workOrderId, inspectionPointStatus, options);
2848
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2849
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.selectWorkOrderInspectionPoint']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2850
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2848
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2849
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.selectWorkOrderInspectionPoint']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2850
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2851
2851
  });
2852
2852
  },
2853
2853
  /**
@@ -2858,12 +2858,12 @@ const WorkOrderApiFp = function (configuration) {
2858
2858
  * @throws {RequiredError}
2859
2859
  */
2860
2860
  selectWorkOrderStepByStepPushUserDetails(quartzSchedulerId, options) {
2861
- var _a, _b, _c;
2862
2861
  return __awaiter(this, void 0, void 0, function* () {
2862
+ var _a, _b, _c;
2863
2863
  const localVarAxiosArgs = yield localVarAxiosParamCreator.selectWorkOrderStepByStepPushUserDetails(quartzSchedulerId, options);
2864
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2865
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.selectWorkOrderStepByStepPushUserDetails']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2866
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2864
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2865
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.selectWorkOrderStepByStepPushUserDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2866
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2867
2867
  });
2868
2868
  },
2869
2869
  /**
@@ -2874,12 +2874,12 @@ const WorkOrderApiFp = function (configuration) {
2874
2874
  * @throws {RequiredError}
2875
2875
  */
2876
2876
  toState(planToStateVo, options) {
2877
- var _a, _b, _c;
2878
2877
  return __awaiter(this, void 0, void 0, function* () {
2878
+ var _a, _b, _c;
2879
2879
  const localVarAxiosArgs = yield localVarAxiosParamCreator.toState(planToStateVo, options);
2880
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2881
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.toState']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2882
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2880
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2881
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.toState']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2882
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2883
2883
  });
2884
2884
  },
2885
2885
  /**
@@ -2889,12 +2889,12 @@ const WorkOrderApiFp = function (configuration) {
2889
2889
  * @throws {RequiredError}
2890
2890
  */
2891
2891
  updateSqmStatus(options) {
2892
- var _a, _b, _c;
2893
2892
  return __awaiter(this, void 0, void 0, function* () {
2893
+ var _a, _b, _c;
2894
2894
  const localVarAxiosArgs = yield localVarAxiosParamCreator.updateSqmStatus(options);
2895
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2896
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.updateSqmStatus']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2897
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2895
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2896
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.updateSqmStatus']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2897
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2898
2898
  });
2899
2899
  },
2900
2900
  /**
@@ -2905,12 +2905,12 @@ const WorkOrderApiFp = function (configuration) {
2905
2905
  * @throws {RequiredError}
2906
2906
  */
2907
2907
  workClose(workOrderId, options) {
2908
- var _a, _b, _c;
2909
2908
  return __awaiter(this, void 0, void 0, function* () {
2909
+ var _a, _b, _c;
2910
2910
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workClose(workOrderId, options);
2911
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2912
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workClose']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2913
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2911
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2912
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workClose']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2913
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2914
2914
  });
2915
2915
  },
2916
2916
  /**
@@ -2921,12 +2921,12 @@ const WorkOrderApiFp = function (configuration) {
2921
2921
  * @throws {RequiredError}
2922
2922
  */
2923
2923
  workCloseBatch(requestBody, options) {
2924
- var _a, _b, _c;
2925
2924
  return __awaiter(this, void 0, void 0, function* () {
2925
+ var _a, _b, _c;
2926
2926
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workCloseBatch(requestBody, options);
2927
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2928
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workCloseBatch']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2929
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2927
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2928
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workCloseBatch']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2929
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2930
2930
  });
2931
2931
  },
2932
2932
  /**
@@ -2938,12 +2938,12 @@ const WorkOrderApiFp = function (configuration) {
2938
2938
  * @throws {RequiredError}
2939
2939
  */
2940
2940
  workOrderApproval(workOrderId, workOrderApprovalVo, options) {
2941
- var _a, _b, _c;
2942
2941
  return __awaiter(this, void 0, void 0, function* () {
2942
+ var _a, _b, _c;
2943
2943
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderApproval(workOrderId, workOrderApprovalVo, options);
2944
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2945
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderApproval']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2946
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2944
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2945
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderApproval']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2946
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2947
2947
  });
2948
2948
  },
2949
2949
  /**
@@ -2955,12 +2955,12 @@ const WorkOrderApiFp = function (configuration) {
2955
2955
  * @throws {RequiredError}
2956
2956
  */
2957
2957
  workOrderCirculationSettingsAddOrUpdate(parkId, workOrderCirculationSettingsAddOrUpdateVo, options) {
2958
- var _a, _b, _c;
2959
2958
  return __awaiter(this, void 0, void 0, function* () {
2959
+ var _a, _b, _c;
2960
2960
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderCirculationSettingsAddOrUpdate(parkId, workOrderCirculationSettingsAddOrUpdateVo, options);
2961
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2962
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderCirculationSettingsAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2963
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2961
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2962
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderCirculationSettingsAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2963
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2964
2964
  });
2965
2965
  },
2966
2966
  /**
@@ -2971,12 +2971,12 @@ const WorkOrderApiFp = function (configuration) {
2971
2971
  * @throws {RequiredError}
2972
2972
  */
2973
2973
  workOrderCirculationSettingsList(parkId, options) {
2974
- var _a, _b, _c;
2975
2974
  return __awaiter(this, void 0, void 0, function* () {
2975
+ var _a, _b, _c;
2976
2976
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderCirculationSettingsList(parkId, options);
2977
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2978
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderCirculationSettingsList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2979
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2977
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2978
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderCirculationSettingsList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2979
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2980
2980
  });
2981
2981
  },
2982
2982
  /**
@@ -2988,12 +2988,12 @@ const WorkOrderApiFp = function (configuration) {
2988
2988
  * @throws {RequiredError}
2989
2989
  */
2990
2990
  workOrderDecision(workOrderId, workOrderDecisionVo, options) {
2991
- var _a, _b, _c;
2992
2991
  return __awaiter(this, void 0, void 0, function* () {
2992
+ var _a, _b, _c;
2993
2993
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderDecision(workOrderId, workOrderDecisionVo, options);
2994
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2995
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderDecision']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2996
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2994
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2995
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderDecision']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2996
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2997
2997
  });
2998
2998
  },
2999
2999
  /**
@@ -3006,12 +3006,12 @@ const WorkOrderApiFp = function (configuration) {
3006
3006
  * @throws {RequiredError}
3007
3007
  */
3008
3008
  workOrderDeptSettingsAddOrUpdate(parkId, workOrderType, workOrderDeptSettingsAddOrUpdateVO, options) {
3009
- var _a, _b, _c;
3010
3009
  return __awaiter(this, void 0, void 0, function* () {
3010
+ var _a, _b, _c;
3011
3011
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderDeptSettingsAddOrUpdate(parkId, workOrderType, workOrderDeptSettingsAddOrUpdateVO, options);
3012
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3013
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderDeptSettingsAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3014
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3012
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3013
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderDeptSettingsAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3014
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3015
3015
  });
3016
3016
  },
3017
3017
  /**
@@ -3023,12 +3023,12 @@ const WorkOrderApiFp = function (configuration) {
3023
3023
  * @throws {RequiredError}
3024
3024
  */
3025
3025
  workOrderDeptSettingsSelectByWorkOrderType(parkId, workOrderType, options) {
3026
- var _a, _b, _c;
3027
3026
  return __awaiter(this, void 0, void 0, function* () {
3027
+ var _a, _b, _c;
3028
3028
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderDeptSettingsSelectByWorkOrderType(parkId, workOrderType, options);
3029
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3030
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderDeptSettingsSelectByWorkOrderType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3031
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3029
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3030
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderDeptSettingsSelectByWorkOrderType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3031
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3032
3032
  });
3033
3033
  },
3034
3034
  /**
@@ -3041,12 +3041,12 @@ const WorkOrderApiFp = function (configuration) {
3041
3041
  * @throws {RequiredError}
3042
3042
  */
3043
3043
  workOrderDeptSettingsSelectByWorkOrderTypeAndKey(parkId, workOrderType, key, options) {
3044
- var _a, _b, _c;
3045
3044
  return __awaiter(this, void 0, void 0, function* () {
3045
+ var _a, _b, _c;
3046
3046
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderDeptSettingsSelectByWorkOrderTypeAndKey(parkId, workOrderType, key, options);
3047
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3048
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderDeptSettingsSelectByWorkOrderTypeAndKey']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3049
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3047
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3048
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderDeptSettingsSelectByWorkOrderTypeAndKey']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3049
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3050
3050
  });
3051
3051
  },
3052
3052
  /**
@@ -3057,12 +3057,12 @@ const WorkOrderApiFp = function (configuration) {
3057
3057
  * @throws {RequiredError}
3058
3058
  */
3059
3059
  workOrderDistributeLeaflets(workOrderDistributeLeafletsVo, options) {
3060
- var _a, _b, _c;
3061
3060
  return __awaiter(this, void 0, void 0, function* () {
3061
+ var _a, _b, _c;
3062
3062
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderDistributeLeaflets(workOrderDistributeLeafletsVo, options);
3063
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3064
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderDistributeLeaflets']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3065
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3063
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3064
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderDistributeLeaflets']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3065
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3066
3066
  });
3067
3067
  },
3068
3068
  /**
@@ -3073,12 +3073,12 @@ const WorkOrderApiFp = function (configuration) {
3073
3073
  * @throws {RequiredError}
3074
3074
  */
3075
3075
  workOrderExplorationAdd(explorationWorkOrderAddVo, options) {
3076
- var _a, _b, _c;
3077
3076
  return __awaiter(this, void 0, void 0, function* () {
3077
+ var _a, _b, _c;
3078
3078
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderExplorationAdd(explorationWorkOrderAddVo, options);
3079
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3080
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderExplorationAdd']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3081
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3079
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3080
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderExplorationAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3081
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3082
3082
  });
3083
3083
  },
3084
3084
  /**
@@ -3089,12 +3089,12 @@ const WorkOrderApiFp = function (configuration) {
3089
3089
  * @throws {RequiredError}
3090
3090
  */
3091
3091
  workOrderExplorationDetails(workOrderId, options) {
3092
- var _a, _b, _c;
3093
3092
  return __awaiter(this, void 0, void 0, function* () {
3093
+ var _a, _b, _c;
3094
3094
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderExplorationDetails(workOrderId, options);
3095
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3096
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderExplorationDetails']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3097
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3095
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3096
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderExplorationDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3097
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3098
3098
  });
3099
3099
  },
3100
3100
  /**
@@ -3105,12 +3105,12 @@ const WorkOrderApiFp = function (configuration) {
3105
3105
  * @throws {RequiredError}
3106
3106
  */
3107
3107
  workOrderFreeze(workOrderId, options) {
3108
- var _a, _b, _c;
3109
3108
  return __awaiter(this, void 0, void 0, function* () {
3109
+ var _a, _b, _c;
3110
3110
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderFreeze(workOrderId, options);
3111
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3112
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderFreeze']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3113
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3111
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3112
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderFreeze']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3113
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3114
3114
  });
3115
3115
  },
3116
3116
  /**
@@ -3123,12 +3123,12 @@ const WorkOrderApiFp = function (configuration) {
3123
3123
  * @throws {RequiredError}
3124
3124
  */
3125
3125
  workOrderIssueTypeSelectByWorkOrderIssueType(parkId, workOrderType, workOrderIssueType, options) {
3126
- var _a, _b, _c;
3127
3126
  return __awaiter(this, void 0, void 0, function* () {
3127
+ var _a, _b, _c;
3128
3128
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderIssueTypeSelectByWorkOrderIssueType(parkId, workOrderType, workOrderIssueType, options);
3129
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3130
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderIssueTypeSelectByWorkOrderIssueType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3131
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3129
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3130
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderIssueTypeSelectByWorkOrderIssueType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3131
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3132
3132
  });
3133
3133
  },
3134
3134
  /**
@@ -3140,12 +3140,12 @@ const WorkOrderApiFp = function (configuration) {
3140
3140
  * @throws {RequiredError}
3141
3141
  */
3142
3142
  workOrderIssueTypeSettingsAddOrUpdate(parkId, workOrderIssueTypeSettingsAddOrUpdateVo, options) {
3143
- var _a, _b, _c;
3144
3143
  return __awaiter(this, void 0, void 0, function* () {
3144
+ var _a, _b, _c;
3145
3145
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderIssueTypeSettingsAddOrUpdate(parkId, workOrderIssueTypeSettingsAddOrUpdateVo, options);
3146
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3147
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderIssueTypeSettingsAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3148
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3146
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3147
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderIssueTypeSettingsAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3148
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3149
3149
  });
3150
3150
  },
3151
3151
  /**
@@ -3156,12 +3156,12 @@ const WorkOrderApiFp = function (configuration) {
3156
3156
  * @throws {RequiredError}
3157
3157
  */
3158
3158
  workOrderIssueTypeSettingsSelectByParkId(parkId, options) {
3159
- var _a, _b, _c;
3160
3159
  return __awaiter(this, void 0, void 0, function* () {
3160
+ var _a, _b, _c;
3161
3161
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderIssueTypeSettingsSelectByParkId(parkId, options);
3162
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3163
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderIssueTypeSettingsSelectByParkId']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3164
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3162
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3163
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderIssueTypeSettingsSelectByParkId']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3164
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3165
3165
  });
3166
3166
  },
3167
3167
  /**
@@ -3193,12 +3193,12 @@ const WorkOrderApiFp = function (configuration) {
3193
3193
  * @throws {RequiredError}
3194
3194
  */
3195
3195
  workOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, plannedStartTime, plannedEndTime, completedStartTime, completedEndTime, inspectionPointStatus, page, pageSize, options) {
3196
- var _a, _b, _c;
3197
3196
  return __awaiter(this, void 0, void 0, function* () {
3197
+ var _a, _b, _c;
3198
3198
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, plannedStartTime, plannedEndTime, completedStartTime, completedEndTime, inspectionPointStatus, page, pageSize, options);
3199
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3200
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3201
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3199
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3200
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3201
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3202
3202
  });
3203
3203
  },
3204
3204
  /**
@@ -3209,12 +3209,12 @@ const WorkOrderApiFp = function (configuration) {
3209
3209
  * @throws {RequiredError}
3210
3210
  */
3211
3211
  workOrderMonitoringCoverageAlertDetails(workOrderId, options) {
3212
- var _a, _b, _c;
3213
3212
  return __awaiter(this, void 0, void 0, function* () {
3213
+ var _a, _b, _c;
3214
3214
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderMonitoringCoverageAlertDetails(workOrderId, options);
3215
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3216
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderMonitoringCoverageAlertDetails']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3217
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3215
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3216
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderMonitoringCoverageAlertDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3217
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3218
3218
  });
3219
3219
  },
3220
3220
  /**
@@ -3226,12 +3226,12 @@ const WorkOrderApiFp = function (configuration) {
3226
3226
  * @throws {RequiredError}
3227
3227
  */
3228
3228
  workOrderMonitoringCoverageAlertProcess(workOrderId, monitoringCoverageAlertProcessVo, options) {
3229
- var _a, _b, _c;
3230
3229
  return __awaiter(this, void 0, void 0, function* () {
3230
+ var _a, _b, _c;
3231
3231
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderMonitoringCoverageAlertProcess(workOrderId, monitoringCoverageAlertProcessVo, options);
3232
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3233
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderMonitoringCoverageAlertProcess']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3234
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3232
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3233
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderMonitoringCoverageAlertProcess']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3234
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3235
3235
  });
3236
3236
  },
3237
3237
  /**
@@ -3242,12 +3242,12 @@ const WorkOrderApiFp = function (configuration) {
3242
3242
  * @throws {RequiredError}
3243
3243
  */
3244
3244
  workOrderNetworkMonitorRepairAdd(networkMonitorRepairAddVo, options) {
3245
- var _a, _b, _c;
3246
3245
  return __awaiter(this, void 0, void 0, function* () {
3246
+ var _a, _b, _c;
3247
3247
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderNetworkMonitorRepairAdd(networkMonitorRepairAddVo, options);
3248
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3249
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderNetworkMonitorRepairAdd']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3250
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3248
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3249
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderNetworkMonitorRepairAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3250
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3251
3251
  });
3252
3252
  },
3253
3253
  /**
@@ -3258,12 +3258,12 @@ const WorkOrderApiFp = function (configuration) {
3258
3258
  * @throws {RequiredError}
3259
3259
  */
3260
3260
  workOrderNetworkMonitorRepairDetails(workOrderId, options) {
3261
- var _a, _b, _c;
3262
3261
  return __awaiter(this, void 0, void 0, function* () {
3262
+ var _a, _b, _c;
3263
3263
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderNetworkMonitorRepairDetails(workOrderId, options);
3264
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3265
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderNetworkMonitorRepairDetails']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3266
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3264
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3265
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderNetworkMonitorRepairDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3266
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3267
3267
  });
3268
3268
  },
3269
3269
  /**
@@ -3275,12 +3275,12 @@ const WorkOrderApiFp = function (configuration) {
3275
3275
  * @throws {RequiredError}
3276
3276
  */
3277
3277
  workOrderNetworkMonitorRepairProcess(workOrderId, processNetworkMonitorRepairVo, options) {
3278
- var _a, _b, _c;
3279
3278
  return __awaiter(this, void 0, void 0, function* () {
3279
+ var _a, _b, _c;
3280
3280
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderNetworkMonitorRepairProcess(workOrderId, processNetworkMonitorRepairVo, options);
3281
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3282
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderNetworkMonitorRepairProcess']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3283
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3281
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3282
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderNetworkMonitorRepairProcess']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3283
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3284
3284
  });
3285
3285
  },
3286
3286
  /**
@@ -3291,12 +3291,12 @@ const WorkOrderApiFp = function (configuration) {
3291
3291
  * @throws {RequiredError}
3292
3292
  */
3293
3293
  workOrderPeriodDetail(workOrderId, options) {
3294
- var _a, _b, _c;
3295
3294
  return __awaiter(this, void 0, void 0, function* () {
3295
+ var _a, _b, _c;
3296
3296
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderPeriodDetail(workOrderId, options);
3297
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3298
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderPeriodDetail']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3299
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3297
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3298
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderPeriodDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3299
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3300
3300
  });
3301
3301
  },
3302
3302
  /**
@@ -3307,12 +3307,12 @@ const WorkOrderApiFp = function (configuration) {
3307
3307
  * @throws {RequiredError}
3308
3308
  */
3309
3309
  workOrderPushSettingsList(parkId, options) {
3310
- var _a, _b, _c;
3311
3310
  return __awaiter(this, void 0, void 0, function* () {
3311
+ var _a, _b, _c;
3312
3312
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderPushSettingsList(parkId, options);
3313
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3314
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderPushSettingsList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3315
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3313
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3314
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderPushSettingsList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3315
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3316
3316
  });
3317
3317
  },
3318
3318
  /**
@@ -3323,12 +3323,12 @@ const WorkOrderApiFp = function (configuration) {
3323
3323
  * @throws {RequiredError}
3324
3324
  */
3325
3325
  workOrderPushSettingsSaveOrUpdate(workOrderPushSettingsVO, options) {
3326
- var _a, _b, _c;
3327
3326
  return __awaiter(this, void 0, void 0, function* () {
3327
+ var _a, _b, _c;
3328
3328
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderPushSettingsSaveOrUpdate(workOrderPushSettingsVO, options);
3329
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3330
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderPushSettingsSaveOrUpdate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3331
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3329
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3330
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderPushSettingsSaveOrUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3331
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3332
3332
  });
3333
3333
  },
3334
3334
  /**
@@ -3339,12 +3339,12 @@ const WorkOrderApiFp = function (configuration) {
3339
3339
  * @throws {RequiredError}
3340
3340
  */
3341
3341
  workOrderReceivingOrders(workOrderId, options) {
3342
- var _a, _b, _c;
3343
3342
  return __awaiter(this, void 0, void 0, function* () {
3343
+ var _a, _b, _c;
3344
3344
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderReceivingOrders(workOrderId, options);
3345
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3346
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderReceivingOrders']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3347
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3345
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3346
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderReceivingOrders']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3347
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3348
3348
  });
3349
3349
  },
3350
3350
  /**
@@ -3356,12 +3356,12 @@ const WorkOrderApiFp = function (configuration) {
3356
3356
  * @throws {RequiredError}
3357
3357
  */
3358
3358
  workOrderReject(workOrderId, workOrderRejectVo, options) {
3359
- var _a, _b, _c;
3360
3359
  return __awaiter(this, void 0, void 0, function* () {
3360
+ var _a, _b, _c;
3361
3361
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderReject(workOrderId, workOrderRejectVo, options);
3362
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3363
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderReject']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3364
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3362
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3363
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderReject']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3364
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3365
3365
  });
3366
3366
  },
3367
3367
  /**
@@ -3372,12 +3372,12 @@ const WorkOrderApiFp = function (configuration) {
3372
3372
  * @throws {RequiredError}
3373
3373
  */
3374
3374
  workOrderRepairAdd(workOrderAddVo, options) {
3375
- var _a, _b, _c;
3376
3375
  return __awaiter(this, void 0, void 0, function* () {
3376
+ var _a, _b, _c;
3377
3377
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderRepairAdd(workOrderAddVo, options);
3378
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3379
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderRepairAdd']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3380
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3378
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3379
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderRepairAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3380
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3381
3381
  });
3382
3382
  },
3383
3383
  /**
@@ -3388,12 +3388,12 @@ const WorkOrderApiFp = function (configuration) {
3388
3388
  * @throws {RequiredError}
3389
3389
  */
3390
3390
  workOrderRepairDetail(workOrderId, options) {
3391
- var _a, _b, _c;
3392
3391
  return __awaiter(this, void 0, void 0, function* () {
3392
+ var _a, _b, _c;
3393
3393
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderRepairDetail(workOrderId, options);
3394
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3395
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderRepairDetail']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3396
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3394
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3395
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderRepairDetail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3396
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3397
3397
  });
3398
3398
  },
3399
3399
  /**
@@ -3405,12 +3405,12 @@ const WorkOrderApiFp = function (configuration) {
3405
3405
  * @throws {RequiredError}
3406
3406
  */
3407
3407
  workOrderReport(workOrderId, workOrderReportVo, options) {
3408
- var _a, _b, _c;
3409
3408
  return __awaiter(this, void 0, void 0, function* () {
3409
+ var _a, _b, _c;
3410
3410
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderReport(workOrderId, workOrderReportVo, options);
3411
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3412
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderReport']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3413
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3411
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3412
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderReport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3413
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3414
3414
  });
3415
3415
  },
3416
3416
  /**
@@ -3422,12 +3422,12 @@ const WorkOrderApiFp = function (configuration) {
3422
3422
  * @throws {RequiredError}
3423
3423
  */
3424
3424
  workOrderSpotCheck(workOrderId, workOrderSpotCheckVo, options) {
3425
- var _a, _b, _c;
3426
3425
  return __awaiter(this, void 0, void 0, function* () {
3426
+ var _a, _b, _c;
3427
3427
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderSpotCheck(workOrderId, workOrderSpotCheckVo, options);
3428
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3429
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderSpotCheck']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3430
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3428
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3429
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderSpotCheck']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3430
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3431
3431
  });
3432
3432
  },
3433
3433
  /**
@@ -3439,12 +3439,12 @@ const WorkOrderApiFp = function (configuration) {
3439
3439
  * @throws {RequiredError}
3440
3440
  */
3441
3441
  workOrderSpotCheckCount(workOrderId, inspectionItemId, options) {
3442
- var _a, _b, _c;
3443
3442
  return __awaiter(this, void 0, void 0, function* () {
3443
+ var _a, _b, _c;
3444
3444
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderSpotCheckCount(workOrderId, inspectionItemId, options);
3445
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3446
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderSpotCheckCount']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3447
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3445
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3446
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderSpotCheckCount']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3447
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3448
3448
  });
3449
3449
  },
3450
3450
  /**
@@ -3455,12 +3455,12 @@ const WorkOrderApiFp = function (configuration) {
3455
3455
  * @throws {RequiredError}
3456
3456
  */
3457
3457
  workOrderSpotCheckDetails(workOrderId, options) {
3458
- var _a, _b, _c;
3459
3458
  return __awaiter(this, void 0, void 0, function* () {
3459
+ var _a, _b, _c;
3460
3460
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderSpotCheckDetails(workOrderId, options);
3461
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3462
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderSpotCheckDetails']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3463
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3461
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3462
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderSpotCheckDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3463
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3464
3464
  });
3465
3465
  },
3466
3466
  /**
@@ -3472,12 +3472,12 @@ const WorkOrderApiFp = function (configuration) {
3472
3472
  * @throws {RequiredError}
3473
3473
  */
3474
3474
  workOrderStagingData(workOrderId, workOrderStagingDataVo, options) {
3475
- var _a, _b, _c;
3476
3475
  return __awaiter(this, void 0, void 0, function* () {
3476
+ var _a, _b, _c;
3477
3477
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderStagingData(workOrderId, workOrderStagingDataVo, options);
3478
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3479
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderStagingData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3480
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3478
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3479
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderStagingData']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3480
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3481
3481
  });
3482
3482
  },
3483
3483
  /**
@@ -3489,12 +3489,12 @@ const WorkOrderApiFp = function (configuration) {
3489
3489
  * @throws {RequiredError}
3490
3490
  */
3491
3491
  workOrderSubmit(workOrderId, workOrderSubmitVo, options) {
3492
- var _a, _b, _c;
3493
3492
  return __awaiter(this, void 0, void 0, function* () {
3493
+ var _a, _b, _c;
3494
3494
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderSubmit(workOrderId, workOrderSubmitVo, options);
3495
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3496
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderSubmit']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3497
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3495
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3496
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderSubmit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3497
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3498
3498
  });
3499
3499
  },
3500
3500
  /**
@@ -3506,12 +3506,12 @@ const WorkOrderApiFp = function (configuration) {
3506
3506
  * @throws {RequiredError}
3507
3507
  */
3508
3508
  workOrderTypeSettingsAddMsgRemindConfig(parkId, workOrderTypeMsgRemindConfigAddOrUpdateVo, options) {
3509
- var _a, _b, _c;
3510
3509
  return __awaiter(this, void 0, void 0, function* () {
3510
+ var _a, _b, _c;
3511
3511
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderTypeSettingsAddMsgRemindConfig(parkId, workOrderTypeMsgRemindConfigAddOrUpdateVo, options);
3512
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3513
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderTypeSettingsAddMsgRemindConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3514
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3512
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3513
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderTypeSettingsAddMsgRemindConfig']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3514
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3515
3515
  });
3516
3516
  },
3517
3517
  /**
@@ -3522,12 +3522,12 @@ const WorkOrderApiFp = function (configuration) {
3522
3522
  * @throws {RequiredError}
3523
3523
  */
3524
3524
  workOrderTypeSettingsSelectList(parkId, options) {
3525
- var _a, _b, _c;
3526
3525
  return __awaiter(this, void 0, void 0, function* () {
3526
+ var _a, _b, _c;
3527
3527
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderTypeSettingsSelectList(parkId, options);
3528
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3529
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderTypeSettingsSelectList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3530
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3528
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3529
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderTypeSettingsSelectList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3530
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3531
3531
  });
3532
3532
  },
3533
3533
  /**
@@ -3538,12 +3538,12 @@ const WorkOrderApiFp = function (configuration) {
3538
3538
  * @throws {RequiredError}
3539
3539
  */
3540
3540
  workOrderViolationAdd(violationWorkOrderAddVo, options) {
3541
- var _a, _b, _c;
3542
3541
  return __awaiter(this, void 0, void 0, function* () {
3542
+ var _a, _b, _c;
3543
3543
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderViolationAdd(violationWorkOrderAddVo, options);
3544
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3545
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderViolationAdd']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3546
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3544
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3545
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderViolationAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3546
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3547
3547
  });
3548
3548
  },
3549
3549
  /**
@@ -3554,12 +3554,12 @@ const WorkOrderApiFp = function (configuration) {
3554
3554
  * @throws {RequiredError}
3555
3555
  */
3556
3556
  workOrderViolationDetails(workOrderId, options) {
3557
- var _a, _b, _c;
3558
3557
  return __awaiter(this, void 0, void 0, function* () {
3558
+ var _a, _b, _c;
3559
3559
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderViolationDetails(workOrderId, options);
3560
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3561
- const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderViolationDetails']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
3562
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
3560
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
3561
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderViolationDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
3562
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3563
3563
  });
3564
3564
  },
3565
3565
  };
@@ -4917,11 +4917,11 @@ exports.ExportWorkOrderSpotCheckStatusesEnum = {
4917
4917
  * @export
4918
4918
  */
4919
4919
  exports.PlanListPlanTypesEnum = {
4920
- Shebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
4921
- XunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
4922
- AiInspection: 'PLAN_TYPE_AI_INSPECTION',
4923
- XunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
4924
- DisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
4920
+ PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
4921
+ PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
4922
+ PlanTypeAiInspection: 'PLAN_TYPE_AI_INSPECTION',
4923
+ PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
4924
+ PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
4925
4925
  };
4926
4926
  /**
4927
4927
  * @export