@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 CommonApiAxiosParamCreator = function (configuration) {
42
42
  * @param {*} [options] Override http request option.
43
43
  * @throws {RequiredError}
44
44
  */
45
- addSrmLevel: (srmLevelAddDTO, options = {}) => __awaiter(this, void 0, void 0, function* () {
45
+ addSrmLevel: (srmLevelAddDTO_1, ...args_1) => __awaiter(this, [srmLevelAddDTO_1, ...args_1], void 0, function* (srmLevelAddDTO, options = {}) {
46
46
  // verify required parameter 'srmLevelAddDTO' is not null or undefined
47
47
  (0, common_1.assertParamExists)('addSrmLevel', 'srmLevelAddDTO', srmLevelAddDTO);
48
48
  const localVarPath = `/srm/level`;
@@ -74,7 +74,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
74
74
  * @param {*} [options] Override http request option.
75
75
  * @throws {RequiredError}
76
76
  */
77
- addressRegionList: (pid, options = {}) => __awaiter(this, void 0, void 0, function* () {
77
+ addressRegionList: (pid_1, ...args_1) => __awaiter(this, [pid_1, ...args_1], void 0, function* (pid, options = {}) {
78
78
  // verify required parameter 'pid' is not null or undefined
79
79
  (0, common_1.assertParamExists)('addressRegionList', 'pid', pid);
80
80
  const localVarPath = `/address/list`;
@@ -109,7 +109,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
109
109
  * @deprecated
110
110
  * @throws {RequiredError}
111
111
  */
112
- commonDeleteFile: (fileName, options = {}) => __awaiter(this, void 0, void 0, function* () {
112
+ commonDeleteFile: (fileName_1, ...args_1) => __awaiter(this, [fileName_1, ...args_1], void 0, function* (fileName, options = {}) {
113
113
  // verify required parameter 'fileName' is not null or undefined
114
114
  (0, common_1.assertParamExists)('commonDeleteFile', 'fileName', fileName);
115
115
  const localVarPath = `/operation/file/delete`;
@@ -143,7 +143,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
143
143
  * @param {*} [options] Override http request option.
144
144
  * @throws {RequiredError}
145
145
  */
146
- commonUploadFile: (file, options = {}) => __awaiter(this, void 0, void 0, function* () {
146
+ commonUploadFile: (file_1, ...args_1) => __awaiter(this, [file_1, ...args_1], void 0, function* (file, options = {}) {
147
147
  // verify required parameter 'file' is not null or undefined
148
148
  (0, common_1.assertParamExists)('commonUploadFile', 'file', file);
149
149
  const localVarPath = `/operation/file/upload`;
@@ -177,7 +177,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
177
177
  * @param {*} [options] Override http request option.
178
178
  * @throws {RequiredError}
179
179
  */
180
- commonUploadPrivacyFile: (file, options = {}) => __awaiter(this, void 0, void 0, function* () {
180
+ commonUploadPrivacyFile: (file_1, ...args_1) => __awaiter(this, [file_1, ...args_1], void 0, function* (file, options = {}) {
181
181
  // verify required parameter 'file' is not null or undefined
182
182
  (0, common_1.assertParamExists)('commonUploadPrivacyFile', 'file', file);
183
183
  const localVarPath = `/operation/file/upload/privacy/filename`;
@@ -213,7 +213,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
213
213
  * @param {*} [options] Override http request option.
214
214
  * @throws {RequiredError}
215
215
  */
216
- createDept: (sysDept, options = {}) => __awaiter(this, void 0, void 0, function* () {
216
+ createDept: (sysDept_1, ...args_1) => __awaiter(this, [sysDept_1, ...args_1], void 0, function* (sysDept, options = {}) {
217
217
  // verify required parameter 'sysDept' is not null or undefined
218
218
  (0, common_1.assertParamExists)('createDept', 'sysDept', sysDept);
219
219
  const localVarPath = `/system/dept`;
@@ -245,7 +245,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
245
245
  * @param {*} [options] Override http request option.
246
246
  * @throws {RequiredError}
247
247
  */
248
- createJobPosition: (sysPost, options = {}) => __awaiter(this, void 0, void 0, function* () {
248
+ createJobPosition: (sysPost_1, ...args_1) => __awaiter(this, [sysPost_1, ...args_1], void 0, function* (sysPost, options = {}) {
249
249
  // verify required parameter 'sysPost' is not null or undefined
250
250
  (0, common_1.assertParamExists)('createJobPosition', 'sysPost', sysPost);
251
251
  const localVarPath = `/system/post`;
@@ -277,7 +277,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
277
277
  * @param {*} [options] Override http request option.
278
278
  * @throws {RequiredError}
279
279
  */
280
- createMenu: (sysMenu, options = {}) => __awaiter(this, void 0, void 0, function* () {
280
+ createMenu: (sysMenu_1, ...args_1) => __awaiter(this, [sysMenu_1, ...args_1], void 0, function* (sysMenu, options = {}) {
281
281
  // verify required parameter 'sysMenu' is not null or undefined
282
282
  (0, common_1.assertParamExists)('createMenu', 'sysMenu', sysMenu);
283
283
  const localVarPath = `/system/menu`;
@@ -309,7 +309,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
309
309
  * @param {*} [options] Override http request option.
310
310
  * @throws {RequiredError}
311
311
  */
312
- deleteDept: (deptId, options = {}) => __awaiter(this, void 0, void 0, function* () {
312
+ deleteDept: (deptId_1, ...args_1) => __awaiter(this, [deptId_1, ...args_1], void 0, function* (deptId, options = {}) {
313
313
  // verify required parameter 'deptId' is not null or undefined
314
314
  (0, common_1.assertParamExists)('deleteDept', 'deptId', deptId);
315
315
  const localVarPath = `/system/dept/{deptId}`
@@ -340,7 +340,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
340
340
  * @param {*} [options] Override http request option.
341
341
  * @throws {RequiredError}
342
342
  */
343
- deleteJobPositions: (postIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
343
+ deleteJobPositions: (postIds_1, ...args_1) => __awaiter(this, [postIds_1, ...args_1], void 0, function* (postIds, options = {}) {
344
344
  // verify required parameter 'postIds' is not null or undefined
345
345
  (0, common_1.assertParamExists)('deleteJobPositions', 'postIds', postIds);
346
346
  const localVarPath = `/system/post/{postIds}`
@@ -371,7 +371,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
371
371
  * @param {*} [options] Override http request option.
372
372
  * @throws {RequiredError}
373
373
  */
374
- deleteMenu: (menuId, options = {}) => __awaiter(this, void 0, void 0, function* () {
374
+ deleteMenu: (menuId_1, ...args_1) => __awaiter(this, [menuId_1, ...args_1], void 0, function* (menuId, options = {}) {
375
375
  // verify required parameter 'menuId' is not null or undefined
376
376
  (0, common_1.assertParamExists)('deleteMenu', 'menuId', menuId);
377
377
  const localVarPath = `/system/menu/{menuId}`
@@ -403,7 +403,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
403
403
  * @deprecated
404
404
  * @throws {RequiredError}
405
405
  */
406
- demo: (options = {}) => __awaiter(this, void 0, void 0, function* () {
406
+ demo: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
407
407
  const localVarPath = `/operation/file/demo`;
408
408
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
409
409
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -433,7 +433,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
433
433
  * @param {*} [options] Override http request option.
434
434
  * @throws {RequiredError}
435
435
  */
436
- editParkInfo: (parkId, parkInfoEditVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
436
+ editParkInfo: (parkId_1, parkInfoEditVO_1, ...args_1) => __awaiter(this, [parkId_1, parkInfoEditVO_1, ...args_1], void 0, function* (parkId, parkInfoEditVO, options = {}) {
437
437
  // verify required parameter 'parkId' is not null or undefined
438
438
  (0, common_1.assertParamExists)('editParkInfo', 'parkId', parkId);
439
439
  // verify required parameter 'parkInfoEditVO' is not null or undefined
@@ -468,7 +468,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
468
468
  * @param {*} [options] Override http request option.
469
469
  * @throws {RequiredError}
470
470
  */
471
- exportJobPositions: (post, options = {}) => __awaiter(this, void 0, void 0, function* () {
471
+ exportJobPositions: (post_1, ...args_1) => __awaiter(this, [post_1, ...args_1], void 0, function* (post, options = {}) {
472
472
  // verify required parameter 'post' is not null or undefined
473
473
  (0, common_1.assertParamExists)('exportJobPositions', 'post', post);
474
474
  const localVarPath = `/system/post/export`;
@@ -504,7 +504,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
504
504
  * @param {*} [options] Override http request option.
505
505
  * @throws {RequiredError}
506
506
  */
507
- fileDownload: (fileName, _delete, options = {}) => __awaiter(this, void 0, void 0, function* () {
507
+ fileDownload: (fileName_1, _delete_1, ...args_1) => __awaiter(this, [fileName_1, _delete_1, ...args_1], void 0, function* (fileName, _delete, options = {}) {
508
508
  // verify required parameter 'fileName' is not null or undefined
509
509
  (0, common_1.assertParamExists)('fileDownload', 'fileName', fileName);
510
510
  // verify required parameter '_delete' is not null or undefined
@@ -542,7 +542,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
542
542
  * @param {*} [options] Override http request option.
543
543
  * @throws {RequiredError}
544
544
  */
545
- getDept: (deptId, options = {}) => __awaiter(this, void 0, void 0, function* () {
545
+ getDept: (deptId_1, ...args_1) => __awaiter(this, [deptId_1, ...args_1], void 0, function* (deptId, options = {}) {
546
546
  // verify required parameter 'deptId' is not null or undefined
547
547
  (0, common_1.assertParamExists)('getDept', 'deptId', deptId);
548
548
  const localVarPath = `/system/dept/{deptId}`
@@ -573,7 +573,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
573
573
  * @param {*} [options] Override http request option.
574
574
  * @throws {RequiredError}
575
575
  */
576
- getDept1: (deptId, options = {}) => __awaiter(this, void 0, void 0, function* () {
576
+ getDept1: (deptId_1, ...args_1) => __awaiter(this, [deptId_1, ...args_1], void 0, function* (deptId, options = {}) {
577
577
  // verify required parameter 'deptId' is not null or undefined
578
578
  (0, common_1.assertParamExists)('getDept1', 'deptId', deptId);
579
579
  const localVarPath = `/system/dept/detail`;
@@ -605,7 +605,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
605
605
  * @param {*} [options] Override http request option.
606
606
  * @throws {RequiredError}
607
607
  */
608
- getHostIp: (options = {}) => __awaiter(this, void 0, void 0, function* () {
608
+ getHostIp: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
609
609
  const localVarPath = `/gizone/ip/getHostIp`;
610
610
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
611
611
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -633,7 +633,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
633
633
  * @param {*} [options] Override http request option.
634
634
  * @throws {RequiredError}
635
635
  */
636
- getJobPosition: (postId, options = {}) => __awaiter(this, void 0, void 0, function* () {
636
+ getJobPosition: (postId_1, ...args_1) => __awaiter(this, [postId_1, ...args_1], void 0, function* (postId, options = {}) {
637
637
  // verify required parameter 'postId' is not null or undefined
638
638
  (0, common_1.assertParamExists)('getJobPosition', 'postId', postId);
639
639
  const localVarPath = `/system/post/{postId}`
@@ -664,7 +664,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
664
664
  * @param {*} [options] Override http request option.
665
665
  * @throws {RequiredError}
666
666
  */
667
- getMenu: (menuId, options = {}) => __awaiter(this, void 0, void 0, function* () {
667
+ getMenu: (menuId_1, ...args_1) => __awaiter(this, [menuId_1, ...args_1], void 0, function* (menuId, options = {}) {
668
668
  // verify required parameter 'menuId' is not null or undefined
669
669
  (0, common_1.assertParamExists)('getMenu', 'menuId', menuId);
670
670
  const localVarPath = `/system/menu/{menuId}`
@@ -696,7 +696,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
696
696
  * @param {*} [options] Override http request option.
697
697
  * @throws {RequiredError}
698
698
  */
699
- getParkInfo: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
699
+ getParkInfo: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
700
700
  // verify required parameter 'parkId' is not null or undefined
701
701
  (0, common_1.assertParamExists)('getParkInfo', 'parkId', parkId);
702
702
  const localVarPath = `/system/dept/parkInfo/{parkId}`
@@ -728,7 +728,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
728
728
  * @param {*} [options] Override http request option.
729
729
  * @throws {RequiredError}
730
730
  */
731
- getParkSetting: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
731
+ getParkSetting: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
732
732
  // verify required parameter 'parkId' is not null or undefined
733
733
  (0, common_1.assertParamExists)('getParkSetting', 'parkId', parkId);
734
734
  const localVarPath = `/system/dept/selectParkSettings`;
@@ -762,7 +762,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
762
762
  * @param {*} [options] Override http request option.
763
763
  * @throws {RequiredError}
764
764
  */
765
- lestDeptByParkAndType: (sysDeptDropDownVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
765
+ lestDeptByParkAndType: (sysDeptDropDownVO_1, ...args_1) => __awaiter(this, [sysDeptDropDownVO_1, ...args_1], void 0, function* (sysDeptDropDownVO, options = {}) {
766
766
  // verify required parameter 'sysDeptDropDownVO' is not null or undefined
767
767
  (0, common_1.assertParamExists)('lestDeptByParkAndType', 'sysDeptDropDownVO', sysDeptDropDownVO);
768
768
  const localVarPath = `/system/dept/selectDeptDropDownBoxList`;
@@ -794,7 +794,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
794
794
  * @param {*} [options] Override http request option.
795
795
  * @throws {RequiredError}
796
796
  */
797
- listDept: (dept, options = {}) => __awaiter(this, void 0, void 0, function* () {
797
+ listDept: (dept_1, ...args_1) => __awaiter(this, [dept_1, ...args_1], void 0, function* (dept, options = {}) {
798
798
  // verify required parameter 'dept' is not null or undefined
799
799
  (0, common_1.assertParamExists)('listDept', 'dept', dept);
800
800
  const localVarPath = `/system/dept/list`;
@@ -830,7 +830,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
830
830
  * @param {*} [options] Override http request option.
831
831
  * @throws {RequiredError}
832
832
  */
833
- listDeptByPark: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
833
+ listDeptByPark: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
834
834
  // verify required parameter 'parkId' is not null or undefined
835
835
  (0, common_1.assertParamExists)('listDeptByPark', 'parkId', parkId);
836
836
  const localVarPath = `/system/dept/getParkById`;
@@ -864,7 +864,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
864
864
  * @param {*} [options] Override http request option.
865
865
  * @throws {RequiredError}
866
866
  */
867
- listDeptByParkNoTenant: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
867
+ listDeptByParkNoTenant: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
868
868
  // verify required parameter 'parkId' is not null or undefined
869
869
  (0, common_1.assertParamExists)('listDeptByParkNoTenant', 'parkId', parkId);
870
870
  const localVarPath = `/system/dept/getParkByIdNotTenant`;
@@ -897,7 +897,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
897
897
  * @param {*} [options] Override http request option.
898
898
  * @throws {RequiredError}
899
899
  */
900
- listDeptExcl: (deptId, options = {}) => __awaiter(this, void 0, void 0, function* () {
900
+ listDeptExcl: (deptId_1, ...args_1) => __awaiter(this, [deptId_1, ...args_1], void 0, function* (deptId, options = {}) {
901
901
  // verify required parameter 'deptId' is not null or undefined
902
902
  (0, common_1.assertParamExists)('listDeptExcl', 'deptId', deptId);
903
903
  const localVarPath = `/system/dept/list/exclude/{deptId}`
@@ -928,7 +928,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
928
928
  * @param {*} [options] Override http request option.
929
929
  * @throws {RequiredError}
930
930
  */
931
- listDeptTree: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
931
+ listDeptTree: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
932
932
  // verify required parameter 'parkId' is not null or undefined
933
933
  (0, common_1.assertParamExists)('listDeptTree', 'parkId', parkId);
934
934
  const localVarPath = `/system/dept/treeselect`;
@@ -961,7 +961,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
961
961
  * @param {*} [options] Override http request option.
962
962
  * @throws {RequiredError}
963
963
  */
964
- listDeptTreeByRole: (roleId, options = {}) => __awaiter(this, void 0, void 0, function* () {
964
+ listDeptTreeByRole: (roleId_1, ...args_1) => __awaiter(this, [roleId_1, ...args_1], void 0, function* (roleId, options = {}) {
965
965
  // verify required parameter 'roleId' is not null or undefined
966
966
  (0, common_1.assertParamExists)('listDeptTreeByRole', 'roleId', roleId);
967
967
  const localVarPath = `/system/dept/roleDeptTreeselect/{roleId}`
@@ -992,7 +992,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
992
992
  * @param {*} [options] Override http request option.
993
993
  * @throws {RequiredError}
994
994
  */
995
- listJobPositions: (post, options = {}) => __awaiter(this, void 0, void 0, function* () {
995
+ listJobPositions: (post_1, ...args_1) => __awaiter(this, [post_1, ...args_1], void 0, function* (post, options = {}) {
996
996
  // verify required parameter 'post' is not null or undefined
997
997
  (0, common_1.assertParamExists)('listJobPositions', 'post', post);
998
998
  const localVarPath = `/system/post/list`;
@@ -1027,7 +1027,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1027
1027
  * @param {*} [options] Override http request option.
1028
1028
  * @throws {RequiredError}
1029
1029
  */
1030
- listJobPositionsByPark: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1030
+ listJobPositionsByPark: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
1031
1031
  // verify required parameter 'parkId' is not null or undefined
1032
1032
  (0, common_1.assertParamExists)('listJobPositionsByPark', 'parkId', parkId);
1033
1033
  const localVarPath = `/system/post/optionselect`;
@@ -1060,7 +1060,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1060
1060
  * @param {*} [options] Override http request option.
1061
1061
  * @throws {RequiredError}
1062
1062
  */
1063
- listMenu: (menu, options = {}) => __awaiter(this, void 0, void 0, function* () {
1063
+ listMenu: (menu_1, ...args_1) => __awaiter(this, [menu_1, ...args_1], void 0, function* (menu, options = {}) {
1064
1064
  // verify required parameter 'menu' is not null or undefined
1065
1065
  (0, common_1.assertParamExists)('listMenu', 'menu', menu);
1066
1066
  const localVarPath = `/system/menu/list`;
@@ -1095,7 +1095,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1095
1095
  * @param {*} [options] Override http request option.
1096
1096
  * @throws {RequiredError}
1097
1097
  */
1098
- listMenuTree: (menu, options = {}) => __awaiter(this, void 0, void 0, function* () {
1098
+ listMenuTree: (menu_1, ...args_1) => __awaiter(this, [menu_1, ...args_1], void 0, function* (menu, options = {}) {
1099
1099
  // verify required parameter 'menu' is not null or undefined
1100
1100
  (0, common_1.assertParamExists)('listMenuTree', 'menu', menu);
1101
1101
  const localVarPath = `/system/menu/treeselect`;
@@ -1130,7 +1130,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1130
1130
  * @param {*} [options] Override http request option.
1131
1131
  * @throws {RequiredError}
1132
1132
  */
1133
- listMenuTreeByRole: (roleId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1133
+ listMenuTreeByRole: (roleId_1, ...args_1) => __awaiter(this, [roleId_1, ...args_1], void 0, function* (roleId, options = {}) {
1134
1134
  // verify required parameter 'roleId' is not null or undefined
1135
1135
  (0, common_1.assertParamExists)('listMenuTreeByRole', 'roleId', roleId);
1136
1136
  const localVarPath = `/system/menu/roleMenuTreeselect/{roleId}`
@@ -1161,7 +1161,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1161
1161
  * @param {*} [options] Override http request option.
1162
1162
  * @throws {RequiredError}
1163
1163
  */
1164
- listPark: (options = {}) => __awaiter(this, void 0, void 0, function* () {
1164
+ listPark: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
1165
1165
  const localVarPath = `/system/dept/get/park/list`;
1166
1166
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1167
1167
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1190,7 +1190,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1190
1190
  * @param {*} [options] Override http request option.
1191
1191
  * @throws {RequiredError}
1192
1192
  */
1193
- resolveDomain: (domain, options = {}) => __awaiter(this, void 0, void 0, function* () {
1193
+ resolveDomain: (domain_1, ...args_1) => __awaiter(this, [domain_1, ...args_1], void 0, function* (domain, options = {}) {
1194
1194
  // verify required parameter 'domain' is not null or undefined
1195
1195
  (0, common_1.assertParamExists)('resolveDomain', 'domain', domain);
1196
1196
  const localVarPath = `/gizone/ip/resolveDomain`;
@@ -1223,7 +1223,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1223
1223
  * @param {*} [options] Override http request option.
1224
1224
  * @throws {RequiredError}
1225
1225
  */
1226
- resourceDownload: (resource, options = {}) => __awaiter(this, void 0, void 0, function* () {
1226
+ resourceDownload: (resource_1, ...args_1) => __awaiter(this, [resource_1, ...args_1], void 0, function* (resource, options = {}) {
1227
1227
  // verify required parameter 'resource' is not null or undefined
1228
1228
  (0, common_1.assertParamExists)('resourceDownload', 'resource', resource);
1229
1229
  const localVarPath = `/common/download/resource`;
@@ -1258,7 +1258,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1258
1258
  * @param {*} [options] Override http request option.
1259
1259
  * @throws {RequiredError}
1260
1260
  */
1261
- selectCenterList: (isSrm, platForm, options = {}) => __awaiter(this, void 0, void 0, function* () {
1261
+ selectCenterList: (isSrm_1, platForm_1, ...args_1) => __awaiter(this, [isSrm_1, platForm_1, ...args_1], void 0, function* (isSrm, platForm, options = {}) {
1262
1262
  // verify required parameter 'isSrm' is not null or undefined
1263
1263
  (0, common_1.assertParamExists)('selectCenterList', 'isSrm', isSrm);
1264
1264
  const localVarPath = `/system/dept/center`;
@@ -1300,7 +1300,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1300
1300
  * @param {*} [options] Override http request option.
1301
1301
  * @throws {RequiredError}
1302
1302
  */
1303
- selectParkList: (centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options = {}) => __awaiter(this, void 0, void 0, function* () {
1303
+ selectParkList: (centerCode_1, isSrm_1, parkCenterAttribute_1, contractEndTime_1, status_1, parkName_1, ...args_1) => __awaiter(this, [centerCode_1, isSrm_1, parkCenterAttribute_1, contractEndTime_1, status_1, parkName_1, ...args_1], void 0, function* (centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options = {}) {
1304
1304
  const localVarPath = `/system/dept/park`;
1305
1305
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1306
1306
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1349,7 +1349,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1349
1349
  * @param {*} [options] Override http request option.
1350
1350
  * @throws {RequiredError}
1351
1351
  */
1352
- selectParkListByPermission: (permission, options = {}) => __awaiter(this, void 0, void 0, function* () {
1352
+ selectParkListByPermission: (permission_1, ...args_1) => __awaiter(this, [permission_1, ...args_1], void 0, function* (permission, options = {}) {
1353
1353
  // verify required parameter 'permission' is not null or undefined
1354
1354
  (0, common_1.assertParamExists)('selectParkListByPermission', 'permission', permission);
1355
1355
  const localVarPath = `/system/dept/park/permission`;
@@ -1384,7 +1384,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1384
1384
  * @param {*} [options] Override http request option.
1385
1385
  * @throws {RequiredError}
1386
1386
  */
1387
- selectSrmLevel: (parentCode, level, options = {}) => __awaiter(this, void 0, void 0, function* () {
1387
+ selectSrmLevel: (parentCode_1, level_1, ...args_1) => __awaiter(this, [parentCode_1, level_1, ...args_1], void 0, function* (parentCode, level, options = {}) {
1388
1388
  const localVarPath = `/srm/level`;
1389
1389
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1390
1390
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1420,7 +1420,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1420
1420
  * @param {*} [options] Override http request option.
1421
1421
  * @throws {RequiredError}
1422
1422
  */
1423
- tcpConnect: (host, port, timeOutMs, options = {}) => __awaiter(this, void 0, void 0, function* () {
1423
+ tcpConnect: (host_1, port_1, timeOutMs_1, ...args_1) => __awaiter(this, [host_1, port_1, timeOutMs_1, ...args_1], void 0, function* (host, port, timeOutMs, options = {}) {
1424
1424
  // verify required parameter 'host' is not null or undefined
1425
1425
  (0, common_1.assertParamExists)('tcpConnect', 'host', host);
1426
1426
  // verify required parameter 'port' is not null or undefined
@@ -1463,7 +1463,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1463
1463
  * @param {*} [options] Override http request option.
1464
1464
  * @throws {RequiredError}
1465
1465
  */
1466
- updateDept: (sysDept, options = {}) => __awaiter(this, void 0, void 0, function* () {
1466
+ updateDept: (sysDept_1, ...args_1) => __awaiter(this, [sysDept_1, ...args_1], void 0, function* (sysDept, options = {}) {
1467
1467
  // verify required parameter 'sysDept' is not null or undefined
1468
1468
  (0, common_1.assertParamExists)('updateDept', 'sysDept', sysDept);
1469
1469
  const localVarPath = `/system/dept`;
@@ -1495,7 +1495,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1495
1495
  * @param {*} [options] Override http request option.
1496
1496
  * @throws {RequiredError}
1497
1497
  */
1498
- updateJobPosition: (sysPost, options = {}) => __awaiter(this, void 0, void 0, function* () {
1498
+ updateJobPosition: (sysPost_1, ...args_1) => __awaiter(this, [sysPost_1, ...args_1], void 0, function* (sysPost, options = {}) {
1499
1499
  // verify required parameter 'sysPost' is not null or undefined
1500
1500
  (0, common_1.assertParamExists)('updateJobPosition', 'sysPost', sysPost);
1501
1501
  const localVarPath = `/system/post`;
@@ -1527,7 +1527,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1527
1527
  * @param {*} [options] Override http request option.
1528
1528
  * @throws {RequiredError}
1529
1529
  */
1530
- updateMenu: (sysMenu, options = {}) => __awaiter(this, void 0, void 0, function* () {
1530
+ updateMenu: (sysMenu_1, ...args_1) => __awaiter(this, [sysMenu_1, ...args_1], void 0, function* (sysMenu, options = {}) {
1531
1531
  // verify required parameter 'sysMenu' is not null or undefined
1532
1532
  (0, common_1.assertParamExists)('updateMenu', 'sysMenu', sysMenu);
1533
1533
  const localVarPath = `/system/menu`;
@@ -1560,7 +1560,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1560
1560
  * @param {*} [options] Override http request option.
1561
1561
  * @throws {RequiredError}
1562
1562
  */
1563
- updateParkSetting: (parkSettingsVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
1563
+ updateParkSetting: (parkSettingsVO_1, ...args_1) => __awaiter(this, [parkSettingsVO_1, ...args_1], void 0, function* (parkSettingsVO, options = {}) {
1564
1564
  // verify required parameter 'parkSettingsVO' is not null or undefined
1565
1565
  (0, common_1.assertParamExists)('updateParkSetting', 'parkSettingsVO', parkSettingsVO);
1566
1566
  const localVarPath = `/system/dept/parkSettings`;
@@ -1592,7 +1592,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1592
1592
  * @param {*} [options] Override http request option.
1593
1593
  * @throws {RequiredError}
1594
1594
  */
1595
- uploadFile: (file, options = {}) => __awaiter(this, void 0, void 0, function* () {
1595
+ uploadFile: (file_1, ...args_1) => __awaiter(this, [file_1, ...args_1], void 0, function* (file, options = {}) {
1596
1596
  // verify required parameter 'file' is not null or undefined
1597
1597
  (0, common_1.assertParamExists)('uploadFile', 'file', file);
1598
1598
  const localVarPath = `/common/upload`;
@@ -1626,7 +1626,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1626
1626
  * @param {*} [options] Override http request option.
1627
1627
  * @throws {RequiredError}
1628
1628
  */
1629
- uploadKeepName: (file, options = {}) => __awaiter(this, void 0, void 0, function* () {
1629
+ uploadKeepName: (file_1, ...args_1) => __awaiter(this, [file_1, ...args_1], void 0, function* (file, options = {}) {
1630
1630
  // verify required parameter 'file' is not null or undefined
1631
1631
  (0, common_1.assertParamExists)('uploadKeepName', 'file', file);
1632
1632
  const localVarPath = `/operation/file/uploadKeepName`;
@@ -1663,7 +1663,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
1663
1663
  * @param {*} [options] Override http request option.
1664
1664
  * @throws {RequiredError}
1665
1665
  */
1666
- uploadPrivacy: (userBatchImportUploadRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
1666
+ uploadPrivacy: (userBatchImportUploadRequest_1, ...args_1) => __awaiter(this, [userBatchImportUploadRequest_1, ...args_1], void 0, function* (userBatchImportUploadRequest, options = {}) {
1667
1667
  const localVarPath = `/operation/file/upload/privacy`;
1668
1668
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1669
1669
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -1705,12 +1705,12 @@ const CommonApiFp = function (configuration) {
1705
1705
  * @throws {RequiredError}
1706
1706
  */
1707
1707
  addSrmLevel(srmLevelAddDTO, options) {
1708
- var _a, _b, _c;
1709
1708
  return __awaiter(this, void 0, void 0, function* () {
1709
+ var _a, _b, _c;
1710
1710
  const localVarAxiosArgs = yield localVarAxiosParamCreator.addSrmLevel(srmLevelAddDTO, options);
1711
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1712
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.addSrmLevel']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1713
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1711
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1712
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.addSrmLevel']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1713
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1714
1714
  });
1715
1715
  },
1716
1716
  /**
@@ -1720,12 +1720,12 @@ const CommonApiFp = function (configuration) {
1720
1720
  * @throws {RequiredError}
1721
1721
  */
1722
1722
  addressRegionList(pid, options) {
1723
- var _a, _b, _c;
1724
1723
  return __awaiter(this, void 0, void 0, function* () {
1724
+ var _a, _b, _c;
1725
1725
  const localVarAxiosArgs = yield localVarAxiosParamCreator.addressRegionList(pid, options);
1726
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1727
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.addressRegionList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1728
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1726
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1727
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.addressRegionList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1728
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1729
1729
  });
1730
1730
  },
1731
1731
  /**
@@ -1737,12 +1737,12 @@ const CommonApiFp = function (configuration) {
1737
1737
  * @throws {RequiredError}
1738
1738
  */
1739
1739
  commonDeleteFile(fileName, options) {
1740
- var _a, _b, _c;
1741
1740
  return __awaiter(this, void 0, void 0, function* () {
1741
+ var _a, _b, _c;
1742
1742
  const localVarAxiosArgs = yield localVarAxiosParamCreator.commonDeleteFile(fileName, options);
1743
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1744
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.commonDeleteFile']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1745
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1743
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1744
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.commonDeleteFile']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1745
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1746
1746
  });
1747
1747
  },
1748
1748
  /**
@@ -1753,12 +1753,12 @@ const CommonApiFp = function (configuration) {
1753
1753
  * @throws {RequiredError}
1754
1754
  */
1755
1755
  commonUploadFile(file, options) {
1756
- var _a, _b, _c;
1757
1756
  return __awaiter(this, void 0, void 0, function* () {
1757
+ var _a, _b, _c;
1758
1758
  const localVarAxiosArgs = yield localVarAxiosParamCreator.commonUploadFile(file, options);
1759
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1760
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.commonUploadFile']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1761
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1759
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1760
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.commonUploadFile']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1761
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1762
1762
  });
1763
1763
  },
1764
1764
  /**
@@ -1769,12 +1769,12 @@ const CommonApiFp = function (configuration) {
1769
1769
  * @throws {RequiredError}
1770
1770
  */
1771
1771
  commonUploadPrivacyFile(file, options) {
1772
- var _a, _b, _c;
1773
1772
  return __awaiter(this, void 0, void 0, function* () {
1773
+ var _a, _b, _c;
1774
1774
  const localVarAxiosArgs = yield localVarAxiosParamCreator.commonUploadPrivacyFile(file, options);
1775
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1776
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.commonUploadPrivacyFile']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1777
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1775
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1776
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.commonUploadPrivacyFile']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1777
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1778
1778
  });
1779
1779
  },
1780
1780
  /**
@@ -1784,12 +1784,12 @@ const CommonApiFp = function (configuration) {
1784
1784
  * @throws {RequiredError}
1785
1785
  */
1786
1786
  createDept(sysDept, options) {
1787
- var _a, _b, _c;
1788
1787
  return __awaiter(this, void 0, void 0, function* () {
1788
+ var _a, _b, _c;
1789
1789
  const localVarAxiosArgs = yield localVarAxiosParamCreator.createDept(sysDept, options);
1790
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1791
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.createDept']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1792
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1790
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1791
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.createDept']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1792
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1793
1793
  });
1794
1794
  },
1795
1795
  /**
@@ -1799,12 +1799,12 @@ const CommonApiFp = function (configuration) {
1799
1799
  * @throws {RequiredError}
1800
1800
  */
1801
1801
  createJobPosition(sysPost, options) {
1802
- var _a, _b, _c;
1803
1802
  return __awaiter(this, void 0, void 0, function* () {
1803
+ var _a, _b, _c;
1804
1804
  const localVarAxiosArgs = yield localVarAxiosParamCreator.createJobPosition(sysPost, options);
1805
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1806
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.createJobPosition']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1807
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1805
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1806
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.createJobPosition']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1807
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1808
1808
  });
1809
1809
  },
1810
1810
  /**
@@ -1814,12 +1814,12 @@ const CommonApiFp = function (configuration) {
1814
1814
  * @throws {RequiredError}
1815
1815
  */
1816
1816
  createMenu(sysMenu, options) {
1817
- var _a, _b, _c;
1818
1817
  return __awaiter(this, void 0, void 0, function* () {
1818
+ var _a, _b, _c;
1819
1819
  const localVarAxiosArgs = yield localVarAxiosParamCreator.createMenu(sysMenu, options);
1820
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1821
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.createMenu']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1822
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1820
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1821
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.createMenu']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1822
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1823
1823
  });
1824
1824
  },
1825
1825
  /**
@@ -1829,12 +1829,12 @@ const CommonApiFp = function (configuration) {
1829
1829
  * @throws {RequiredError}
1830
1830
  */
1831
1831
  deleteDept(deptId, options) {
1832
- var _a, _b, _c;
1833
1832
  return __awaiter(this, void 0, void 0, function* () {
1833
+ var _a, _b, _c;
1834
1834
  const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteDept(deptId, options);
1835
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1836
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.deleteDept']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1837
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1835
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1836
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.deleteDept']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1837
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1838
1838
  });
1839
1839
  },
1840
1840
  /**
@@ -1844,12 +1844,12 @@ const CommonApiFp = function (configuration) {
1844
1844
  * @throws {RequiredError}
1845
1845
  */
1846
1846
  deleteJobPositions(postIds, options) {
1847
- var _a, _b, _c;
1848
1847
  return __awaiter(this, void 0, void 0, function* () {
1848
+ var _a, _b, _c;
1849
1849
  const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteJobPositions(postIds, options);
1850
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1851
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.deleteJobPositions']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1852
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1850
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1851
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.deleteJobPositions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1852
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1853
1853
  });
1854
1854
  },
1855
1855
  /**
@@ -1859,12 +1859,12 @@ const CommonApiFp = function (configuration) {
1859
1859
  * @throws {RequiredError}
1860
1860
  */
1861
1861
  deleteMenu(menuId, options) {
1862
- var _a, _b, _c;
1863
1862
  return __awaiter(this, void 0, void 0, function* () {
1863
+ var _a, _b, _c;
1864
1864
  const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteMenu(menuId, options);
1865
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1866
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.deleteMenu']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1867
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1865
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1866
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.deleteMenu']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1867
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1868
1868
  });
1869
1869
  },
1870
1870
  /**
@@ -1875,12 +1875,12 @@ const CommonApiFp = function (configuration) {
1875
1875
  * @throws {RequiredError}
1876
1876
  */
1877
1877
  demo(options) {
1878
- var _a, _b, _c;
1879
1878
  return __awaiter(this, void 0, void 0, function* () {
1879
+ var _a, _b, _c;
1880
1880
  const localVarAxiosArgs = yield localVarAxiosParamCreator.demo(options);
1881
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1882
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.demo']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1883
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1881
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1882
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.demo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1883
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1884
1884
  });
1885
1885
  },
1886
1886
  /**
@@ -1892,12 +1892,12 @@ const CommonApiFp = function (configuration) {
1892
1892
  * @throws {RequiredError}
1893
1893
  */
1894
1894
  editParkInfo(parkId, parkInfoEditVO, options) {
1895
- var _a, _b, _c;
1896
1895
  return __awaiter(this, void 0, void 0, function* () {
1896
+ var _a, _b, _c;
1897
1897
  const localVarAxiosArgs = yield localVarAxiosParamCreator.editParkInfo(parkId, parkInfoEditVO, options);
1898
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1899
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.editParkInfo']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1900
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1898
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1899
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.editParkInfo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1900
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1901
1901
  });
1902
1902
  },
1903
1903
  /**
@@ -1907,12 +1907,12 @@ const CommonApiFp = function (configuration) {
1907
1907
  * @throws {RequiredError}
1908
1908
  */
1909
1909
  exportJobPositions(post, options) {
1910
- var _a, _b, _c;
1911
1910
  return __awaiter(this, void 0, void 0, function* () {
1911
+ var _a, _b, _c;
1912
1912
  const localVarAxiosArgs = yield localVarAxiosParamCreator.exportJobPositions(post, options);
1913
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1914
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.exportJobPositions']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1915
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1913
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1914
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.exportJobPositions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1915
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1916
1916
  });
1917
1917
  },
1918
1918
  /**
@@ -1923,12 +1923,12 @@ const CommonApiFp = function (configuration) {
1923
1923
  * @throws {RequiredError}
1924
1924
  */
1925
1925
  fileDownload(fileName, _delete, options) {
1926
- var _a, _b, _c;
1927
1926
  return __awaiter(this, void 0, void 0, function* () {
1927
+ var _a, _b, _c;
1928
1928
  const localVarAxiosArgs = yield localVarAxiosParamCreator.fileDownload(fileName, _delete, options);
1929
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1930
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.fileDownload']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1931
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1929
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1930
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.fileDownload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1931
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1932
1932
  });
1933
1933
  },
1934
1934
  /**
@@ -1938,12 +1938,12 @@ const CommonApiFp = function (configuration) {
1938
1938
  * @throws {RequiredError}
1939
1939
  */
1940
1940
  getDept(deptId, options) {
1941
- var _a, _b, _c;
1942
1941
  return __awaiter(this, void 0, void 0, function* () {
1942
+ var _a, _b, _c;
1943
1943
  const localVarAxiosArgs = yield localVarAxiosParamCreator.getDept(deptId, options);
1944
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1945
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getDept']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1946
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1944
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1945
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getDept']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1946
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1947
1947
  });
1948
1948
  },
1949
1949
  /**
@@ -1953,12 +1953,12 @@ const CommonApiFp = function (configuration) {
1953
1953
  * @throws {RequiredError}
1954
1954
  */
1955
1955
  getDept1(deptId, options) {
1956
- var _a, _b, _c;
1957
1956
  return __awaiter(this, void 0, void 0, function* () {
1957
+ var _a, _b, _c;
1958
1958
  const localVarAxiosArgs = yield localVarAxiosParamCreator.getDept1(deptId, options);
1959
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1960
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getDept1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1961
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1959
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1960
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getDept1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1961
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1962
1962
  });
1963
1963
  },
1964
1964
  /**
@@ -1967,12 +1967,12 @@ const CommonApiFp = function (configuration) {
1967
1967
  * @throws {RequiredError}
1968
1968
  */
1969
1969
  getHostIp(options) {
1970
- var _a, _b, _c;
1971
1970
  return __awaiter(this, void 0, void 0, function* () {
1971
+ var _a, _b, _c;
1972
1972
  const localVarAxiosArgs = yield localVarAxiosParamCreator.getHostIp(options);
1973
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1974
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getHostIp']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1975
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1973
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1974
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getHostIp']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1975
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1976
1976
  });
1977
1977
  },
1978
1978
  /**
@@ -1982,12 +1982,12 @@ const CommonApiFp = function (configuration) {
1982
1982
  * @throws {RequiredError}
1983
1983
  */
1984
1984
  getJobPosition(postId, options) {
1985
- var _a, _b, _c;
1986
1985
  return __awaiter(this, void 0, void 0, function* () {
1986
+ var _a, _b, _c;
1987
1987
  const localVarAxiosArgs = yield localVarAxiosParamCreator.getJobPosition(postId, options);
1988
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1989
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getJobPosition']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1990
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
1988
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1989
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getJobPosition']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1990
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1991
1991
  });
1992
1992
  },
1993
1993
  /**
@@ -1997,12 +1997,12 @@ const CommonApiFp = function (configuration) {
1997
1997
  * @throws {RequiredError}
1998
1998
  */
1999
1999
  getMenu(menuId, options) {
2000
- var _a, _b, _c;
2001
2000
  return __awaiter(this, void 0, void 0, function* () {
2001
+ var _a, _b, _c;
2002
2002
  const localVarAxiosArgs = yield localVarAxiosParamCreator.getMenu(menuId, options);
2003
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2004
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getMenu']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2005
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2003
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2004
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getMenu']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2005
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2006
2006
  });
2007
2007
  },
2008
2008
  /**
@@ -2013,12 +2013,12 @@ const CommonApiFp = function (configuration) {
2013
2013
  * @throws {RequiredError}
2014
2014
  */
2015
2015
  getParkInfo(parkId, options) {
2016
- var _a, _b, _c;
2017
2016
  return __awaiter(this, void 0, void 0, function* () {
2017
+ var _a, _b, _c;
2018
2018
  const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkInfo(parkId, options);
2019
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2020
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getParkInfo']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2021
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2019
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2020
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getParkInfo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2021
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2022
2022
  });
2023
2023
  },
2024
2024
  /**
@@ -2029,12 +2029,12 @@ const CommonApiFp = function (configuration) {
2029
2029
  * @throws {RequiredError}
2030
2030
  */
2031
2031
  getParkSetting(parkId, options) {
2032
- var _a, _b, _c;
2033
2032
  return __awaiter(this, void 0, void 0, function* () {
2033
+ var _a, _b, _c;
2034
2034
  const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkSetting(parkId, options);
2035
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2036
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getParkSetting']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2037
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2035
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2036
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getParkSetting']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2037
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2038
2038
  });
2039
2039
  },
2040
2040
  /**
@@ -2045,12 +2045,12 @@ const CommonApiFp = function (configuration) {
2045
2045
  * @throws {RequiredError}
2046
2046
  */
2047
2047
  lestDeptByParkAndType(sysDeptDropDownVO, options) {
2048
- var _a, _b, _c;
2049
2048
  return __awaiter(this, void 0, void 0, function* () {
2049
+ var _a, _b, _c;
2050
2050
  const localVarAxiosArgs = yield localVarAxiosParamCreator.lestDeptByParkAndType(sysDeptDropDownVO, options);
2051
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2052
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.lestDeptByParkAndType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2053
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2051
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2052
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.lestDeptByParkAndType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2053
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2054
2054
  });
2055
2055
  },
2056
2056
  /**
@@ -2060,12 +2060,12 @@ const CommonApiFp = function (configuration) {
2060
2060
  * @throws {RequiredError}
2061
2061
  */
2062
2062
  listDept(dept, options) {
2063
- var _a, _b, _c;
2064
2063
  return __awaiter(this, void 0, void 0, function* () {
2064
+ var _a, _b, _c;
2065
2065
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listDept(dept, options);
2066
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2067
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDept']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2068
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2066
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2067
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDept']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2068
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2069
2069
  });
2070
2070
  },
2071
2071
  /**
@@ -2076,12 +2076,12 @@ const CommonApiFp = function (configuration) {
2076
2076
  * @throws {RequiredError}
2077
2077
  */
2078
2078
  listDeptByPark(parkId, options) {
2079
- var _a, _b, _c;
2080
2079
  return __awaiter(this, void 0, void 0, function* () {
2080
+ var _a, _b, _c;
2081
2081
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptByPark(parkId, options);
2082
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2083
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDeptByPark']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2084
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2082
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2083
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDeptByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2084
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2085
2085
  });
2086
2086
  },
2087
2087
  /**
@@ -2092,12 +2092,12 @@ const CommonApiFp = function (configuration) {
2092
2092
  * @throws {RequiredError}
2093
2093
  */
2094
2094
  listDeptByParkNoTenant(parkId, options) {
2095
- var _a, _b, _c;
2096
2095
  return __awaiter(this, void 0, void 0, function* () {
2096
+ var _a, _b, _c;
2097
2097
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptByParkNoTenant(parkId, options);
2098
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2099
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDeptByParkNoTenant']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2100
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2098
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2099
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDeptByParkNoTenant']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2100
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2101
2101
  });
2102
2102
  },
2103
2103
  /**
@@ -2107,12 +2107,12 @@ const CommonApiFp = function (configuration) {
2107
2107
  * @throws {RequiredError}
2108
2108
  */
2109
2109
  listDeptExcl(deptId, options) {
2110
- var _a, _b, _c;
2111
2110
  return __awaiter(this, void 0, void 0, function* () {
2111
+ var _a, _b, _c;
2112
2112
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptExcl(deptId, options);
2113
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2114
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDeptExcl']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2115
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2113
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2114
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDeptExcl']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2115
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2116
2116
  });
2117
2117
  },
2118
2118
  /**
@@ -2122,12 +2122,12 @@ const CommonApiFp = function (configuration) {
2122
2122
  * @throws {RequiredError}
2123
2123
  */
2124
2124
  listDeptTree(parkId, options) {
2125
- var _a, _b, _c;
2126
2125
  return __awaiter(this, void 0, void 0, function* () {
2126
+ var _a, _b, _c;
2127
2127
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptTree(parkId, options);
2128
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2129
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDeptTree']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2130
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2128
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2129
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDeptTree']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2130
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2131
2131
  });
2132
2132
  },
2133
2133
  /**
@@ -2137,12 +2137,12 @@ const CommonApiFp = function (configuration) {
2137
2137
  * @throws {RequiredError}
2138
2138
  */
2139
2139
  listDeptTreeByRole(roleId, options) {
2140
- var _a, _b, _c;
2141
2140
  return __awaiter(this, void 0, void 0, function* () {
2141
+ var _a, _b, _c;
2142
2142
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptTreeByRole(roleId, options);
2143
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2144
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDeptTreeByRole']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2145
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2143
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2144
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDeptTreeByRole']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2145
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2146
2146
  });
2147
2147
  },
2148
2148
  /**
@@ -2152,12 +2152,12 @@ const CommonApiFp = function (configuration) {
2152
2152
  * @throws {RequiredError}
2153
2153
  */
2154
2154
  listJobPositions(post, options) {
2155
- var _a, _b, _c;
2156
2155
  return __awaiter(this, void 0, void 0, function* () {
2156
+ var _a, _b, _c;
2157
2157
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listJobPositions(post, options);
2158
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2159
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listJobPositions']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2160
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2158
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2159
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listJobPositions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2160
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2161
2161
  });
2162
2162
  },
2163
2163
  /**
@@ -2167,12 +2167,12 @@ const CommonApiFp = function (configuration) {
2167
2167
  * @throws {RequiredError}
2168
2168
  */
2169
2169
  listJobPositionsByPark(parkId, options) {
2170
- var _a, _b, _c;
2171
2170
  return __awaiter(this, void 0, void 0, function* () {
2171
+ var _a, _b, _c;
2172
2172
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listJobPositionsByPark(parkId, options);
2173
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2174
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listJobPositionsByPark']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2175
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2173
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2174
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listJobPositionsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2175
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2176
2176
  });
2177
2177
  },
2178
2178
  /**
@@ -2182,12 +2182,12 @@ const CommonApiFp = function (configuration) {
2182
2182
  * @throws {RequiredError}
2183
2183
  */
2184
2184
  listMenu(menu, options) {
2185
- var _a, _b, _c;
2186
2185
  return __awaiter(this, void 0, void 0, function* () {
2186
+ var _a, _b, _c;
2187
2187
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listMenu(menu, options);
2188
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2189
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listMenu']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2190
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2188
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2189
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listMenu']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2190
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2191
2191
  });
2192
2192
  },
2193
2193
  /**
@@ -2197,12 +2197,12 @@ const CommonApiFp = function (configuration) {
2197
2197
  * @throws {RequiredError}
2198
2198
  */
2199
2199
  listMenuTree(menu, options) {
2200
- var _a, _b, _c;
2201
2200
  return __awaiter(this, void 0, void 0, function* () {
2201
+ var _a, _b, _c;
2202
2202
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listMenuTree(menu, options);
2203
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2204
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listMenuTree']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2205
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2203
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2204
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listMenuTree']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2205
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2206
2206
  });
2207
2207
  },
2208
2208
  /**
@@ -2212,12 +2212,12 @@ const CommonApiFp = function (configuration) {
2212
2212
  * @throws {RequiredError}
2213
2213
  */
2214
2214
  listMenuTreeByRole(roleId, options) {
2215
- var _a, _b, _c;
2216
2215
  return __awaiter(this, void 0, void 0, function* () {
2216
+ var _a, _b, _c;
2217
2217
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listMenuTreeByRole(roleId, options);
2218
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2219
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listMenuTreeByRole']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2220
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2218
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2219
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listMenuTreeByRole']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2220
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2221
2221
  });
2222
2222
  },
2223
2223
  /**
@@ -2227,12 +2227,12 @@ const CommonApiFp = function (configuration) {
2227
2227
  * @throws {RequiredError}
2228
2228
  */
2229
2229
  listPark(options) {
2230
- var _a, _b, _c;
2231
2230
  return __awaiter(this, void 0, void 0, function* () {
2231
+ var _a, _b, _c;
2232
2232
  const localVarAxiosArgs = yield localVarAxiosParamCreator.listPark(options);
2233
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2234
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listPark']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2235
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2233
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2234
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2235
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2236
2236
  });
2237
2237
  },
2238
2238
  /**
@@ -2243,12 +2243,12 @@ const CommonApiFp = function (configuration) {
2243
2243
  * @throws {RequiredError}
2244
2244
  */
2245
2245
  resolveDomain(domain, options) {
2246
- var _a, _b, _c;
2247
2246
  return __awaiter(this, void 0, void 0, function* () {
2247
+ var _a, _b, _c;
2248
2248
  const localVarAxiosArgs = yield localVarAxiosParamCreator.resolveDomain(domain, options);
2249
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2250
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.resolveDomain']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2251
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2249
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2250
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.resolveDomain']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2251
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2252
2252
  });
2253
2253
  },
2254
2254
  /**
@@ -2258,12 +2258,12 @@ const CommonApiFp = function (configuration) {
2258
2258
  * @throws {RequiredError}
2259
2259
  */
2260
2260
  resourceDownload(resource, options) {
2261
- var _a, _b, _c;
2262
2261
  return __awaiter(this, void 0, void 0, function* () {
2262
+ var _a, _b, _c;
2263
2263
  const localVarAxiosArgs = yield localVarAxiosParamCreator.resourceDownload(resource, options);
2264
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2265
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.resourceDownload']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2266
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2264
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2265
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.resourceDownload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2266
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2267
2267
  });
2268
2268
  },
2269
2269
  /**
@@ -2275,12 +2275,12 @@ const CommonApiFp = function (configuration) {
2275
2275
  * @throws {RequiredError}
2276
2276
  */
2277
2277
  selectCenterList(isSrm, platForm, options) {
2278
- var _a, _b, _c;
2279
2278
  return __awaiter(this, void 0, void 0, function* () {
2279
+ var _a, _b, _c;
2280
2280
  const localVarAxiosArgs = yield localVarAxiosParamCreator.selectCenterList(isSrm, platForm, options);
2281
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2282
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.selectCenterList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2283
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2281
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2282
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.selectCenterList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2283
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2284
2284
  });
2285
2285
  },
2286
2286
  /**
@@ -2296,12 +2296,12 @@ const CommonApiFp = function (configuration) {
2296
2296
  * @throws {RequiredError}
2297
2297
  */
2298
2298
  selectParkList(centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options) {
2299
- var _a, _b, _c;
2300
2299
  return __awaiter(this, void 0, void 0, function* () {
2300
+ var _a, _b, _c;
2301
2301
  const localVarAxiosArgs = yield localVarAxiosParamCreator.selectParkList(centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options);
2302
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2303
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.selectParkList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2304
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2302
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2303
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.selectParkList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2304
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2305
2305
  });
2306
2306
  },
2307
2307
  /**
@@ -2312,12 +2312,12 @@ const CommonApiFp = function (configuration) {
2312
2312
  * @throws {RequiredError}
2313
2313
  */
2314
2314
  selectParkListByPermission(permission, options) {
2315
- var _a, _b, _c;
2316
2315
  return __awaiter(this, void 0, void 0, function* () {
2316
+ var _a, _b, _c;
2317
2317
  const localVarAxiosArgs = yield localVarAxiosParamCreator.selectParkListByPermission(permission, options);
2318
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2319
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.selectParkListByPermission']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2320
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2318
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2319
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.selectParkListByPermission']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2320
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2321
2321
  });
2322
2322
  },
2323
2323
  /**
@@ -2329,12 +2329,12 @@ const CommonApiFp = function (configuration) {
2329
2329
  * @throws {RequiredError}
2330
2330
  */
2331
2331
  selectSrmLevel(parentCode, level, options) {
2332
- var _a, _b, _c;
2333
2332
  return __awaiter(this, void 0, void 0, function* () {
2333
+ var _a, _b, _c;
2334
2334
  const localVarAxiosArgs = yield localVarAxiosParamCreator.selectSrmLevel(parentCode, level, options);
2335
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2336
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.selectSrmLevel']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2337
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2335
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2336
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.selectSrmLevel']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2337
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2338
2338
  });
2339
2339
  },
2340
2340
  /**
@@ -2346,12 +2346,12 @@ const CommonApiFp = function (configuration) {
2346
2346
  * @throws {RequiredError}
2347
2347
  */
2348
2348
  tcpConnect(host, port, timeOutMs, options) {
2349
- var _a, _b, _c;
2350
2349
  return __awaiter(this, void 0, void 0, function* () {
2350
+ var _a, _b, _c;
2351
2351
  const localVarAxiosArgs = yield localVarAxiosParamCreator.tcpConnect(host, port, timeOutMs, options);
2352
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2353
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.tcpConnect']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2354
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2352
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2353
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.tcpConnect']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2354
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2355
2355
  });
2356
2356
  },
2357
2357
  /**
@@ -2361,12 +2361,12 @@ const CommonApiFp = function (configuration) {
2361
2361
  * @throws {RequiredError}
2362
2362
  */
2363
2363
  updateDept(sysDept, options) {
2364
- var _a, _b, _c;
2365
2364
  return __awaiter(this, void 0, void 0, function* () {
2365
+ var _a, _b, _c;
2366
2366
  const localVarAxiosArgs = yield localVarAxiosParamCreator.updateDept(sysDept, options);
2367
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2368
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.updateDept']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2369
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2367
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2368
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.updateDept']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2369
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2370
2370
  });
2371
2371
  },
2372
2372
  /**
@@ -2376,12 +2376,12 @@ const CommonApiFp = function (configuration) {
2376
2376
  * @throws {RequiredError}
2377
2377
  */
2378
2378
  updateJobPosition(sysPost, options) {
2379
- var _a, _b, _c;
2380
2379
  return __awaiter(this, void 0, void 0, function* () {
2380
+ var _a, _b, _c;
2381
2381
  const localVarAxiosArgs = yield localVarAxiosParamCreator.updateJobPosition(sysPost, options);
2382
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2383
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.updateJobPosition']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2384
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2382
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2383
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.updateJobPosition']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2384
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2385
2385
  });
2386
2386
  },
2387
2387
  /**
@@ -2391,12 +2391,12 @@ const CommonApiFp = function (configuration) {
2391
2391
  * @throws {RequiredError}
2392
2392
  */
2393
2393
  updateMenu(sysMenu, options) {
2394
- var _a, _b, _c;
2395
2394
  return __awaiter(this, void 0, void 0, function* () {
2395
+ var _a, _b, _c;
2396
2396
  const localVarAxiosArgs = yield localVarAxiosParamCreator.updateMenu(sysMenu, options);
2397
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2398
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.updateMenu']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2399
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2397
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2398
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.updateMenu']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2399
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2400
2400
  });
2401
2401
  },
2402
2402
  /**
@@ -2407,12 +2407,12 @@ const CommonApiFp = function (configuration) {
2407
2407
  * @throws {RequiredError}
2408
2408
  */
2409
2409
  updateParkSetting(parkSettingsVO, options) {
2410
- var _a, _b, _c;
2411
2410
  return __awaiter(this, void 0, void 0, function* () {
2411
+ var _a, _b, _c;
2412
2412
  const localVarAxiosArgs = yield localVarAxiosParamCreator.updateParkSetting(parkSettingsVO, options);
2413
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2414
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.updateParkSetting']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2415
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2413
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2414
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.updateParkSetting']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2415
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2416
2416
  });
2417
2417
  },
2418
2418
  /**
@@ -2422,12 +2422,12 @@ const CommonApiFp = function (configuration) {
2422
2422
  * @throws {RequiredError}
2423
2423
  */
2424
2424
  uploadFile(file, options) {
2425
- var _a, _b, _c;
2426
2425
  return __awaiter(this, void 0, void 0, function* () {
2426
+ var _a, _b, _c;
2427
2427
  const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadFile(file, options);
2428
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2429
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.uploadFile']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2430
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2428
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2429
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.uploadFile']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2430
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2431
2431
  });
2432
2432
  },
2433
2433
  /**
@@ -2438,12 +2438,12 @@ const CommonApiFp = function (configuration) {
2438
2438
  * @throws {RequiredError}
2439
2439
  */
2440
2440
  uploadKeepName(file, options) {
2441
- var _a, _b, _c;
2442
2441
  return __awaiter(this, void 0, void 0, function* () {
2442
+ var _a, _b, _c;
2443
2443
  const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadKeepName(file, options);
2444
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2445
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.uploadKeepName']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2446
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2444
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2445
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.uploadKeepName']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2446
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2447
2447
  });
2448
2448
  },
2449
2449
  /**
@@ -2454,12 +2454,12 @@ const CommonApiFp = function (configuration) {
2454
2454
  * @throws {RequiredError}
2455
2455
  */
2456
2456
  uploadPrivacy(userBatchImportUploadRequest, options) {
2457
- var _a, _b, _c;
2458
2457
  return __awaiter(this, void 0, void 0, function* () {
2458
+ var _a, _b, _c;
2459
2459
  const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadPrivacy(userBatchImportUploadRequest, options);
2460
- const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2461
- const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.uploadPrivacy']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
2462
- return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
2460
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
2461
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.uploadPrivacy']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
2462
+ return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2463
2463
  });
2464
2464
  },
2465
2465
  };