@gizone/rrs-client 4.2.8-alpha.477 → 4.2.9-alpha.20251216150512

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 (1379) hide show
  1. package/.openapi-generator/FILES +38 -1
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +4 -5
  4. package/api.ts +2 -0
  5. package/apis/access-api.ts +464 -378
  6. package/apis/app-auth-api.ts +118 -366
  7. package/apis/auth-api.ts +200 -696
  8. package/apis/calendar-api.ts +64 -64
  9. package/apis/cas-api.ts +9 -9
  10. package/apis/common-api.ts +415 -374
  11. package/apis/dashboard-api.ts +432 -161
  12. package/apis/device-api.ts +118 -27
  13. package/apis/disaster-warning-standard-api.ts +94 -94
  14. package/apis/energy-cost-controller-api.ts +769 -0
  15. package/apis/energy-cost-record-controller-api.ts +898 -0
  16. package/apis/equipment-api.ts +222 -222
  17. package/apis/excel-language-controller-api.ts +16 -16
  18. package/apis/hwork-api.ts +11 -11
  19. package/apis/inspection-standard-api.ts +111 -111
  20. package/apis/internal-api.ts +9 -9
  21. package/apis/jwt-api.ts +10 -10
  22. package/apis/maintenance-standard-api.ts +111 -111
  23. package/apis/message-api.ts +43 -43
  24. package/apis/notification-api.ts +63 -63
  25. package/apis/offline-alert-work-order-controller-api.ts +10 -10
  26. package/apis/open-api-api.ts +68 -68
  27. package/apis/park-api.ts +75 -75
  28. package/apis/privacy-api.ts +48 -48
  29. package/apis/role-api.ts +169 -169
  30. package/apis/setting-api.ts +250 -250
  31. package/apis/smsapi.ts +11 -11
  32. package/apis/space-api.ts +165 -165
  33. package/apis/supplier-api.ts +104 -104
  34. package/apis/surveillance-api.ts +325 -120
  35. package/apis/surveillance-settings-api.ts +80 -80
  36. package/apis/sys-api.ts +397 -397
  37. package/apis/test-api.ts +23 -23
  38. package/apis/user-api.ts +302 -302
  39. package/apis/web-hook-api.ts +27 -27
  40. package/apis/work-order-api.ts +634 -508
  41. package/base.ts +3 -3
  42. package/common.ts +1 -1
  43. package/configuration.ts +1 -7
  44. package/dist/api.d.ts +2 -0
  45. package/dist/api.js +2 -0
  46. package/dist/apis/access-api.d.ts +279 -231
  47. package/dist/apis/access-api.js +280 -242
  48. package/dist/apis/app-auth-api.d.ts +76 -176
  49. package/dist/apis/app-auth-api.js +75 -307
  50. package/dist/apis/auth-api.d.ts +132 -332
  51. package/dist/apis/auth-api.js +130 -594
  52. package/dist/apis/calendar-api.d.ts +40 -40
  53. package/dist/apis/calendar-api.js +40 -40
  54. package/dist/apis/cas-api.d.ts +7 -7
  55. package/dist/apis/cas-api.js +5 -5
  56. package/dist/apis/common-api.d.ts +269 -245
  57. package/dist/apis/common-api.js +266 -249
  58. package/dist/apis/dashboard-api.d.ts +241 -101
  59. package/dist/apis/dashboard-api.js +310 -100
  60. package/dist/apis/device-api.d.ts +65 -18
  61. package/dist/apis/device-api.js +85 -15
  62. package/dist/apis/disaster-warning-standard-api.d.ts +58 -58
  63. package/dist/apis/disaster-warning-standard-api.js +60 -60
  64. package/dist/apis/energy-cost-controller-api.d.ts +418 -0
  65. package/dist/apis/energy-cost-controller-api.js +595 -0
  66. package/dist/apis/energy-cost-record-controller-api.d.ts +488 -0
  67. package/dist/apis/energy-cost-record-controller-api.js +674 -0
  68. package/dist/apis/equipment-api.d.ts +138 -138
  69. package/dist/apis/equipment-api.js +140 -140
  70. package/dist/apis/excel-language-controller-api.d.ts +10 -10
  71. package/dist/apis/excel-language-controller-api.js +10 -10
  72. package/dist/apis/hwork-api.d.ts +8 -8
  73. package/dist/apis/hwork-api.js +5 -5
  74. package/dist/apis/inspection-standard-api.d.ts +69 -69
  75. package/dist/apis/inspection-standard-api.js +70 -70
  76. package/dist/apis/internal-api.d.ts +6 -6
  77. package/dist/apis/internal-api.js +5 -5
  78. package/dist/apis/jwt-api.d.ts +7 -7
  79. package/dist/apis/jwt-api.js +5 -5
  80. package/dist/apis/maintenance-standard-api.d.ts +69 -69
  81. package/dist/apis/maintenance-standard-api.js +70 -70
  82. package/dist/apis/message-api.d.ts +28 -28
  83. package/dist/apis/message-api.js +25 -25
  84. package/dist/apis/notification-api.d.ts +43 -43
  85. package/dist/apis/notification-api.js +40 -40
  86. package/dist/apis/offline-alert-work-order-controller-api.d.ts +7 -7
  87. package/dist/apis/offline-alert-work-order-controller-api.js +5 -5
  88. package/dist/apis/open-api-api.d.ts +44 -44
  89. package/dist/apis/open-api-api.js +40 -40
  90. package/dist/apis/park-api.d.ts +45 -45
  91. package/dist/apis/park-api.js +50 -50
  92. package/dist/apis/privacy-api.d.ts +30 -30
  93. package/dist/apis/privacy-api.js +30 -30
  94. package/dist/apis/role-api.d.ts +111 -111
  95. package/dist/apis/role-api.js +115 -115
  96. package/dist/apis/setting-api.d.ts +154 -154
  97. package/dist/apis/setting-api.js +160 -160
  98. package/dist/apis/smsapi.d.ts +8 -8
  99. package/dist/apis/smsapi.js +5 -5
  100. package/dist/apis/space-api.d.ts +102 -102
  101. package/dist/apis/space-api.js +105 -105
  102. package/dist/apis/supplier-api.d.ts +65 -65
  103. package/dist/apis/supplier-api.js +65 -65
  104. package/dist/apis/surveillance-api.d.ts +193 -75
  105. package/dist/apis/surveillance-api.js +189 -75
  106. package/dist/apis/surveillance-settings-api.d.ts +50 -50
  107. package/dist/apis/surveillance-settings-api.js +50 -50
  108. package/dist/apis/sys-api.d.ts +255 -255
  109. package/dist/apis/sys-api.js +275 -275
  110. package/dist/apis/test-api.d.ts +14 -14
  111. package/dist/apis/test-api.js +15 -15
  112. package/dist/apis/user-api.d.ts +196 -196
  113. package/dist/apis/user-api.js +200 -200
  114. package/dist/apis/web-hook-api.d.ts +18 -18
  115. package/dist/apis/web-hook-api.js +15 -15
  116. package/dist/apis/work-order-api.d.ts +386 -316
  117. package/dist/apis/work-order-api.js +407 -323
  118. package/dist/base.d.ts +2 -2
  119. package/dist/base.js +1 -1
  120. package/dist/common.d.ts +1 -1
  121. package/dist/common.js +1 -2
  122. package/dist/configuration.js +1 -2
  123. package/dist/esm/api.d.ts +2 -0
  124. package/dist/esm/api.js +2 -0
  125. package/dist/esm/apis/access-api.d.ts +279 -231
  126. package/dist/esm/apis/access-api.js +280 -242
  127. package/dist/esm/apis/app-auth-api.d.ts +76 -176
  128. package/dist/esm/apis/app-auth-api.js +75 -307
  129. package/dist/esm/apis/auth-api.d.ts +132 -332
  130. package/dist/esm/apis/auth-api.js +130 -594
  131. package/dist/esm/apis/calendar-api.d.ts +40 -40
  132. package/dist/esm/apis/calendar-api.js +40 -40
  133. package/dist/esm/apis/cas-api.d.ts +7 -7
  134. package/dist/esm/apis/cas-api.js +5 -5
  135. package/dist/esm/apis/common-api.d.ts +269 -245
  136. package/dist/esm/apis/common-api.js +266 -249
  137. package/dist/esm/apis/dashboard-api.d.ts +241 -101
  138. package/dist/esm/apis/dashboard-api.js +310 -100
  139. package/dist/esm/apis/device-api.d.ts +65 -18
  140. package/dist/esm/apis/device-api.js +85 -15
  141. package/dist/esm/apis/disaster-warning-standard-api.d.ts +58 -58
  142. package/dist/esm/apis/disaster-warning-standard-api.js +60 -60
  143. package/dist/esm/apis/energy-cost-controller-api.d.ts +418 -0
  144. package/dist/esm/apis/energy-cost-controller-api.js +588 -0
  145. package/dist/esm/apis/energy-cost-record-controller-api.d.ts +488 -0
  146. package/dist/esm/apis/energy-cost-record-controller-api.js +667 -0
  147. package/dist/esm/apis/equipment-api.d.ts +138 -138
  148. package/dist/esm/apis/equipment-api.js +140 -140
  149. package/dist/esm/apis/excel-language-controller-api.d.ts +10 -10
  150. package/dist/esm/apis/excel-language-controller-api.js +10 -10
  151. package/dist/esm/apis/hwork-api.d.ts +8 -8
  152. package/dist/esm/apis/hwork-api.js +5 -5
  153. package/dist/esm/apis/inspection-standard-api.d.ts +69 -69
  154. package/dist/esm/apis/inspection-standard-api.js +70 -70
  155. package/dist/esm/apis/internal-api.d.ts +6 -6
  156. package/dist/esm/apis/internal-api.js +5 -5
  157. package/dist/esm/apis/jwt-api.d.ts +7 -7
  158. package/dist/esm/apis/jwt-api.js +5 -5
  159. package/dist/esm/apis/maintenance-standard-api.d.ts +69 -69
  160. package/dist/esm/apis/maintenance-standard-api.js +70 -70
  161. package/dist/esm/apis/message-api.d.ts +28 -28
  162. package/dist/esm/apis/message-api.js +25 -25
  163. package/dist/esm/apis/notification-api.d.ts +43 -43
  164. package/dist/esm/apis/notification-api.js +40 -40
  165. package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +7 -7
  166. package/dist/esm/apis/offline-alert-work-order-controller-api.js +5 -5
  167. package/dist/esm/apis/open-api-api.d.ts +44 -44
  168. package/dist/esm/apis/open-api-api.js +40 -40
  169. package/dist/esm/apis/park-api.d.ts +45 -45
  170. package/dist/esm/apis/park-api.js +50 -50
  171. package/dist/esm/apis/privacy-api.d.ts +30 -30
  172. package/dist/esm/apis/privacy-api.js +30 -30
  173. package/dist/esm/apis/role-api.d.ts +111 -111
  174. package/dist/esm/apis/role-api.js +115 -115
  175. package/dist/esm/apis/setting-api.d.ts +154 -154
  176. package/dist/esm/apis/setting-api.js +160 -160
  177. package/dist/esm/apis/smsapi.d.ts +8 -8
  178. package/dist/esm/apis/smsapi.js +5 -5
  179. package/dist/esm/apis/space-api.d.ts +102 -102
  180. package/dist/esm/apis/space-api.js +105 -105
  181. package/dist/esm/apis/supplier-api.d.ts +65 -65
  182. package/dist/esm/apis/supplier-api.js +65 -65
  183. package/dist/esm/apis/surveillance-api.d.ts +193 -75
  184. package/dist/esm/apis/surveillance-api.js +189 -75
  185. package/dist/esm/apis/surveillance-settings-api.d.ts +50 -50
  186. package/dist/esm/apis/surveillance-settings-api.js +50 -50
  187. package/dist/esm/apis/sys-api.d.ts +255 -255
  188. package/dist/esm/apis/sys-api.js +275 -275
  189. package/dist/esm/apis/test-api.d.ts +14 -14
  190. package/dist/esm/apis/test-api.js +15 -15
  191. package/dist/esm/apis/user-api.d.ts +196 -196
  192. package/dist/esm/apis/user-api.js +200 -200
  193. package/dist/esm/apis/web-hook-api.d.ts +18 -18
  194. package/dist/esm/apis/web-hook-api.js +15 -15
  195. package/dist/esm/apis/work-order-api.d.ts +386 -316
  196. package/dist/esm/apis/work-order-api.js +407 -323
  197. package/dist/esm/base.d.ts +2 -2
  198. package/dist/esm/base.js +1 -1
  199. package/dist/esm/common.d.ts +1 -1
  200. package/dist/esm/common.js +1 -2
  201. package/dist/esm/configuration.js +1 -2
  202. package/dist/esm/models/access-abnormal-type-enum.d.ts +2 -2
  203. package/dist/esm/models/access-abnormal-type-enum.js +2 -2
  204. package/dist/esm/models/access-appointment-record-add-vo.d.ts +15 -8
  205. package/dist/esm/models/access-appointment-record-details-dto.d.ts +18 -11
  206. package/dist/esm/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
  207. package/dist/esm/models/access-appointment-record-process-details-dto.d.ts +12 -6
  208. package/dist/esm/models/access-approval-config-vo.d.ts +2 -2
  209. package/dist/esm/models/access-blacklist-add-vo.d.ts +6 -0
  210. package/dist/esm/models/access-blacklist-details-dto.d.ts +6 -0
  211. package/dist/esm/models/access-blacklist-update-vo.d.ts +6 -0
  212. package/dist/esm/models/access-company-config-entity.d.ts +1 -1
  213. package/dist/esm/models/access-config-entity.d.ts +7 -1
  214. package/dist/esm/models/access-config-vo.d.ts +7 -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 +14 -8
  217. package/dist/esm/models/access-record-summary-list-dto.d.ts +13 -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 +3 -3
  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 +9 -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 +12 -6
  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/calendar-entity.d.ts +1 -1
  230. package/dist/esm/models/center-list-dto.d.ts +1 -1
  231. package/dist/esm/models/cuser-info.d.ts +1 -1
  232. package/dist/esm/models/dashboard-access-search-dto.d.ts +15 -3
  233. package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
  234. package/dist/esm/models/dashboard-base-search-dto.d.ts +12 -0
  235. package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
  236. package/dist/esm/models/dashboard-equipment-search-dto.d.ts +12 -0
  237. package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
  238. package/dist/esm/models/dashboard-park-statistics-vo.d.ts +36 -0
  239. package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +7 -1
  240. package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
  241. package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +13 -1
  242. package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +17 -11
  243. package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +14 -8
  244. package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +19 -1
  245. package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
  246. package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +22 -16
  247. package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
  248. package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
  249. package/dist/esm/models/dept-relation-dto.d.ts +2 -2
  250. package/dist/esm/models/dept-relation.d.ts +2 -2
  251. package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
  252. package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
  253. package/dist/esm/models/disaster-warning-standard-import-dto.d.ts +1 -1
  254. package/dist/esm/models/emission-standard-enum.d.ts +22 -0
  255. package/dist/esm/models/emission-standard-enum.js +23 -0
  256. package/dist/esm/models/energy-cost-add-record-dto.d.ts +167 -0
  257. package/dist/esm/models/energy-cost-add-record-dto.js +36 -0
  258. package/dist/esm/models/energy-cost-add-setting-dto.d.ts +25 -0
  259. package/dist/esm/models/energy-cost-add-setting-dto.js +14 -0
  260. package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
  261. package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.js +19 -0
  262. package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
  263. package/dist/esm/models/energy-cost-add-setting-dtopark-setting.js +17 -0
  264. package/dist/esm/models/energy-cost-edit-record-dto.d.ts +173 -0
  265. package/dist/esm/models/energy-cost-edit-record-dto.js +36 -0
  266. package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
  267. package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.js +23 -0
  268. package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +107 -0
  269. package/dist/esm/models/energy-cost-month-setting-list-vo.js +17 -0
  270. package/dist/esm/models/energy-cost-record-bill-info-vo.d.ts +48 -0
  271. package/dist/esm/models/energy-cost-record-bill-info-vo.js +14 -0
  272. package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
  273. package/dist/esm/models/energy-cost-record-info-not-emun-vo.js +14 -0
  274. package/dist/esm/models/energy-cost-record-info-vo.d.ts +232 -0
  275. package/dist/esm/models/energy-cost-record-info-vo.js +36 -0
  276. package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
  277. package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.js +14 -0
  278. package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +142 -0
  279. package/dist/esm/models/energy-cost-scenarios-info-vo.js +32 -0
  280. package/dist/esm/models/energy-cost-setting-delete-dto.d.ts +41 -0
  281. package/dist/esm/models/energy-cost-setting-delete-dto.js +17 -0
  282. package/dist/esm/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
  283. package/dist/esm/models/energy-cost-setting-summy-add-dto.js +17 -0
  284. package/dist/esm/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
  285. package/dist/esm/models/energy-cost-setting-summy-update-dto.js +14 -0
  286. package/dist/esm/models/energy-cost-update-setting-dto.d.ts +43 -0
  287. package/dist/esm/models/energy-cost-update-setting-dto.js +19 -0
  288. package/dist/esm/models/equipment-add-redis-list-dto.d.ts +1 -1
  289. package/dist/esm/models/equipment-detail-dto.d.ts +2 -2
  290. package/dist/esm/models/equipment-edit-batch-vo.d.ts +1 -1
  291. package/dist/esm/models/equipment-edit-vo.d.ts +2 -2
  292. package/dist/esm/models/equipment-search-system-dto.d.ts +3 -3
  293. package/dist/esm/models/equipment-search-vo.d.ts +1 -1
  294. package/dist/esm/models/equipment-status-stats-vo.d.ts +1 -1
  295. package/dist/esm/models/equipment-tree-details-dto.d.ts +2 -2
  296. package/dist/esm/models/equipment-tree-dto.d.ts +1 -1
  297. package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
  298. package/dist/esm/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
  299. package/dist/esm/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
  300. package/dist/esm/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
  301. package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
  302. package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
  303. package/dist/esm/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
  304. package/dist/esm/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +1 -1
  305. package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
  306. package/dist/esm/models/exploration-work-order-add-vo.d.ts +3 -3
  307. package/dist/esm/models/exploration-work-order-details-dto.d.ts +9 -9
  308. package/dist/esm/models/exploration-work-order-info.d.ts +2 -2
  309. package/dist/esm/models/followup-work-order-dto.d.ts +1 -1
  310. package/dist/esm/models/group-dept-vo.d.ts +1 -1
  311. package/dist/esm/models/index.d.ts +36 -1
  312. package/dist/esm/models/index.js +36 -1
  313. package/dist/esm/models/inspection-handle-req.d.ts +1 -1
  314. package/dist/esm/models/inspection-point-item.d.ts +1 -1
  315. package/dist/esm/models/inspection-point.d.ts +13 -1
  316. package/dist/esm/models/inspection-point.js +5 -1
  317. package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +4 -4
  318. package/dist/esm/models/inspection-standard-dto.d.ts +4 -4
  319. package/dist/esm/models/inspection-standard-entity.d.ts +5 -5
  320. package/dist/esm/models/inspection-standard-import-dto.d.ts +2 -2
  321. package/dist/esm/models/insurance-work-order-issue-vo.d.ts +1 -1
  322. package/dist/esm/models/insurance-work-order-vo.d.ts +1 -1
  323. package/dist/esm/models/iot-device-unit-delete-dto.d.ts +42 -0
  324. package/dist/esm/models/iot-device-unit-delete-dto.js +14 -0
  325. package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
  326. package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
  327. package/dist/esm/models/item.d.ts +77 -0
  328. package/dist/esm/models/item.js +28 -0
  329. package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
  330. package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +2 -2
  331. package/dist/esm/models/json-result-access-company-config-entity.d.ts +2 -2
  332. package/dist/esm/models/json-result-access-config-entity.d.ts +2 -2
  333. package/dist/esm/models/json-result-access-record-summary-details-dto.d.ts +2 -2
  334. package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
  335. package/dist/esm/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
  336. package/dist/esm/models/json-result-applet-user-type-dto.d.ts +2 -2
  337. package/dist/esm/models/json-result-big-decimal.d.ts +1 -1
  338. package/dist/esm/models/json-result-boolean.d.ts +1 -1
  339. package/dist/esm/models/json-result-calendar-entity.d.ts +2 -2
  340. package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
  341. package/dist/esm/models/json-result-dashboard-park-statistics-vo.js +14 -0
  342. package/dist/esm/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
  343. package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
  344. package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.js +14 -0
  345. package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
  346. package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.js +14 -0
  347. package/dist/esm/models/{json-result-work-order-spot-check-dto.d.ts → json-result-energy-cost-record-info-vo.d.ts} +13 -13
  348. package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
  349. package/dist/esm/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
  350. package/dist/esm/models/json-result-equipment-detail-dto.d.ts +2 -2
  351. package/dist/esm/models/json-result-equipment-search-system-dto.d.ts +2 -2
  352. package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
  353. package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
  354. package/dist/esm/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
  355. package/dist/esm/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
  356. package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
  357. package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
  358. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
  359. package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
  360. package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
  361. package/dist/esm/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
  362. package/dist/esm/models/json-result-file-dto.d.ts +2 -2
  363. package/dist/esm/models/json-result-group-dept-vo.d.ts +2 -2
  364. package/dist/esm/models/json-result-inspection-standard-entity.d.ts +2 -2
  365. package/dist/esm/models/json-result-integer.d.ts +1 -1
  366. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
  367. package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
  368. package/dist/esm/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
  369. package/dist/esm/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
  370. package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +2 -2
  371. package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
  372. package/dist/esm/models/json-result-list-address-region-entity.d.ts +2 -2
  373. package/dist/esm/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
  374. package/dist/esm/models/json-result-list-area-park-dto.d.ts +2 -2
  375. package/dist/esm/models/json-result-list-calendar-entity.d.ts +2 -2
  376. package/dist/esm/models/json-result-list-center-list-dto.d.ts +2 -2
  377. package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
  378. package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
  379. package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
  380. package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
  381. package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
  382. package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
  383. package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
  384. package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
  385. package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
  386. package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
  387. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
  388. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +14 -0
  389. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
  390. package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
  391. package/dist/esm/models/json-result-list-equipment-detail-dto.d.ts +2 -2
  392. package/dist/esm/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
  393. package/dist/esm/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
  394. package/dist/esm/models/json-result-list-equipment-tree-dto.d.ts +2 -2
  395. package/dist/esm/models/json-result-list-inspection-point.d.ts +2 -2
  396. package/dist/esm/models/json-result-list-inspection-standard-entity.d.ts +2 -2
  397. package/dist/esm/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
  398. package/dist/esm/models/json-result-list-park-list-dto.d.ts +2 -2
  399. package/dist/esm/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
  400. package/dist/esm/models/json-result-list-plan-calendar-vo.d.ts +2 -2
  401. package/dist/esm/models/json-result-list-space-image-detail-dto.d.ts +2 -2
  402. package/dist/esm/models/json-result-list-space-point-dto.d.ts +2 -2
  403. package/dist/esm/models/json-result-list-space-qr-code-dto.d.ts +2 -2
  404. package/dist/esm/models/json-result-list-space-tree-dto.d.ts +2 -2
  405. package/dist/esm/models/json-result-list-space-url-dto.d.ts +2 -2
  406. package/dist/esm/models/json-result-list-srm-center-vo.d.ts +2 -2
  407. package/dist/esm/models/json-result-list-supplier-select-dto.d.ts +2 -2
  408. package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
  409. package/dist/esm/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
  410. package/dist/esm/models/json-result-list-sys-dept.d.ts +2 -2
  411. package/dist/esm/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
  412. package/dist/esm/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
  413. package/dist/esm/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
  414. package/dist/esm/models/json-result-list-work-order-comment-entity.d.ts +2 -2
  415. package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
  416. package/dist/esm/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
  417. package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
  418. package/dist/esm/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
  419. package/dist/esm/models/json-result-list-work-order-spot-check-dto.d.ts +62 -0
  420. package/dist/esm/models/json-result-list-work-order-spot-check-dto.js +14 -0
  421. package/dist/esm/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
  422. package/dist/esm/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
  423. package/dist/esm/models/json-result-maintenance-standard-entity.d.ts +2 -2
  424. package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
  425. package/dist/esm/models/json-result-map-string-object.js +14 -0
  426. package/dist/esm/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
  427. package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
  428. package/dist/esm/models/json-result-notice-entity.d.ts +2 -2
  429. package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
  430. package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
  431. package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
  432. package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
  433. package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
  434. package/dist/esm/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
  435. package/dist/esm/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
  436. package/dist/esm/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
  437. package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
  438. package/dist/esm/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
  439. package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
  440. package/dist/esm/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
  441. package/dist/esm/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
  442. package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
  443. package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
  444. package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
  445. package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.js +14 -0
  446. package/dist/esm/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
  447. package/dist/esm/models/json-result-park-info-dto.d.ts +2 -2
  448. package/dist/esm/models/json-result-park-settings-details-dto.d.ts +2 -2
  449. package/dist/esm/models/json-result-period-detail-resp.d.ts +2 -2
  450. package/dist/esm/models/json-result-plan-detail-dto.d.ts +2 -2
  451. package/dist/esm/models/json-result-space-add-redis-list-dto.d.ts +2 -2
  452. package/dist/esm/models/json-result-space-image-detail-dto.d.ts +2 -2
  453. package/dist/esm/models/json-result-srm-center-entity.d.ts +2 -2
  454. package/dist/esm/models/json-result-string.d.ts +1 -1
  455. package/dist/esm/models/json-result-supplier-contract-details-dto.d.ts +2 -2
  456. package/dist/esm/models/json-result-supplier-entity.d.ts +2 -2
  457. package/dist/esm/models/json-result-surveillance-count-dto.d.ts +2 -2
  458. package/dist/esm/models/json-result-surveillance-details-dto.d.ts +2 -2
  459. package/dist/esm/models/json-result-surveillance-live-dto.d.ts +2 -2
  460. package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
  461. package/dist/esm/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
  462. package/dist/esm/models/json-result-switch-park-v2-dto.d.ts +2 -2
  463. package/dist/esm/models/json-result-sys-dept.d.ts +2 -2
  464. package/dist/esm/models/json-result-sys-user-msg-dto.d.ts +2 -2
  465. package/dist/esm/models/json-result-sys-user.d.ts +2 -2
  466. package/dist/esm/models/json-result-user-add-redis-list-vo.d.ts +2 -2
  467. package/dist/esm/models/json-result-user-settings-entity.d.ts +2 -2
  468. package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +2 -2
  469. package/dist/esm/models/json-result-void.d.ts +1 -1
  470. package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
  471. package/dist/esm/models/json-result-work-order-detail-dto.d.ts +2 -2
  472. package/dist/esm/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
  473. package/dist/esm/models/json-result.d.ts +1 -1
  474. package/dist/esm/models/maintenance-history-dto.d.ts +20 -1
  475. package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
  476. package/dist/esm/models/maintenance-standard-dto.d.ts +2 -2
  477. package/dist/esm/models/maintenance-standard-entity.d.ts +3 -3
  478. package/dist/esm/models/monitoring-coverage-alert-info.d.ts +13 -1
  479. package/dist/esm/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
  480. package/dist/esm/models/monitoring-coverage-alert-reason-enum.d.ts +2 -0
  481. package/dist/esm/models/monitoring-coverage-alert-reason-enum.js +3 -1
  482. package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
  483. package/dist/esm/models/network-monitor-repair-add-vo.d.ts +3 -3
  484. package/dist/esm/models/network-monitor-repair-details-dto.d.ts +14 -14
  485. package/dist/esm/models/news-info.d.ts +1 -1
  486. package/dist/esm/models/offline-alert-submit-vo.d.ts +1 -1
  487. package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +10 -10
  488. package/dist/esm/models/offline-alert-work-order-info.d.ts +2 -2
  489. package/dist/esm/models/offline-alert-work-order-vo.d.ts +1 -1
  490. package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +14 -7
  491. package/dist/esm/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
  492. package/dist/esm/models/open-api-equipment-list-dto.d.ts +2 -2
  493. package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
  494. package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
  495. package/dist/esm/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
  496. package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
  497. package/dist/esm/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
  498. package/dist/esm/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
  499. package/dist/esm/models/page-dto-equipment-search-system-dto.d.ts +1 -1
  500. package/dist/esm/models/page-dto-inspection-standard-dto.d.ts +1 -1
  501. package/dist/esm/models/page-dto-maintenance-standard-dto.d.ts +1 -1
  502. package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
  503. package/dist/esm/models/page-dto-plan-search-dto.d.ts +1 -1
  504. package/dist/esm/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
  505. package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +1 -1
  506. package/dist/esm/models/page-dto-sys-user-msg-dto.d.ts +1 -1
  507. package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
  508. package/dist/esm/models/page-dto-work-order-group-equipment-dto.js +14 -0
  509. package/dist/esm/models/page-dto-work-order-search-dto.d.ts +1 -1
  510. package/dist/esm/models/park-info-dto.d.ts +7 -1
  511. package/dist/esm/models/park-info-edit-vo.d.ts +7 -1
  512. package/dist/esm/models/park-list-dto.d.ts +13 -0
  513. package/dist/esm/models/park.d.ts +1 -1
  514. package/dist/esm/models/period-detail-resp.d.ts +12 -12
  515. package/dist/esm/models/period-detail-resp.js +5 -5
  516. package/dist/esm/models/plan-add-vo.d.ts +9 -9
  517. package/dist/esm/models/plan-add-vo.js +5 -5
  518. package/dist/esm/models/plan-calendar-list-vo.d.ts +5 -5
  519. package/dist/esm/models/plan-calendar-list-vo.js +5 -5
  520. package/dist/esm/models/plan-detail-dto.d.ts +9 -9
  521. package/dist/esm/models/plan-detail-dto.js +5 -5
  522. package/dist/esm/models/plan-edit-vo.d.ts +9 -9
  523. package/dist/esm/models/plan-edit-vo.js +5 -5
  524. package/dist/esm/models/plan-inspection-items-dto.d.ts +3 -3
  525. package/dist/esm/models/plan-item-add-vo.d.ts +2 -2
  526. package/dist/esm/models/plan-item-edit-vo.d.ts +2 -2
  527. package/dist/esm/models/plan-search-dto.d.ts +9 -9
  528. package/dist/esm/models/plan-search-dto.js +5 -5
  529. package/dist/esm/models/pricing-item.d.ts +50 -0
  530. package/dist/esm/models/pricing-item.js +20 -0
  531. package/dist/esm/models/process-work-order-vo.d.ts +1 -1
  532. package/dist/esm/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
  533. package/dist/esm/models/save-period-work-order-detail-req.d.ts +1 -1
  534. package/dist/esm/models/sms-captcha-vo.d.ts +1 -1
  535. package/dist/esm/models/source-work-order-dto.d.ts +1 -1
  536. package/dist/esm/models/source-work-order-inspection-dto.d.ts +1 -1
  537. package/dist/esm/models/space-add-excel-dto.d.ts +0 -6
  538. package/dist/esm/models/space-add-redis-list-dto.d.ts +1 -1
  539. package/dist/esm/models/space-add-vo.d.ts +2 -2
  540. package/dist/esm/models/space-detail-dto.d.ts +4 -4
  541. package/dist/esm/models/space-edit-vo.d.ts +2 -2
  542. package/dist/esm/models/space-image-detail-dto.d.ts +2 -2
  543. package/dist/esm/models/space-tree-dto.d.ts +3 -3
  544. package/dist/esm/models/space.d.ts +1 -1
  545. package/dist/esm/models/srm-center-entity.d.ts +1 -1
  546. package/dist/esm/models/srm-center-vo.d.ts +1 -1
  547. package/dist/esm/models/srm-level-add-dto.d.ts +1 -1
  548. package/dist/esm/models/sub-buttons.d.ts +1 -1
  549. package/dist/esm/models/supplier-add-vo.d.ts +2 -2
  550. package/dist/esm/models/supplier-edit-vo.d.ts +2 -2
  551. package/dist/esm/models/supplier-entity.d.ts +2 -2
  552. package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +19 -7
  553. package/dist/esm/models/surveillance-details-dto.d.ts +13 -7
  554. package/dist/esm/models/surveillance-entity.d.ts +171 -0
  555. package/dist/esm/models/surveillance-entity.js +14 -0
  556. package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
  557. package/dist/esm/models/surveillance-settings-polling-dto.d.ts +2 -2
  558. package/dist/esm/models/surveillance-settings-polling-vo.d.ts +2 -2
  559. package/dist/esm/models/surveillance-update-vo.d.ts +8 -2
  560. package/dist/esm/models/switch-pak-body-v2-vo.d.ts +1 -1
  561. package/dist/esm/models/sync-equipment-status-vo.d.ts +1 -1
  562. package/dist/esm/models/sync-equipment-vo.d.ts +1 -1
  563. package/dist/esm/models/sys-user-info-dto.d.ts +3 -3
  564. package/dist/esm/models/sys-user-msg-dto.d.ts +2 -2
  565. package/dist/esm/models/sys-user.d.ts +4 -4
  566. package/dist/esm/models/user-add-redis-list-vo.d.ts +1 -1
  567. package/dist/esm/models/user-roles-and-permissions-dto.d.ts +1 -1
  568. package/dist/esm/models/violation-decision-vo.d.ts +20 -2
  569. package/dist/esm/models/violation-issue-type-enum.d.ts +1 -0
  570. package/dist/esm/models/violation-issue-type-enum.js +2 -1
  571. package/dist/esm/models/violation-work-order-add-vo.d.ts +10 -4
  572. package/dist/esm/models/violation-work-order-details-dto.d.ts +12 -12
  573. package/dist/esm/models/violation-work-order-info.d.ts +22 -4
  574. package/dist/esm/models/work-order-add-vo.d.ts +3 -3
  575. package/dist/esm/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
  576. package/dist/esm/models/work-order-circulation-settings-entity.d.ts +2 -2
  577. package/dist/esm/models/work-order-circulation-vo.d.ts +1 -1
  578. package/dist/esm/models/work-order-decision-vo.d.ts +2 -2
  579. package/dist/esm/models/work-order-dept-settings-entity.d.ts +1 -1
  580. package/dist/esm/models/work-order-detail-dto.d.ts +14 -14
  581. package/dist/esm/models/work-order-ext-data.d.ts +5 -5
  582. package/dist/esm/models/work-order-group-equipment-dto.d.ts +167 -0
  583. package/dist/esm/models/work-order-group-equipment-dto.js +18 -0
  584. package/dist/esm/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
  585. package/dist/esm/models/work-order-group-equipment-dtoinspection-item.js +14 -0
  586. package/dist/esm/models/work-order-handler-dto.d.ts +1 -1
  587. package/dist/esm/models/work-order-internal-status-enum.d.ts +1 -0
  588. package/dist/esm/models/work-order-internal-status-enum.js +1 -0
  589. package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
  590. package/dist/esm/models/work-order-issue-type-settings-entity.d.ts +2 -2
  591. package/dist/esm/models/work-order-msg-remind-config-info.d.ts +2 -2
  592. package/dist/esm/models/work-order-push-settings-entity.d.ts +1 -1
  593. package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
  594. package/dist/esm/models/work-order-push-settings-vo.d.ts +1 -1
  595. package/dist/esm/models/work-order-report-vo.d.ts +3 -3
  596. package/dist/esm/models/work-order-search-dto.d.ts +7 -7
  597. package/dist/esm/models/work-order-spot-check-dto.d.ts +22 -22
  598. package/dist/esm/models/work-order-spot-check-dto.js +7 -7
  599. package/dist/esm/models/work-order-staging-data-vo.d.ts +1 -1
  600. package/dist/esm/models/work-order-submit-vo.d.ts +2 -2
  601. package/dist/esm/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
  602. package/dist/esm/models/work-order-type-settings-entity.d.ts +2 -2
  603. package/dist/esm/models/wx-ma-user-info.d.ts +1 -1
  604. package/dist/esm/models/wx-menu.d.ts +2 -2
  605. package/dist/esm/models/wx-mp-conditional-menu.d.ts +2 -2
  606. package/dist/esm/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
  607. package/dist/esm/models/wx-mp-menu.d.ts +1 -1
  608. package/dist/esm/models/wx-mp-self-menu-button.d.ts +2 -2
  609. package/dist/esm/models/wx-mp-self-menu-info.d.ts +1 -1
  610. package/dist/models/access-abnormal-type-enum.d.ts +2 -2
  611. package/dist/models/access-abnormal-type-enum.js +2 -2
  612. package/dist/models/access-appointment-record-add-vo.d.ts +15 -8
  613. package/dist/models/access-appointment-record-details-dto.d.ts +18 -11
  614. package/dist/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
  615. package/dist/models/access-appointment-record-process-details-dto.d.ts +12 -6
  616. package/dist/models/access-approval-config-vo.d.ts +2 -2
  617. package/dist/models/access-blacklist-add-vo.d.ts +6 -0
  618. package/dist/models/access-blacklist-details-dto.d.ts +6 -0
  619. package/dist/models/access-blacklist-update-vo.d.ts +6 -0
  620. package/dist/models/access-company-config-entity.d.ts +1 -1
  621. package/dist/models/access-config-entity.d.ts +7 -1
  622. package/dist/models/access-config-vo.d.ts +7 -1
  623. package/dist/models/access-record-details-dto.d.ts +9 -9
  624. package/dist/models/access-record-summary-details-dto.d.ts +14 -8
  625. package/dist/models/access-record-summary-list-dto.d.ts +13 -7
  626. package/dist/models/access-vehicle-length-enum.d.ts +6 -6
  627. package/dist/models/access-vehicle-length-enum.js +6 -6
  628. package/dist/models/access-visitor-person-type-config-vo.d.ts +3 -3
  629. package/dist/models/access-whitelist-application-add-vo.d.ts +4 -4
  630. package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +9 -3
  631. package/dist/models/access-whitelist-application-details-dto.d.ts +6 -6
  632. package/dist/models/access-whitelist-application-process-details-dto.d.ts +12 -6
  633. package/dist/models/access-whitelist-application-update-vo.d.ts +1 -1
  634. package/dist/models/app-login-wx-chat-dto.d.ts +1 -1
  635. package/dist/models/area-park-dto.d.ts +1 -1
  636. package/dist/models/base-error-result.d.ts +1 -1
  637. package/dist/models/calendar-entity.d.ts +1 -1
  638. package/dist/models/center-list-dto.d.ts +1 -1
  639. package/dist/models/cuser-info.d.ts +1 -1
  640. package/dist/models/dashboard-access-search-dto.d.ts +15 -3
  641. package/dist/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
  642. package/dist/models/dashboard-base-search-dto.d.ts +12 -0
  643. package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
  644. package/dist/models/dashboard-equipment-search-dto.d.ts +12 -0
  645. package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
  646. package/dist/models/dashboard-park-statistics-vo.d.ts +36 -0
  647. package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +7 -1
  648. package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
  649. package/dist/models/dashboard-surveillance-search-dto.d.ts +13 -1
  650. package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +17 -11
  651. package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +14 -8
  652. package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +19 -1
  653. package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
  654. package/dist/models/dashboard-work-order-list-search-dto.d.ts +22 -16
  655. package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
  656. package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
  657. package/dist/models/dept-relation-dto.d.ts +2 -2
  658. package/dist/models/dept-relation.d.ts +2 -2
  659. package/dist/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
  660. package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
  661. package/dist/models/disaster-warning-standard-import-dto.d.ts +1 -1
  662. package/dist/models/emission-standard-enum.d.ts +22 -0
  663. package/dist/models/emission-standard-enum.js +26 -0
  664. package/dist/models/energy-cost-add-record-dto.d.ts +167 -0
  665. package/dist/models/energy-cost-add-record-dto.js +39 -0
  666. package/dist/models/energy-cost-add-setting-dto.d.ts +25 -0
  667. package/dist/models/energy-cost-add-setting-dto.js +15 -0
  668. package/dist/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
  669. package/dist/models/energy-cost-add-setting-dtopark-setting-item.js +22 -0
  670. package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
  671. package/dist/models/energy-cost-add-setting-dtopark-setting.js +20 -0
  672. package/dist/models/energy-cost-edit-record-dto.d.ts +173 -0
  673. package/dist/models/energy-cost-edit-record-dto.js +39 -0
  674. package/dist/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
  675. package/dist/models/energy-cost-month-setting-list-summary-standards-vo.js +26 -0
  676. package/dist/models/energy-cost-month-setting-list-vo.d.ts +107 -0
  677. package/dist/models/energy-cost-month-setting-list-vo.js +20 -0
  678. package/dist/models/energy-cost-record-bill-info-vo.d.ts +48 -0
  679. package/dist/models/energy-cost-record-bill-info-vo.js +15 -0
  680. package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
  681. package/dist/models/energy-cost-record-info-not-emun-vo.js +15 -0
  682. package/dist/models/energy-cost-record-info-vo.d.ts +232 -0
  683. package/dist/models/energy-cost-record-info-vo.js +39 -0
  684. package/dist/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
  685. package/dist/models/energy-cost-scenarios-info-not-enum-vo.js +15 -0
  686. package/dist/models/energy-cost-scenarios-info-vo.d.ts +142 -0
  687. package/dist/models/energy-cost-scenarios-info-vo.js +35 -0
  688. package/dist/models/energy-cost-setting-delete-dto.d.ts +41 -0
  689. package/dist/models/energy-cost-setting-delete-dto.js +20 -0
  690. package/dist/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
  691. package/dist/models/energy-cost-setting-summy-add-dto.js +20 -0
  692. package/dist/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
  693. package/dist/models/energy-cost-setting-summy-update-dto.js +15 -0
  694. package/dist/models/energy-cost-update-setting-dto.d.ts +43 -0
  695. package/dist/models/energy-cost-update-setting-dto.js +22 -0
  696. package/dist/models/equipment-add-redis-list-dto.d.ts +1 -1
  697. package/dist/models/equipment-detail-dto.d.ts +2 -2
  698. package/dist/models/equipment-edit-batch-vo.d.ts +1 -1
  699. package/dist/models/equipment-edit-vo.d.ts +2 -2
  700. package/dist/models/equipment-search-system-dto.d.ts +3 -3
  701. package/dist/models/equipment-search-vo.d.ts +1 -1
  702. package/dist/models/equipment-status-stats-vo.d.ts +1 -1
  703. package/dist/models/equipment-tree-details-dto.d.ts +2 -2
  704. package/dist/models/equipment-tree-dto.d.ts +1 -1
  705. package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
  706. package/dist/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
  707. package/dist/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
  708. package/dist/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
  709. package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
  710. package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
  711. package/dist/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
  712. package/dist/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +1 -1
  713. package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
  714. package/dist/models/exploration-work-order-add-vo.d.ts +3 -3
  715. package/dist/models/exploration-work-order-details-dto.d.ts +9 -9
  716. package/dist/models/exploration-work-order-info.d.ts +2 -2
  717. package/dist/models/followup-work-order-dto.d.ts +1 -1
  718. package/dist/models/group-dept-vo.d.ts +1 -1
  719. package/dist/models/index.d.ts +36 -1
  720. package/dist/models/index.js +36 -1
  721. package/dist/models/inspection-handle-req.d.ts +1 -1
  722. package/dist/models/inspection-point-item.d.ts +1 -1
  723. package/dist/models/inspection-point.d.ts +13 -1
  724. package/dist/models/inspection-point.js +6 -0
  725. package/dist/models/inspection-standard-add-or-update-vo.d.ts +4 -4
  726. package/dist/models/inspection-standard-dto.d.ts +4 -4
  727. package/dist/models/inspection-standard-entity.d.ts +5 -5
  728. package/dist/models/inspection-standard-import-dto.d.ts +2 -2
  729. package/dist/models/insurance-work-order-issue-vo.d.ts +1 -1
  730. package/dist/models/insurance-work-order-vo.d.ts +1 -1
  731. package/dist/models/iot-device-unit-delete-dto.d.ts +42 -0
  732. package/dist/models/iot-device-unit-delete-dto.js +15 -0
  733. package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
  734. package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
  735. package/dist/models/item.d.ts +77 -0
  736. package/dist/models/item.js +31 -0
  737. package/dist/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
  738. package/dist/models/json-result-access-blacklist-details-dto.d.ts +2 -2
  739. package/dist/models/json-result-access-company-config-entity.d.ts +2 -2
  740. package/dist/models/json-result-access-config-entity.d.ts +2 -2
  741. package/dist/models/json-result-access-record-summary-details-dto.d.ts +2 -2
  742. package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
  743. package/dist/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
  744. package/dist/models/json-result-applet-user-type-dto.d.ts +2 -2
  745. package/dist/models/json-result-big-decimal.d.ts +1 -1
  746. package/dist/models/json-result-boolean.d.ts +1 -1
  747. package/dist/models/json-result-calendar-entity.d.ts +2 -2
  748. package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
  749. package/dist/models/json-result-dashboard-park-statistics-vo.js +15 -0
  750. package/dist/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
  751. package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
  752. package/dist/models/json-result-energy-cost-record-bill-info-vo.js +15 -0
  753. package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
  754. package/dist/models/json-result-energy-cost-record-info-not-emun-vo.js +15 -0
  755. package/dist/models/{json-result-work-order-spot-check-dto.d.ts → json-result-energy-cost-record-info-vo.d.ts} +13 -13
  756. package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
  757. package/dist/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
  758. package/dist/models/json-result-equipment-detail-dto.d.ts +2 -2
  759. package/dist/models/json-result-equipment-search-system-dto.d.ts +2 -2
  760. package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
  761. package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
  762. package/dist/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
  763. package/dist/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
  764. package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
  765. package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
  766. package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
  767. package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
  768. package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
  769. package/dist/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
  770. package/dist/models/json-result-file-dto.d.ts +2 -2
  771. package/dist/models/json-result-group-dept-vo.d.ts +2 -2
  772. package/dist/models/json-result-inspection-standard-entity.d.ts +2 -2
  773. package/dist/models/json-result-integer.d.ts +1 -1
  774. package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
  775. package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
  776. package/dist/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
  777. package/dist/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
  778. package/dist/models/json-result-list-access-company-config-entity.d.ts +2 -2
  779. package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
  780. package/dist/models/json-result-list-address-region-entity.d.ts +2 -2
  781. package/dist/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
  782. package/dist/models/json-result-list-area-park-dto.d.ts +2 -2
  783. package/dist/models/json-result-list-calendar-entity.d.ts +2 -2
  784. package/dist/models/json-result-list-center-list-dto.d.ts +2 -2
  785. package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
  786. package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
  787. package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
  788. package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
  789. package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
  790. package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
  791. package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
  792. package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
  793. package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
  794. package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
  795. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
  796. package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +15 -0
  797. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
  798. package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
  799. package/dist/models/json-result-list-equipment-detail-dto.d.ts +2 -2
  800. package/dist/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
  801. package/dist/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
  802. package/dist/models/json-result-list-equipment-tree-dto.d.ts +2 -2
  803. package/dist/models/json-result-list-inspection-point.d.ts +2 -2
  804. package/dist/models/json-result-list-inspection-standard-entity.d.ts +2 -2
  805. package/dist/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
  806. package/dist/models/json-result-list-park-list-dto.d.ts +2 -2
  807. package/dist/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
  808. package/dist/models/json-result-list-plan-calendar-vo.d.ts +2 -2
  809. package/dist/models/json-result-list-space-image-detail-dto.d.ts +2 -2
  810. package/dist/models/json-result-list-space-point-dto.d.ts +2 -2
  811. package/dist/models/json-result-list-space-qr-code-dto.d.ts +2 -2
  812. package/dist/models/json-result-list-space-tree-dto.d.ts +2 -2
  813. package/dist/models/json-result-list-space-url-dto.d.ts +2 -2
  814. package/dist/models/json-result-list-srm-center-vo.d.ts +2 -2
  815. package/dist/models/json-result-list-supplier-select-dto.d.ts +2 -2
  816. package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
  817. package/dist/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
  818. package/dist/models/json-result-list-sys-dept.d.ts +2 -2
  819. package/dist/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
  820. package/dist/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
  821. package/dist/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
  822. package/dist/models/json-result-list-work-order-comment-entity.d.ts +2 -2
  823. package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
  824. package/dist/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
  825. package/dist/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
  826. package/dist/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
  827. package/dist/models/json-result-list-work-order-spot-check-dto.d.ts +62 -0
  828. package/dist/models/json-result-list-work-order-spot-check-dto.js +15 -0
  829. package/dist/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
  830. package/dist/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
  831. package/dist/models/json-result-maintenance-standard-entity.d.ts +2 -2
  832. package/dist/models/json-result-map-string-object.d.ts +63 -0
  833. package/dist/models/json-result-map-string-object.js +15 -0
  834. package/dist/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
  835. package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
  836. package/dist/models/json-result-notice-entity.d.ts +2 -2
  837. package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
  838. package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
  839. package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
  840. package/dist/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
  841. package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
  842. package/dist/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
  843. package/dist/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
  844. package/dist/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
  845. package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
  846. package/dist/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
  847. package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
  848. package/dist/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
  849. package/dist/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
  850. package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
  851. package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
  852. package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
  853. package/dist/models/json-result-page-dto-work-order-group-equipment-dto.js +15 -0
  854. package/dist/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
  855. package/dist/models/json-result-park-info-dto.d.ts +2 -2
  856. package/dist/models/json-result-park-settings-details-dto.d.ts +2 -2
  857. package/dist/models/json-result-period-detail-resp.d.ts +2 -2
  858. package/dist/models/json-result-plan-detail-dto.d.ts +2 -2
  859. package/dist/models/json-result-space-add-redis-list-dto.d.ts +2 -2
  860. package/dist/models/json-result-space-image-detail-dto.d.ts +2 -2
  861. package/dist/models/json-result-srm-center-entity.d.ts +2 -2
  862. package/dist/models/json-result-string.d.ts +1 -1
  863. package/dist/models/json-result-supplier-contract-details-dto.d.ts +2 -2
  864. package/dist/models/json-result-supplier-entity.d.ts +2 -2
  865. package/dist/models/json-result-surveillance-count-dto.d.ts +2 -2
  866. package/dist/models/json-result-surveillance-details-dto.d.ts +2 -2
  867. package/dist/models/json-result-surveillance-live-dto.d.ts +2 -2
  868. package/dist/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
  869. package/dist/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
  870. package/dist/models/json-result-switch-park-v2-dto.d.ts +2 -2
  871. package/dist/models/json-result-sys-dept.d.ts +2 -2
  872. package/dist/models/json-result-sys-user-msg-dto.d.ts +2 -2
  873. package/dist/models/json-result-sys-user.d.ts +2 -2
  874. package/dist/models/json-result-user-add-redis-list-vo.d.ts +2 -2
  875. package/dist/models/json-result-user-settings-entity.d.ts +2 -2
  876. package/dist/models/json-result-violation-work-order-details-dto.d.ts +2 -2
  877. package/dist/models/json-result-void.d.ts +1 -1
  878. package/dist/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
  879. package/dist/models/json-result-work-order-detail-dto.d.ts +2 -2
  880. package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
  881. package/dist/models/json-result.d.ts +1 -1
  882. package/dist/models/maintenance-history-dto.d.ts +20 -1
  883. package/dist/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
  884. package/dist/models/maintenance-standard-dto.d.ts +2 -2
  885. package/dist/models/maintenance-standard-entity.d.ts +3 -3
  886. package/dist/models/monitoring-coverage-alert-info.d.ts +13 -1
  887. package/dist/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
  888. package/dist/models/monitoring-coverage-alert-reason-enum.d.ts +2 -0
  889. package/dist/models/monitoring-coverage-alert-reason-enum.js +3 -1
  890. package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
  891. package/dist/models/network-monitor-repair-add-vo.d.ts +3 -3
  892. package/dist/models/network-monitor-repair-details-dto.d.ts +14 -14
  893. package/dist/models/news-info.d.ts +1 -1
  894. package/dist/models/offline-alert-submit-vo.d.ts +1 -1
  895. package/dist/models/offline-alert-work-order-details-dto.d.ts +10 -10
  896. package/dist/models/offline-alert-work-order-info.d.ts +2 -2
  897. package/dist/models/offline-alert-work-order-vo.d.ts +1 -1
  898. package/dist/models/open-api-access-appointment-record-add-vo.d.ts +14 -7
  899. package/dist/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
  900. package/dist/models/open-api-equipment-list-dto.d.ts +2 -2
  901. package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
  902. package/dist/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
  903. package/dist/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
  904. package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
  905. package/dist/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
  906. package/dist/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
  907. package/dist/models/page-dto-equipment-search-system-dto.d.ts +1 -1
  908. package/dist/models/page-dto-inspection-standard-dto.d.ts +1 -1
  909. package/dist/models/page-dto-maintenance-standard-dto.d.ts +1 -1
  910. package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
  911. package/dist/models/page-dto-plan-search-dto.d.ts +1 -1
  912. package/dist/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
  913. package/dist/models/page-dto-surveillance-details-dto.d.ts +1 -1
  914. package/dist/models/page-dto-sys-user-msg-dto.d.ts +1 -1
  915. package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
  916. package/dist/models/page-dto-work-order-group-equipment-dto.js +15 -0
  917. package/dist/models/page-dto-work-order-search-dto.d.ts +1 -1
  918. package/dist/models/park-info-dto.d.ts +7 -1
  919. package/dist/models/park-info-edit-vo.d.ts +7 -1
  920. package/dist/models/park-list-dto.d.ts +13 -0
  921. package/dist/models/park.d.ts +1 -1
  922. package/dist/models/period-detail-resp.d.ts +12 -12
  923. package/dist/models/period-detail-resp.js +5 -5
  924. package/dist/models/plan-add-vo.d.ts +9 -9
  925. package/dist/models/plan-add-vo.js +5 -5
  926. package/dist/models/plan-calendar-list-vo.d.ts +5 -5
  927. package/dist/models/plan-calendar-list-vo.js +5 -5
  928. package/dist/models/plan-detail-dto.d.ts +9 -9
  929. package/dist/models/plan-detail-dto.js +5 -5
  930. package/dist/models/plan-edit-vo.d.ts +9 -9
  931. package/dist/models/plan-edit-vo.js +5 -5
  932. package/dist/models/plan-inspection-items-dto.d.ts +3 -3
  933. package/dist/models/plan-item-add-vo.d.ts +2 -2
  934. package/dist/models/plan-item-edit-vo.d.ts +2 -2
  935. package/dist/models/plan-search-dto.d.ts +9 -9
  936. package/dist/models/plan-search-dto.js +5 -5
  937. package/dist/models/pricing-item.d.ts +50 -0
  938. package/dist/models/pricing-item.js +23 -0
  939. package/dist/models/process-work-order-vo.d.ts +1 -1
  940. package/dist/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
  941. package/dist/models/save-period-work-order-detail-req.d.ts +1 -1
  942. package/dist/models/sms-captcha-vo.d.ts +1 -1
  943. package/dist/models/source-work-order-dto.d.ts +1 -1
  944. package/dist/models/source-work-order-inspection-dto.d.ts +1 -1
  945. package/dist/models/space-add-excel-dto.d.ts +0 -6
  946. package/dist/models/space-add-redis-list-dto.d.ts +1 -1
  947. package/dist/models/space-add-vo.d.ts +2 -2
  948. package/dist/models/space-detail-dto.d.ts +4 -4
  949. package/dist/models/space-edit-vo.d.ts +2 -2
  950. package/dist/models/space-image-detail-dto.d.ts +2 -2
  951. package/dist/models/space-tree-dto.d.ts +3 -3
  952. package/dist/models/space.d.ts +1 -1
  953. package/dist/models/srm-center-entity.d.ts +1 -1
  954. package/dist/models/srm-center-vo.d.ts +1 -1
  955. package/dist/models/srm-level-add-dto.d.ts +1 -1
  956. package/dist/models/sub-buttons.d.ts +1 -1
  957. package/dist/models/supplier-add-vo.d.ts +2 -2
  958. package/dist/models/supplier-edit-vo.d.ts +2 -2
  959. package/dist/models/supplier-entity.d.ts +2 -2
  960. package/dist/models/surveillance-batch-import-template-dto.d.ts +19 -7
  961. package/dist/models/surveillance-details-dto.d.ts +13 -7
  962. package/dist/models/surveillance-entity.d.ts +171 -0
  963. package/dist/models/surveillance-entity.js +15 -0
  964. package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
  965. package/dist/models/surveillance-settings-polling-dto.d.ts +2 -2
  966. package/dist/models/surveillance-settings-polling-vo.d.ts +2 -2
  967. package/dist/models/surveillance-update-vo.d.ts +8 -2
  968. package/dist/models/switch-pak-body-v2-vo.d.ts +1 -1
  969. package/dist/models/sync-equipment-status-vo.d.ts +1 -1
  970. package/dist/models/sync-equipment-vo.d.ts +1 -1
  971. package/dist/models/sys-user-info-dto.d.ts +3 -3
  972. package/dist/models/sys-user-msg-dto.d.ts +2 -2
  973. package/dist/models/sys-user.d.ts +4 -4
  974. package/dist/models/user-add-redis-list-vo.d.ts +1 -1
  975. package/dist/models/user-roles-and-permissions-dto.d.ts +1 -1
  976. package/dist/models/violation-decision-vo.d.ts +20 -2
  977. package/dist/models/violation-issue-type-enum.d.ts +1 -0
  978. package/dist/models/violation-issue-type-enum.js +2 -1
  979. package/dist/models/violation-work-order-add-vo.d.ts +10 -4
  980. package/dist/models/violation-work-order-details-dto.d.ts +12 -12
  981. package/dist/models/violation-work-order-info.d.ts +22 -4
  982. package/dist/models/work-order-add-vo.d.ts +3 -3
  983. package/dist/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
  984. package/dist/models/work-order-circulation-settings-entity.d.ts +2 -2
  985. package/dist/models/work-order-circulation-vo.d.ts +1 -1
  986. package/dist/models/work-order-decision-vo.d.ts +2 -2
  987. package/dist/models/work-order-dept-settings-entity.d.ts +1 -1
  988. package/dist/models/work-order-detail-dto.d.ts +14 -14
  989. package/dist/models/work-order-ext-data.d.ts +5 -5
  990. package/dist/models/work-order-group-equipment-dto.d.ts +167 -0
  991. package/dist/models/work-order-group-equipment-dto.js +21 -0
  992. package/dist/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
  993. package/dist/models/work-order-group-equipment-dtoinspection-item.js +15 -0
  994. package/dist/models/work-order-handler-dto.d.ts +1 -1
  995. package/dist/models/work-order-internal-status-enum.d.ts +1 -0
  996. package/dist/models/work-order-internal-status-enum.js +1 -0
  997. package/dist/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
  998. package/dist/models/work-order-issue-type-settings-entity.d.ts +2 -2
  999. package/dist/models/work-order-msg-remind-config-info.d.ts +2 -2
  1000. package/dist/models/work-order-push-settings-entity.d.ts +1 -1
  1001. package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
  1002. package/dist/models/work-order-push-settings-vo.d.ts +1 -1
  1003. package/dist/models/work-order-report-vo.d.ts +3 -3
  1004. package/dist/models/work-order-search-dto.d.ts +7 -7
  1005. package/dist/models/work-order-spot-check-dto.d.ts +22 -22
  1006. package/dist/models/work-order-spot-check-dto.js +8 -8
  1007. package/dist/models/work-order-staging-data-vo.d.ts +1 -1
  1008. package/dist/models/work-order-submit-vo.d.ts +2 -2
  1009. package/dist/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
  1010. package/dist/models/work-order-type-settings-entity.d.ts +2 -2
  1011. package/dist/models/wx-ma-user-info.d.ts +1 -1
  1012. package/dist/models/wx-menu.d.ts +2 -2
  1013. package/dist/models/wx-mp-conditional-menu.d.ts +2 -2
  1014. package/dist/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
  1015. package/dist/models/wx-mp-menu.d.ts +1 -1
  1016. package/dist/models/wx-mp-self-menu-button.d.ts +2 -2
  1017. package/dist/models/wx-mp-self-menu-info.d.ts +1 -1
  1018. package/models/access-abnormal-type-enum.ts +2 -2
  1019. package/models/access-appointment-record-add-vo.ts +17 -8
  1020. package/models/access-appointment-record-details-dto.ts +20 -11
  1021. package/models/access-appointment-record-process-approval-user-dto.ts +1 -1
  1022. package/models/access-appointment-record-process-details-dto.ts +12 -6
  1023. package/models/access-approval-config-vo.ts +2 -2
  1024. package/models/access-blacklist-add-vo.ts +6 -0
  1025. package/models/access-blacklist-details-dto.ts +6 -0
  1026. package/models/access-blacklist-update-vo.ts +6 -0
  1027. package/models/access-company-config-entity.ts +1 -1
  1028. package/models/access-config-entity.ts +7 -1
  1029. package/models/access-config-vo.ts +7 -1
  1030. package/models/access-record-details-dto.ts +9 -9
  1031. package/models/access-record-summary-details-dto.ts +14 -8
  1032. package/models/access-record-summary-list-dto.ts +13 -7
  1033. package/models/access-vehicle-length-enum.ts +6 -6
  1034. package/models/access-visitor-person-type-config-vo.ts +3 -3
  1035. package/models/access-whitelist-application-add-vo.ts +4 -4
  1036. package/models/access-whitelist-application-batch-import-template-dto.ts +9 -3
  1037. package/models/access-whitelist-application-details-dto.ts +6 -6
  1038. package/models/access-whitelist-application-process-details-dto.ts +12 -6
  1039. package/models/access-whitelist-application-update-vo.ts +1 -1
  1040. package/models/app-login-wx-chat-dto.ts +1 -1
  1041. package/models/area-park-dto.ts +1 -1
  1042. package/models/base-error-result.ts +1 -1
  1043. package/models/calendar-entity.ts +1 -1
  1044. package/models/center-list-dto.ts +1 -1
  1045. package/models/cuser-info.ts +1 -1
  1046. package/models/dashboard-access-search-dto.ts +15 -3
  1047. package/models/dashboard-access-source-group-stats-vo.ts +1 -1
  1048. package/models/dashboard-base-search-dto.ts +12 -0
  1049. package/models/dashboard-equipment-park-group-stats-vo.ts +1 -1
  1050. package/models/dashboard-equipment-search-dto.ts +12 -0
  1051. package/models/dashboard-equipment-system-group-stats-vo.ts +1 -1
  1052. package/models/dashboard-park-statistics-vo.ts +42 -0
  1053. package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +7 -1
  1054. package/models/dashboard-surveillance-park-group-stats-vo.ts +18 -0
  1055. package/models/dashboard-surveillance-search-dto.ts +13 -1
  1056. package/models/dashboard-work-order-by-park-search-dto.ts +17 -11
  1057. package/models/dashboard-work-order-by-work-order-type-search-dto.ts +14 -8
  1058. package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +19 -1
  1059. package/models/dashboard-work-order-issue-type-group-stats-vo.ts +1 -1
  1060. package/models/dashboard-work-order-list-search-dto.ts +22 -16
  1061. package/models/dashboard-work-order-type-group-stats-vo.ts +2 -2
  1062. package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +1 -1
  1063. package/models/dept-relation-dto.ts +2 -2
  1064. package/models/dept-relation.ts +2 -2
  1065. package/models/disaster-warning-standard-add-or-update-vo.ts +1 -1
  1066. package/models/disaster-warning-standard-entity.ts +1 -1
  1067. package/models/disaster-warning-standard-import-dto.ts +1 -1
  1068. package/models/emission-standard-enum.ts +32 -0
  1069. package/models/energy-cost-add-record-dto.ts +183 -0
  1070. package/models/energy-cost-add-setting-dto.ts +33 -0
  1071. package/models/energy-cost-add-setting-dtopark-setting-item.ts +52 -0
  1072. package/models/energy-cost-add-setting-dtopark-setting.ts +53 -0
  1073. package/models/energy-cost-edit-record-dto.ts +189 -0
  1074. package/models/energy-cost-month-setting-list-summary-standards-vo.ts +106 -0
  1075. package/models/energy-cost-month-setting-list-vo.ts +116 -0
  1076. package/models/energy-cost-record-bill-info-vo.ts +54 -0
  1077. package/models/energy-cost-record-info-not-emun-vo.ts +213 -0
  1078. package/models/energy-cost-record-info-vo.ts +246 -0
  1079. package/models/energy-cost-scenarios-info-not-enum-vo.ts +126 -0
  1080. package/models/energy-cost-scenarios-info-vo.ts +153 -0
  1081. package/models/energy-cost-setting-delete-dto.ts +50 -0
  1082. package/models/energy-cost-setting-summy-add-dto.ts +50 -0
  1083. package/models/energy-cost-setting-summy-update-dto.ts +36 -0
  1084. package/models/energy-cost-update-setting-dto.ts +52 -0
  1085. package/models/equipment-add-redis-list-dto.ts +1 -1
  1086. package/models/equipment-detail-dto.ts +2 -2
  1087. package/models/equipment-edit-batch-vo.ts +1 -1
  1088. package/models/equipment-edit-vo.ts +2 -2
  1089. package/models/equipment-search-system-dto.ts +3 -3
  1090. package/models/equipment-search-vo.ts +1 -1
  1091. package/models/equipment-status-stats-vo.ts +1 -1
  1092. package/models/equipment-tree-details-dto.ts +2 -2
  1093. package/models/equipment-tree-dto.ts +1 -1
  1094. package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +1 -1
  1095. package/models/excel-import-result-dtocalendar-export-dto.ts +1 -1
  1096. package/models/excel-import-result-dtodisaster-warning-standard-import-dto.ts +1 -1
  1097. package/models/excel-import-result-dtoequipment-excel-add-dto.ts +1 -1
  1098. package/models/excel-import-result-dtoinspection-standard-import-dto.ts +1 -1
  1099. package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +1 -1
  1100. package/models/excel-import-result-dtosurveillance-batch-import-template-dto.ts +1 -1
  1101. package/models/excel-import-result-dtosurveillance-settings-export-dto.ts +1 -1
  1102. package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +1 -1
  1103. package/models/exploration-work-order-add-vo.ts +3 -3
  1104. package/models/exploration-work-order-details-dto.ts +9 -9
  1105. package/models/exploration-work-order-info.ts +2 -2
  1106. package/models/followup-work-order-dto.ts +1 -1
  1107. package/models/group-dept-vo.ts +1 -1
  1108. package/models/index.ts +36 -1
  1109. package/models/inspection-handle-req.ts +1 -1
  1110. package/models/inspection-point-item.ts +1 -1
  1111. package/models/inspection-point.ts +16 -1
  1112. package/models/inspection-standard-add-or-update-vo.ts +4 -4
  1113. package/models/inspection-standard-dto.ts +4 -4
  1114. package/models/inspection-standard-entity.ts +5 -5
  1115. package/models/inspection-standard-import-dto.ts +2 -2
  1116. package/models/insurance-work-order-issue-vo.ts +1 -1
  1117. package/models/insurance-work-order-vo.ts +1 -1
  1118. package/models/iot-device-unit-delete-dto.ts +48 -0
  1119. package/models/ipage-energy-cost-record-info-vo.ts +70 -0
  1120. package/models/item.ts +87 -0
  1121. package/models/json-result-access-appointment-record-details-dto.ts +2 -2
  1122. package/models/json-result-access-blacklist-details-dto.ts +2 -2
  1123. package/models/json-result-access-company-config-entity.ts +2 -2
  1124. package/models/json-result-access-config-entity.ts +2 -2
  1125. package/models/json-result-access-record-summary-details-dto.ts +2 -2
  1126. package/models/json-result-access-whitelist-application-details-dto.ts +2 -2
  1127. package/models/json-result-admission-terms-record-details-dto.ts +2 -2
  1128. package/models/json-result-applet-user-type-dto.ts +2 -2
  1129. package/models/json-result-big-decimal.ts +1 -1
  1130. package/models/json-result-boolean.ts +1 -1
  1131. package/models/json-result-calendar-entity.ts +2 -2
  1132. package/models/json-result-dashboard-park-statistics-vo.ts +72 -0
  1133. package/models/json-result-disaster-warning-standard-entity.ts +2 -2
  1134. package/models/json-result-energy-cost-record-bill-info-vo.ts +72 -0
  1135. package/models/json-result-energy-cost-record-info-not-emun-vo.ts +72 -0
  1136. package/models/{json-result-work-order-spot-check-dto.ts → json-result-energy-cost-record-info-vo.ts} +13 -13
  1137. package/models/json-result-equipment-add-redis-list-dto.ts +2 -2
  1138. package/models/json-result-equipment-detail-dto.ts +2 -2
  1139. package/models/json-result-equipment-search-system-dto.ts +2 -2
  1140. package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +2 -2
  1141. package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +2 -2
  1142. package/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.ts +2 -2
  1143. package/models/json-result-excel-import-result-dtoequipment-excel-add-dto.ts +2 -2
  1144. package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +2 -2
  1145. package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +2 -2
  1146. package/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.ts +2 -2
  1147. package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +2 -2
  1148. package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +2 -2
  1149. package/models/json-result-exploration-work-order-details-dto.ts +2 -2
  1150. package/models/json-result-file-dto.ts +2 -2
  1151. package/models/json-result-group-dept-vo.ts +2 -2
  1152. package/models/json-result-inspection-standard-entity.ts +2 -2
  1153. package/models/json-result-integer.ts +1 -1
  1154. package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
  1155. package/models/json-result-json-result-list-space-tree-dto.ts +2 -2
  1156. package/models/json-result-list-access-appointment-record-process-details-dto.ts +2 -2
  1157. package/models/json-result-list-access-company-config-entity.ts +2 -2
  1158. package/models/json-result-list-access-whitelist-application-process-details-dto.ts +2 -2
  1159. package/models/json-result-list-address-region-entity.ts +2 -2
  1160. package/models/json-result-list-applet-sys-user-drop-down-box-list-dto.ts +2 -2
  1161. package/models/json-result-list-area-park-dto.ts +2 -2
  1162. package/models/json-result-list-calendar-entity.ts +2 -2
  1163. package/models/json-result-list-center-list-dto.ts +2 -2
  1164. package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +2 -2
  1165. package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +2 -2
  1166. package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +2 -2
  1167. package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +2 -2
  1168. package/models/json-result-list-dashboard-series-stats-base-vo.ts +2 -2
  1169. package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +2 -2
  1170. package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +2 -2
  1171. package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +2 -2
  1172. package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +2 -2
  1173. package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +2 -2
  1174. package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +72 -0
  1175. package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
  1176. package/models/json-result-list-equipment-detail-dto.ts +2 -2
  1177. package/models/json-result-list-equipment-qr-code-dto.ts +2 -2
  1178. package/models/json-result-list-equipment-system-tree-dto.ts +2 -2
  1179. package/models/json-result-list-equipment-tree-dto.ts +2 -2
  1180. package/models/json-result-list-inspection-point.ts +2 -2
  1181. package/models/json-result-list-inspection-standard-entity.ts +2 -2
  1182. package/models/json-result-list-maintenance-standard-entity.ts +2 -2
  1183. package/models/json-result-list-park-list-dto.ts +2 -2
  1184. package/models/json-result-list-plan-calendar-list-vo.ts +2 -2
  1185. package/models/json-result-list-plan-calendar-vo.ts +2 -2
  1186. package/models/json-result-list-space-image-detail-dto.ts +2 -2
  1187. package/models/json-result-list-space-point-dto.ts +2 -2
  1188. package/models/json-result-list-space-qr-code-dto.ts +2 -2
  1189. package/models/json-result-list-space-tree-dto.ts +2 -2
  1190. package/models/json-result-list-space-url-dto.ts +2 -2
  1191. package/models/json-result-list-srm-center-vo.ts +2 -2
  1192. package/models/json-result-list-supplier-select-dto.ts +2 -2
  1193. package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +2 -2
  1194. package/models/json-result-list-sys-dept-drop-down-box-list-dto.ts +2 -2
  1195. package/models/json-result-list-sys-dept.ts +2 -2
  1196. package/models/json-result-list-sys-user-drop-down-box-list-dto.ts +2 -2
  1197. package/models/json-result-list-work-order-circulation-settings-entity.ts +2 -2
  1198. package/models/json-result-list-work-order-circulation-vo.ts +2 -2
  1199. package/models/json-result-list-work-order-comment-entity.ts +2 -2
  1200. package/models/json-result-list-work-order-dept-settings-entity.ts +2 -2
  1201. package/models/json-result-list-work-order-inspection-detail-dto.ts +2 -2
  1202. package/models/json-result-list-work-order-issue-type-settings-entity.ts +2 -2
  1203. package/models/json-result-list-work-order-push-settings-entity.ts +2 -2
  1204. package/models/json-result-list-work-order-spot-check-dto.ts +72 -0
  1205. package/models/json-result-list-work-order-step-by-step-push-user-details-dto.ts +2 -2
  1206. package/models/json-result-list-work-order-type-settings-entity.ts +2 -2
  1207. package/models/json-result-maintenance-standard-entity.ts +2 -2
  1208. package/models/json-result-map-string-object.ts +69 -0
  1209. package/models/json-result-monitoring-coverage-alert-work-order-details-dto.ts +2 -2
  1210. package/models/json-result-network-monitor-repair-details-dto.ts +2 -2
  1211. package/models/json-result-notice-entity.ts +2 -2
  1212. package/models/json-result-offline-alert-work-order-details-dto.ts +2 -2
  1213. package/models/json-result-page-dto-access-appointment-record-details-dto.ts +2 -2
  1214. package/models/json-result-page-dto-access-blacklist-details-dto.ts +2 -2
  1215. package/models/json-result-page-dto-access-record-summary-list-dto.ts +2 -2
  1216. package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +2 -2
  1217. package/models/json-result-page-dto-admission-terms-record-list-dto.ts +2 -2
  1218. package/models/json-result-page-dto-disaster-warning-standard-entity.ts +2 -2
  1219. package/models/json-result-page-dto-equipment-search-system-dto.ts +2 -2
  1220. package/models/json-result-page-dto-inspection-standard-dto.ts +2 -2
  1221. package/models/json-result-page-dto-maintenance-standard-dto.ts +2 -2
  1222. package/models/json-result-page-dto-open-api-equipment-list-dto.ts +2 -2
  1223. package/models/json-result-page-dto-plan-search-dto.ts +2 -2
  1224. package/models/json-result-page-dto-supplier-contract-details-dto.ts +2 -2
  1225. package/models/json-result-page-dto-surveillance-details-dto.ts +2 -2
  1226. package/models/json-result-page-dto-sys-user-msg-dto.ts +2 -2
  1227. package/models/json-result-page-dto-work-order-group-equipment-dto.ts +72 -0
  1228. package/models/json-result-page-dto-work-order-search-dto.ts +2 -2
  1229. package/models/json-result-park-info-dto.ts +2 -2
  1230. package/models/json-result-park-settings-details-dto.ts +2 -2
  1231. package/models/json-result-period-detail-resp.ts +2 -2
  1232. package/models/json-result-plan-detail-dto.ts +2 -2
  1233. package/models/json-result-space-add-redis-list-dto.ts +2 -2
  1234. package/models/json-result-space-image-detail-dto.ts +2 -2
  1235. package/models/json-result-srm-center-entity.ts +2 -2
  1236. package/models/json-result-string.ts +1 -1
  1237. package/models/json-result-supplier-contract-details-dto.ts +2 -2
  1238. package/models/json-result-supplier-entity.ts +2 -2
  1239. package/models/json-result-surveillance-count-dto.ts +2 -2
  1240. package/models/json-result-surveillance-details-dto.ts +2 -2
  1241. package/models/json-result-surveillance-live-dto.ts +2 -2
  1242. package/models/json-result-surveillance-settings-details-dto.ts +2 -2
  1243. package/models/json-result-surveillance-settings-polling-dto.ts +2 -2
  1244. package/models/json-result-switch-park-v2-dto.ts +2 -2
  1245. package/models/json-result-sys-dept.ts +2 -2
  1246. package/models/json-result-sys-user-msg-dto.ts +2 -2
  1247. package/models/json-result-sys-user.ts +2 -2
  1248. package/models/json-result-user-add-redis-list-vo.ts +2 -2
  1249. package/models/json-result-user-settings-entity.ts +2 -2
  1250. package/models/json-result-violation-work-order-details-dto.ts +2 -2
  1251. package/models/json-result-void.ts +1 -1
  1252. package/models/json-result-work-order-dept-settings-entity.ts +2 -2
  1253. package/models/json-result-work-order-detail-dto.ts +2 -2
  1254. package/models/json-result-work-order-issue-type-settings-entity.ts +2 -2
  1255. package/models/json-result.ts +1 -1
  1256. package/models/maintenance-history-dto.ts +22 -1
  1257. package/models/maintenance-standard-add-or-update-vo.ts +2 -2
  1258. package/models/maintenance-standard-dto.ts +2 -2
  1259. package/models/maintenance-standard-entity.ts +3 -3
  1260. package/models/monitoring-coverage-alert-info.ts +13 -1
  1261. package/models/monitoring-coverage-alert-process-vo.ts +1 -1
  1262. package/models/monitoring-coverage-alert-reason-enum.ts +3 -1
  1263. package/models/monitoring-coverage-alert-work-order-details-dto.ts +7 -7
  1264. package/models/network-monitor-repair-add-vo.ts +3 -3
  1265. package/models/network-monitor-repair-details-dto.ts +14 -14
  1266. package/models/news-info.ts +1 -1
  1267. package/models/offline-alert-submit-vo.ts +1 -1
  1268. package/models/offline-alert-work-order-details-dto.ts +10 -10
  1269. package/models/offline-alert-work-order-info.ts +2 -2
  1270. package/models/offline-alert-work-order-vo.ts +1 -1
  1271. package/models/open-api-access-appointment-record-add-vo.ts +16 -7
  1272. package/models/open-api-access-appointment-record-delete-vo.ts +1 -1
  1273. package/models/open-api-equipment-list-dto.ts +2 -2
  1274. package/models/page-dto-access-appointment-record-details-dto.ts +1 -1
  1275. package/models/page-dto-access-blacklist-details-dto.ts +1 -1
  1276. package/models/page-dto-access-record-summary-list-dto.ts +1 -1
  1277. package/models/page-dto-access-whitelist-application-details-dto.ts +1 -1
  1278. package/models/page-dto-admission-terms-record-list-dto.ts +1 -1
  1279. package/models/page-dto-disaster-warning-standard-entity.ts +1 -1
  1280. package/models/page-dto-equipment-search-system-dto.ts +1 -1
  1281. package/models/page-dto-inspection-standard-dto.ts +1 -1
  1282. package/models/page-dto-maintenance-standard-dto.ts +1 -1
  1283. package/models/page-dto-open-api-equipment-list-dto.ts +1 -1
  1284. package/models/page-dto-plan-search-dto.ts +1 -1
  1285. package/models/page-dto-supplier-contract-details-dto.ts +1 -1
  1286. package/models/page-dto-surveillance-details-dto.ts +1 -1
  1287. package/models/page-dto-sys-user-msg-dto.ts +1 -1
  1288. package/models/page-dto-work-order-group-equipment-dto.ts +39 -0
  1289. package/models/page-dto-work-order-search-dto.ts +1 -1
  1290. package/models/park-info-dto.ts +7 -1
  1291. package/models/park-info-edit-vo.ts +7 -1
  1292. package/models/park-list-dto.ts +17 -0
  1293. package/models/park.ts +1 -1
  1294. package/models/period-detail-resp.ts +12 -12
  1295. package/models/plan-add-vo.ts +9 -9
  1296. package/models/plan-calendar-list-vo.ts +5 -5
  1297. package/models/plan-detail-dto.ts +9 -9
  1298. package/models/plan-edit-vo.ts +9 -9
  1299. package/models/plan-inspection-items-dto.ts +3 -3
  1300. package/models/plan-item-add-vo.ts +2 -2
  1301. package/models/plan-item-edit-vo.ts +2 -2
  1302. package/models/plan-search-dto.ts +9 -9
  1303. package/models/pricing-item.ts +59 -0
  1304. package/models/process-work-order-vo.ts +1 -1
  1305. package/models/safety-smart-fire-record-gizone-dto.ts +1 -1
  1306. package/models/save-period-work-order-detail-req.ts +1 -1
  1307. package/models/sms-captcha-vo.ts +1 -1
  1308. package/models/source-work-order-dto.ts +1 -1
  1309. package/models/source-work-order-inspection-dto.ts +1 -1
  1310. package/models/space-add-excel-dto.ts +0 -6
  1311. package/models/space-add-redis-list-dto.ts +1 -1
  1312. package/models/space-add-vo.ts +2 -2
  1313. package/models/space-detail-dto.ts +4 -4
  1314. package/models/space-edit-vo.ts +2 -2
  1315. package/models/space-image-detail-dto.ts +2 -2
  1316. package/models/space-tree-dto.ts +3 -3
  1317. package/models/space.ts +1 -1
  1318. package/models/srm-center-entity.ts +1 -1
  1319. package/models/srm-center-vo.ts +1 -1
  1320. package/models/srm-level-add-dto.ts +1 -1
  1321. package/models/sub-buttons.ts +1 -1
  1322. package/models/supplier-add-vo.ts +2 -2
  1323. package/models/supplier-edit-vo.ts +2 -2
  1324. package/models/supplier-entity.ts +2 -2
  1325. package/models/surveillance-batch-import-template-dto.ts +19 -7
  1326. package/models/surveillance-details-dto.ts +13 -7
  1327. package/models/surveillance-entity.ts +185 -0
  1328. package/models/surveillance-settings-coverage-standard-dto.ts +1 -1
  1329. package/models/surveillance-settings-polling-dto.ts +2 -2
  1330. package/models/surveillance-settings-polling-vo.ts +2 -2
  1331. package/models/surveillance-update-vo.ts +8 -2
  1332. package/models/switch-pak-body-v2-vo.ts +1 -1
  1333. package/models/sync-equipment-status-vo.ts +1 -1
  1334. package/models/sync-equipment-vo.ts +1 -1
  1335. package/models/sys-user-info-dto.ts +3 -3
  1336. package/models/sys-user-msg-dto.ts +2 -2
  1337. package/models/sys-user.ts +4 -4
  1338. package/models/user-add-redis-list-vo.ts +1 -1
  1339. package/models/user-roles-and-permissions-dto.ts +1 -1
  1340. package/models/violation-decision-vo.ts +20 -2
  1341. package/models/violation-issue-type-enum.ts +2 -1
  1342. package/models/violation-work-order-add-vo.ts +10 -4
  1343. package/models/violation-work-order-details-dto.ts +12 -12
  1344. package/models/violation-work-order-info.ts +22 -4
  1345. package/models/work-order-add-vo.ts +3 -3
  1346. package/models/work-order-circulation-settings-add-or-update-vo.ts +2 -2
  1347. package/models/work-order-circulation-settings-entity.ts +2 -2
  1348. package/models/work-order-circulation-vo.ts +1 -1
  1349. package/models/work-order-decision-vo.ts +2 -2
  1350. package/models/work-order-dept-settings-entity.ts +1 -1
  1351. package/models/work-order-detail-dto.ts +14 -14
  1352. package/models/work-order-ext-data.ts +5 -5
  1353. package/models/work-order-group-equipment-dto.ts +186 -0
  1354. package/models/work-order-group-equipment-dtoinspection-item.ts +42 -0
  1355. package/models/work-order-handler-dto.ts +1 -1
  1356. package/models/work-order-internal-status-enum.ts +1 -0
  1357. package/models/work-order-issue-type-settings-add-or-update-vo.ts +2 -2
  1358. package/models/work-order-issue-type-settings-entity.ts +2 -2
  1359. package/models/work-order-msg-remind-config-info.ts +2 -2
  1360. package/models/work-order-push-settings-entity.ts +1 -1
  1361. package/models/work-order-push-settings-save-or-update-vo.ts +1 -1
  1362. package/models/work-order-push-settings-vo.ts +1 -1
  1363. package/models/work-order-report-vo.ts +3 -3
  1364. package/models/work-order-search-dto.ts +7 -7
  1365. package/models/work-order-spot-check-dto.ts +23 -23
  1366. package/models/work-order-staging-data-vo.ts +1 -1
  1367. package/models/work-order-submit-vo.ts +2 -2
  1368. package/models/work-order-type-msg-remind-config-add-or-update-vo.ts +2 -2
  1369. package/models/work-order-type-settings-entity.ts +2 -2
  1370. package/models/wx-ma-user-info.ts +1 -1
  1371. package/models/wx-menu.ts +2 -2
  1372. package/models/wx-mp-conditional-menu.ts +2 -2
  1373. package/models/wx-mp-get-self-menu-info-result.ts +1 -1
  1374. package/models/wx-mp-menu.ts +1 -1
  1375. package/models/wx-mp-self-menu-button.ts +2 -2
  1376. package/models/wx-mp-self-menu-info.ts +1 -1
  1377. package/package.json +4 -4
  1378. /package/dist/esm/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
  1379. /package/dist/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
@@ -40,7 +40,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
40
40
  * @param {*} [options] Override http request option.
41
41
  * @throws {RequiredError}
42
42
  */
43
- add1: (parkId_1, parkPushSettingsAddBO_1, ...args_1) => __awaiter(this, [parkId_1, parkPushSettingsAddBO_1, ...args_1], void 0, function* (parkId, parkPushSettingsAddBO, options = {}) {
43
+ add1: (parkId, parkPushSettingsAddBO, options = {}) => __awaiter(this, void 0, void 0, function* () {
44
44
  // verify required parameter 'parkId' is not null or undefined
45
45
  assertParamExists('add1', 'parkId', parkId);
46
46
  // verify required parameter 'parkPushSettingsAddBO' is not null or undefined
@@ -77,7 +77,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
77
77
  * @param {*} [options] Override http request option.
78
78
  * @throws {RequiredError}
79
79
  */
80
- addOrUpdate: (keyConfig_1, userSettingsUpdateBO_1, ...args_1) => __awaiter(this, [keyConfig_1, userSettingsUpdateBO_1, ...args_1], void 0, function* (keyConfig, userSettingsUpdateBO, options = {}) {
80
+ addOrUpdate: (keyConfig, userSettingsUpdateBO, options = {}) => __awaiter(this, void 0, void 0, function* () {
81
81
  // verify required parameter 'keyConfig' is not null or undefined
82
82
  assertParamExists('addOrUpdate', 'keyConfig', keyConfig);
83
83
  // verify required parameter 'userSettingsUpdateBO' is not null or undefined
@@ -112,7 +112,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
112
112
  * @param {*} [options] Override http request option.
113
113
  * @throws {RequiredError}
114
114
  */
115
- calendarBatchImportConfirm: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
115
+ calendarBatchImportConfirm: (options = {}) => __awaiter(this, void 0, void 0, function* () {
116
116
  const localVarPath = `/calendar/batchImport/confirm`;
117
117
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
118
118
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -140,7 +140,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
140
140
  * @param {*} [options] Override http request option.
141
141
  * @throws {RequiredError}
142
142
  */
143
- calendarBatchImportPreView: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
143
+ calendarBatchImportPreView: (options = {}) => __awaiter(this, void 0, void 0, function* () {
144
144
  const localVarPath = `/calendar/batchImport/preView`;
145
145
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
146
146
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -169,7 +169,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
169
169
  * @param {*} [options] Override http request option.
170
170
  * @throws {RequiredError}
171
171
  */
172
- calendarBatchImportTemplate: (language_1, ...args_1) => __awaiter(this, [language_1, ...args_1], void 0, function* (language, options = {}) {
172
+ calendarBatchImportTemplate: (language, options = {}) => __awaiter(this, void 0, void 0, function* () {
173
173
  const localVarPath = `/calendar/batchImport/template`;
174
174
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
175
175
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -203,7 +203,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
203
203
  * @param {*} [options] Override http request option.
204
204
  * @throws {RequiredError}
205
205
  */
206
- calendarBatchImportUpload: (parkId_1, file_1, language_1, ...args_1) => __awaiter(this, [parkId_1, file_1, language_1, ...args_1], void 0, function* (parkId, file, language, options = {}) {
206
+ calendarBatchImportUpload: (parkId, file, language, options = {}) => __awaiter(this, void 0, void 0, function* () {
207
207
  // verify required parameter 'parkId' is not null or undefined
208
208
  assertParamExists('calendarBatchImportUpload', 'parkId', parkId);
209
209
  // verify required parameter 'file' is not null or undefined
@@ -249,7 +249,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
249
249
  * @param {*} [options] Override http request option.
250
250
  * @throws {RequiredError}
251
251
  */
252
- calendarExport: (year_1, language_1, ...args_1) => __awaiter(this, [year_1, language_1, ...args_1], void 0, function* (year, language, options = {}) {
252
+ calendarExport: (year, language, options = {}) => __awaiter(this, void 0, void 0, function* () {
253
253
  // verify required parameter 'year' is not null or undefined
254
254
  assertParamExists('calendarExport', 'year', year);
255
255
  const localVarPath = `/calendar/export/{year}`
@@ -286,7 +286,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
286
286
  * @param {*} [options] Override http request option.
287
287
  * @throws {RequiredError}
288
288
  */
289
- deptConfigAddOrUpdate: (deptId_1, configKey_1, body_1, ...args_1) => __awaiter(this, [deptId_1, configKey_1, body_1, ...args_1], void 0, function* (deptId, configKey, body, options = {}) {
289
+ deptConfigAddOrUpdate: (deptId, configKey, body, options = {}) => __awaiter(this, void 0, void 0, function* () {
290
290
  // verify required parameter 'deptId' is not null or undefined
291
291
  assertParamExists('deptConfigAddOrUpdate', 'deptId', deptId);
292
292
  // verify required parameter 'configKey' is not null or undefined
@@ -326,7 +326,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
326
326
  * @param {*} [options] Override http request option.
327
327
  * @throws {RequiredError}
328
328
  */
329
- deptConfigSelectByParkAndKey: (deptId_1, configKey_1, ...args_1) => __awaiter(this, [deptId_1, configKey_1, ...args_1], void 0, function* (deptId, configKey, options = {}) {
329
+ deptConfigSelectByParkAndKey: (deptId, configKey, options = {}) => __awaiter(this, void 0, void 0, function* () {
330
330
  // verify required parameter 'deptId' is not null or undefined
331
331
  assertParamExists('deptConfigSelectByParkAndKey', 'deptId', deptId);
332
332
  // verify required parameter 'configKey' is not null or undefined
@@ -361,7 +361,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
361
361
  * @param {*} [options] Override http request option.
362
362
  * @throws {RequiredError}
363
363
  */
364
- getByDate: (date_1, ...args_1) => __awaiter(this, [date_1, ...args_1], void 0, function* (date, options = {}) {
364
+ getByDate: (date, options = {}) => __awaiter(this, void 0, void 0, function* () {
365
365
  // verify required parameter 'date' is not null or undefined
366
366
  assertParamExists('getByDate', 'date', date);
367
367
  const localVarPath = `/calendar/getByDate`;
@@ -397,7 +397,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
397
397
  * @param {*} [options] Override http request option.
398
398
  * @throws {RequiredError}
399
399
  */
400
- parkInit: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
400
+ parkInit: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
401
401
  // verify required parameter 'parkId' is not null or undefined
402
402
  assertParamExists('parkInit', 'parkId', parkId);
403
403
  const localVarPath = `/park/{parkId}/init`
@@ -429,7 +429,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
429
429
  * @param {*} [options] Override http request option.
430
430
  * @throws {RequiredError}
431
431
  */
432
- parkInitDept: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
432
+ parkInitDept: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
433
433
  // verify required parameter 'parkId' is not null or undefined
434
434
  assertParamExists('parkInitDept', 'parkId', parkId);
435
435
  const localVarPath = `/park/{parkId}/init/dept`
@@ -461,7 +461,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
461
461
  * @param {*} [options] Override http request option.
462
462
  * @throws {RequiredError}
463
463
  */
464
- parkInitRole: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
464
+ parkInitRole: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
465
465
  // verify required parameter 'parkId' is not null or undefined
466
466
  assertParamExists('parkInitRole', 'parkId', parkId);
467
467
  const localVarPath = `/park/{parkId}/init/role`
@@ -493,7 +493,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
493
493
  * @param {*} [options] Override http request option.
494
494
  * @throws {RequiredError}
495
495
  */
496
- parkInitWorkOrderDeptSettings: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
496
+ parkInitWorkOrderDeptSettings: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
497
497
  // verify required parameter 'parkId' is not null or undefined
498
498
  assertParamExists('parkInitWorkOrderDeptSettings', 'parkId', parkId);
499
499
  const localVarPath = `/park/{parkId}/init/workOrderDeptSettings`
@@ -525,7 +525,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
525
525
  * @param {*} [options] Override http request option.
526
526
  * @throws {RequiredError}
527
527
  */
528
- parkInitWorkOrderIssueTypeExecutionTimeSettings: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
528
+ parkInitWorkOrderIssueTypeExecutionTimeSettings: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
529
529
  // verify required parameter 'parkId' is not null or undefined
530
530
  assertParamExists('parkInitWorkOrderIssueTypeExecutionTimeSettings', 'parkId', parkId);
531
531
  const localVarPath = `/park/{parkId}/init/workOrderIssueTypeExecutionTimeSettings`
@@ -557,7 +557,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
557
557
  * @param {*} [options] Override http request option.
558
558
  * @throws {RequiredError}
559
559
  */
560
- parkInitWorkOrderIssueTypeSettings: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
560
+ parkInitWorkOrderIssueTypeSettings: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
561
561
  // verify required parameter 'parkId' is not null or undefined
562
562
  assertParamExists('parkInitWorkOrderIssueTypeSettings', 'parkId', parkId);
563
563
  const localVarPath = `/park/{parkId}/init/workOrderIssueTypeSettings`
@@ -590,7 +590,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
590
590
  * @param {*} [options] Override http request option.
591
591
  * @throws {RequiredError}
592
592
  */
593
- sectionQuery: (start_1, end_1, ...args_1) => __awaiter(this, [start_1, end_1, ...args_1], void 0, function* (start, end, options = {}) {
593
+ sectionQuery: (start, end, options = {}) => __awaiter(this, void 0, void 0, function* () {
594
594
  const localVarPath = `/calendar/sectionQuery`;
595
595
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
596
596
  const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
@@ -629,7 +629,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
629
629
  * @param {*} [options] Override http request option.
630
630
  * @throws {RequiredError}
631
631
  */
632
- selectList: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
632
+ selectList: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
633
633
  // verify required parameter 'parkId' is not null or undefined
634
634
  assertParamExists('selectList', 'parkId', parkId);
635
635
  const localVarPath = `/parkPushSettings/{parkId}`
@@ -662,7 +662,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
662
662
  * @param {*} [options] Override http request option.
663
663
  * @throws {RequiredError}
664
664
  */
665
- selectUserSettingsDetails: (keyConfig_1, parkId_1, ...args_1) => __awaiter(this, [keyConfig_1, parkId_1, ...args_1], void 0, function* (keyConfig, parkId, options = {}) {
665
+ selectUserSettingsDetails: (keyConfig, parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
666
666
  // verify required parameter 'keyConfig' is not null or undefined
667
667
  assertParamExists('selectUserSettingsDetails', 'keyConfig', keyConfig);
668
668
  const localVarPath = `/gizone/userSettings/{keyConfig}`
@@ -697,7 +697,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
697
697
  * @param {*} [options] Override http request option.
698
698
  * @throws {RequiredError}
699
699
  */
700
- updateOrAdd: (calendarSaveUpdateDto_1, ...args_1) => __awaiter(this, [calendarSaveUpdateDto_1, ...args_1], void 0, function* (calendarSaveUpdateDto, options = {}) {
700
+ updateOrAdd: (calendarSaveUpdateDto, options = {}) => __awaiter(this, void 0, void 0, function* () {
701
701
  // verify required parameter 'calendarSaveUpdateDto' is not null or undefined
702
702
  assertParamExists('updateOrAdd', 'calendarSaveUpdateDto', calendarSaveUpdateDto);
703
703
  const localVarPath = `/calendar/updateOrAdd`;
@@ -731,7 +731,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
731
731
  * @param {*} [options] Override http request option.
732
732
  * @throws {RequiredError}
733
733
  */
734
- workOrderCirculationSettingsAddOrUpdate: (parkId_1, workOrderCirculationSettingsAddOrUpdateVo_1, ...args_1) => __awaiter(this, [parkId_1, workOrderCirculationSettingsAddOrUpdateVo_1, ...args_1], void 0, function* (parkId, workOrderCirculationSettingsAddOrUpdateVo, options = {}) {
734
+ workOrderCirculationSettingsAddOrUpdate: (parkId, workOrderCirculationSettingsAddOrUpdateVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
735
735
  // verify required parameter 'parkId' is not null or undefined
736
736
  assertParamExists('workOrderCirculationSettingsAddOrUpdate', 'parkId', parkId);
737
737
  // verify required parameter 'workOrderCirculationSettingsAddOrUpdateVo' is not null or undefined
@@ -767,7 +767,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
767
767
  * @param {*} [options] Override http request option.
768
768
  * @throws {RequiredError}
769
769
  */
770
- workOrderCirculationSettingsList: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
770
+ workOrderCirculationSettingsList: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
771
771
  // verify required parameter 'parkId' is not null or undefined
772
772
  assertParamExists('workOrderCirculationSettingsList', 'parkId', parkId);
773
773
  const localVarPath = `/gizone/workOrderCirculationSettings/{parkId}`
@@ -801,7 +801,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
801
801
  * @param {*} [options] Override http request option.
802
802
  * @throws {RequiredError}
803
803
  */
804
- workOrderDeptSettingsAddOrUpdate: (parkId_1, workOrderType_1, workOrderDeptSettingsAddOrUpdateVO_1, ...args_1) => __awaiter(this, [parkId_1, workOrderType_1, workOrderDeptSettingsAddOrUpdateVO_1, ...args_1], void 0, function* (parkId, workOrderType, workOrderDeptSettingsAddOrUpdateVO, options = {}) {
804
+ workOrderDeptSettingsAddOrUpdate: (parkId, workOrderType, workOrderDeptSettingsAddOrUpdateVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
805
805
  // verify required parameter 'parkId' is not null or undefined
806
806
  assertParamExists('workOrderDeptSettingsAddOrUpdate', 'parkId', parkId);
807
807
  // verify required parameter 'workOrderType' is not null or undefined
@@ -841,7 +841,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
841
841
  * @param {*} [options] Override http request option.
842
842
  * @throws {RequiredError}
843
843
  */
844
- workOrderDeptSettingsSelectByWorkOrderType: (parkId_1, workOrderType_1, ...args_1) => __awaiter(this, [parkId_1, workOrderType_1, ...args_1], void 0, function* (parkId, workOrderType, options = {}) {
844
+ workOrderDeptSettingsSelectByWorkOrderType: (parkId, workOrderType, options = {}) => __awaiter(this, void 0, void 0, function* () {
845
845
  // verify required parameter 'parkId' is not null or undefined
846
846
  assertParamExists('workOrderDeptSettingsSelectByWorkOrderType', 'parkId', parkId);
847
847
  // verify required parameter 'workOrderType' is not null or undefined
@@ -878,7 +878,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
878
878
  * @param {*} [options] Override http request option.
879
879
  * @throws {RequiredError}
880
880
  */
881
- workOrderDeptSettingsSelectByWorkOrderTypeAndKey: (parkId_1, workOrderType_1, key_1, ...args_1) => __awaiter(this, [parkId_1, workOrderType_1, key_1, ...args_1], void 0, function* (parkId, workOrderType, key, options = {}) {
881
+ workOrderDeptSettingsSelectByWorkOrderTypeAndKey: (parkId, workOrderType, key, options = {}) => __awaiter(this, void 0, void 0, function* () {
882
882
  // verify required parameter 'parkId' is not null or undefined
883
883
  assertParamExists('workOrderDeptSettingsSelectByWorkOrderTypeAndKey', 'parkId', parkId);
884
884
  // verify required parameter 'workOrderType' is not null or undefined
@@ -918,7 +918,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
918
918
  * @param {*} [options] Override http request option.
919
919
  * @throws {RequiredError}
920
920
  */
921
- workOrderIssueTypeSelectByWorkOrderIssueType: (parkId_1, workOrderType_1, workOrderIssueType_1, ...args_1) => __awaiter(this, [parkId_1, workOrderType_1, workOrderIssueType_1, ...args_1], void 0, function* (parkId, workOrderType, workOrderIssueType, options = {}) {
921
+ workOrderIssueTypeSelectByWorkOrderIssueType: (parkId, workOrderType, workOrderIssueType, options = {}) => __awaiter(this, void 0, void 0, function* () {
922
922
  // verify required parameter 'parkId' is not null or undefined
923
923
  assertParamExists('workOrderIssueTypeSelectByWorkOrderIssueType', 'parkId', parkId);
924
924
  // verify required parameter 'workOrderType' is not null or undefined
@@ -957,7 +957,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
957
957
  * @param {*} [options] Override http request option.
958
958
  * @throws {RequiredError}
959
959
  */
960
- workOrderIssueTypeSettingsAddOrUpdate: (parkId_1, workOrderIssueTypeSettingsAddOrUpdateVo_1, ...args_1) => __awaiter(this, [parkId_1, workOrderIssueTypeSettingsAddOrUpdateVo_1, ...args_1], void 0, function* (parkId, workOrderIssueTypeSettingsAddOrUpdateVo, options = {}) {
960
+ workOrderIssueTypeSettingsAddOrUpdate: (parkId, workOrderIssueTypeSettingsAddOrUpdateVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
961
961
  // verify required parameter 'parkId' is not null or undefined
962
962
  assertParamExists('workOrderIssueTypeSettingsAddOrUpdate', 'parkId', parkId);
963
963
  // verify required parameter 'workOrderIssueTypeSettingsAddOrUpdateVo' is not null or undefined
@@ -993,7 +993,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
993
993
  * @param {*} [options] Override http request option.
994
994
  * @throws {RequiredError}
995
995
  */
996
- workOrderIssueTypeSettingsSelectByParkId: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
996
+ workOrderIssueTypeSettingsSelectByParkId: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
997
997
  // verify required parameter 'parkId' is not null or undefined
998
998
  assertParamExists('workOrderIssueTypeSettingsSelectByParkId', 'parkId', parkId);
999
999
  const localVarPath = `/gizone/workOrder/executionTimeSettings/{parkId}`
@@ -1025,7 +1025,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
1025
1025
  * @param {*} [options] Override http request option.
1026
1026
  * @throws {RequiredError}
1027
1027
  */
1028
- workOrderPushSettingsList: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
1028
+ workOrderPushSettingsList: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1029
1029
  // verify required parameter 'parkId' is not null or undefined
1030
1030
  assertParamExists('workOrderPushSettingsList', 'parkId', parkId);
1031
1031
  const localVarPath = `/gizone/work/order/workOrderPushSettings/selectList`;
@@ -1059,7 +1059,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
1059
1059
  * @param {*} [options] Override http request option.
1060
1060
  * @throws {RequiredError}
1061
1061
  */
1062
- workOrderPushSettingsSaveOrUpdate: (workOrderPushSettingsVO_1, ...args_1) => __awaiter(this, [workOrderPushSettingsVO_1, ...args_1], void 0, function* (workOrderPushSettingsVO, options = {}) {
1062
+ workOrderPushSettingsSaveOrUpdate: (workOrderPushSettingsVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
1063
1063
  // verify required parameter 'workOrderPushSettingsVO' is not null or undefined
1064
1064
  assertParamExists('workOrderPushSettingsSaveOrUpdate', 'workOrderPushSettingsVO', workOrderPushSettingsVO);
1065
1065
  const localVarPath = `/gizone/work/order/workOrderPushSettings/saveOrUpdate`;
@@ -1093,7 +1093,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
1093
1093
  * @param {*} [options] Override http request option.
1094
1094
  * @throws {RequiredError}
1095
1095
  */
1096
- workOrderTypeSettingsAddMsgRemindConfig: (parkId_1, workOrderTypeMsgRemindConfigAddOrUpdateVo_1, ...args_1) => __awaiter(this, [parkId_1, workOrderTypeMsgRemindConfigAddOrUpdateVo_1, ...args_1], void 0, function* (parkId, workOrderTypeMsgRemindConfigAddOrUpdateVo, options = {}) {
1096
+ workOrderTypeSettingsAddMsgRemindConfig: (parkId, workOrderTypeMsgRemindConfigAddOrUpdateVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
1097
1097
  // verify required parameter 'parkId' is not null or undefined
1098
1098
  assertParamExists('workOrderTypeSettingsAddMsgRemindConfig', 'parkId', parkId);
1099
1099
  // verify required parameter 'workOrderTypeMsgRemindConfigAddOrUpdateVo' is not null or undefined
@@ -1129,7 +1129,7 @@ export const SettingApiAxiosParamCreator = function (configuration) {
1129
1129
  * @param {*} [options] Override http request option.
1130
1130
  * @throws {RequiredError}
1131
1131
  */
1132
- workOrderTypeSettingsSelectList: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
1132
+ workOrderTypeSettingsSelectList: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
1133
1133
  // verify required parameter 'parkId' is not null or undefined
1134
1134
  assertParamExists('workOrderTypeSettingsSelectList', 'parkId', parkId);
1135
1135
  const localVarPath = `/gizone/workOrderTypeSettings/{parkId}`
@@ -1172,12 +1172,12 @@ export const SettingApiFp = function (configuration) {
1172
1172
  * @throws {RequiredError}
1173
1173
  */
1174
1174
  add1(parkId, parkPushSettingsAddBO, options) {
1175
+ var _a, _b, _c;
1175
1176
  return __awaiter(this, void 0, void 0, function* () {
1176
- var _a, _b, _c;
1177
1177
  const localVarAxiosArgs = yield localVarAxiosParamCreator.add1(parkId, parkPushSettingsAddBO, options);
1178
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1179
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.add1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1180
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1178
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1179
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.add1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1180
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1181
1181
  });
1182
1182
  },
1183
1183
  /**
@@ -1189,12 +1189,12 @@ export const SettingApiFp = function (configuration) {
1189
1189
  * @throws {RequiredError}
1190
1190
  */
1191
1191
  addOrUpdate(keyConfig, userSettingsUpdateBO, options) {
1192
+ var _a, _b, _c;
1192
1193
  return __awaiter(this, void 0, void 0, function* () {
1193
- var _a, _b, _c;
1194
1194
  const localVarAxiosArgs = yield localVarAxiosParamCreator.addOrUpdate(keyConfig, userSettingsUpdateBO, options);
1195
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1196
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.addOrUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1197
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1195
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1196
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.addOrUpdate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1197
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1198
1198
  });
1199
1199
  },
1200
1200
  /**
@@ -1204,12 +1204,12 @@ export const SettingApiFp = function (configuration) {
1204
1204
  * @throws {RequiredError}
1205
1205
  */
1206
1206
  calendarBatchImportConfirm(options) {
1207
+ var _a, _b, _c;
1207
1208
  return __awaiter(this, void 0, void 0, function* () {
1208
- var _a, _b, _c;
1209
1209
  const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarBatchImportConfirm(options);
1210
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1211
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.calendarBatchImportConfirm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1212
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1210
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1211
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.calendarBatchImportConfirm']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1212
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1213
1213
  });
1214
1214
  },
1215
1215
  /**
@@ -1219,12 +1219,12 @@ export const SettingApiFp = function (configuration) {
1219
1219
  * @throws {RequiredError}
1220
1220
  */
1221
1221
  calendarBatchImportPreView(options) {
1222
+ var _a, _b, _c;
1222
1223
  return __awaiter(this, void 0, void 0, function* () {
1223
- var _a, _b, _c;
1224
1224
  const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarBatchImportPreView(options);
1225
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1226
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.calendarBatchImportPreView']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1227
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1225
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1226
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.calendarBatchImportPreView']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1227
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1228
1228
  });
1229
1229
  },
1230
1230
  /**
@@ -1235,12 +1235,12 @@ export const SettingApiFp = function (configuration) {
1235
1235
  * @throws {RequiredError}
1236
1236
  */
1237
1237
  calendarBatchImportTemplate(language, options) {
1238
+ var _a, _b, _c;
1238
1239
  return __awaiter(this, void 0, void 0, function* () {
1239
- var _a, _b, _c;
1240
1240
  const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarBatchImportTemplate(language, options);
1241
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1242
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.calendarBatchImportTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1243
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1241
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1242
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.calendarBatchImportTemplate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1243
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1244
1244
  });
1245
1245
  },
1246
1246
  /**
@@ -1253,12 +1253,12 @@ export const SettingApiFp = function (configuration) {
1253
1253
  * @throws {RequiredError}
1254
1254
  */
1255
1255
  calendarBatchImportUpload(parkId, file, language, options) {
1256
+ var _a, _b, _c;
1256
1257
  return __awaiter(this, void 0, void 0, function* () {
1257
- var _a, _b, _c;
1258
1258
  const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarBatchImportUpload(parkId, file, language, options);
1259
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1260
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.calendarBatchImportUpload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1261
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1259
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1260
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.calendarBatchImportUpload']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1261
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1262
1262
  });
1263
1263
  },
1264
1264
  /**
@@ -1270,12 +1270,12 @@ export const SettingApiFp = function (configuration) {
1270
1270
  * @throws {RequiredError}
1271
1271
  */
1272
1272
  calendarExport(year, language, options) {
1273
+ var _a, _b, _c;
1273
1274
  return __awaiter(this, void 0, void 0, function* () {
1274
- var _a, _b, _c;
1275
1275
  const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarExport(year, language, options);
1276
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1277
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.calendarExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1278
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1276
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1277
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.calendarExport']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1278
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1279
1279
  });
1280
1280
  },
1281
1281
  /**
@@ -1288,12 +1288,12 @@ export const SettingApiFp = function (configuration) {
1288
1288
  * @throws {RequiredError}
1289
1289
  */
1290
1290
  deptConfigAddOrUpdate(deptId, configKey, body, options) {
1291
+ var _a, _b, _c;
1291
1292
  return __awaiter(this, void 0, void 0, function* () {
1292
- var _a, _b, _c;
1293
1293
  const localVarAxiosArgs = yield localVarAxiosParamCreator.deptConfigAddOrUpdate(deptId, configKey, body, options);
1294
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1295
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.deptConfigAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1296
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1294
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1295
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.deptConfigAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1296
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1297
1297
  });
1298
1298
  },
1299
1299
  /**
@@ -1305,12 +1305,12 @@ export const SettingApiFp = function (configuration) {
1305
1305
  * @throws {RequiredError}
1306
1306
  */
1307
1307
  deptConfigSelectByParkAndKey(deptId, configKey, options) {
1308
+ var _a, _b, _c;
1308
1309
  return __awaiter(this, void 0, void 0, function* () {
1309
- var _a, _b, _c;
1310
1310
  const localVarAxiosArgs = yield localVarAxiosParamCreator.deptConfigSelectByParkAndKey(deptId, configKey, options);
1311
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1312
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.deptConfigSelectByParkAndKey']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1313
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1311
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1312
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.deptConfigSelectByParkAndKey']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1313
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1314
1314
  });
1315
1315
  },
1316
1316
  /**
@@ -1321,12 +1321,12 @@ export const SettingApiFp = function (configuration) {
1321
1321
  * @throws {RequiredError}
1322
1322
  */
1323
1323
  getByDate(date, options) {
1324
+ var _a, _b, _c;
1324
1325
  return __awaiter(this, void 0, void 0, function* () {
1325
- var _a, _b, _c;
1326
1326
  const localVarAxiosArgs = yield localVarAxiosParamCreator.getByDate(date, options);
1327
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1328
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.getByDate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1329
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1327
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1328
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.getByDate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1329
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1330
1330
  });
1331
1331
  },
1332
1332
  /**
@@ -1337,12 +1337,12 @@ export const SettingApiFp = function (configuration) {
1337
1337
  * @throws {RequiredError}
1338
1338
  */
1339
1339
  parkInit(parkId, options) {
1340
+ var _a, _b, _c;
1340
1341
  return __awaiter(this, void 0, void 0, function* () {
1341
- var _a, _b, _c;
1342
1342
  const localVarAxiosArgs = yield localVarAxiosParamCreator.parkInit(parkId, options);
1343
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1344
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.parkInit']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1345
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1343
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1344
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.parkInit']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1345
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1346
1346
  });
1347
1347
  },
1348
1348
  /**
@@ -1353,12 +1353,12 @@ export const SettingApiFp = function (configuration) {
1353
1353
  * @throws {RequiredError}
1354
1354
  */
1355
1355
  parkInitDept(parkId, options) {
1356
+ var _a, _b, _c;
1356
1357
  return __awaiter(this, void 0, void 0, function* () {
1357
- var _a, _b, _c;
1358
1358
  const localVarAxiosArgs = yield localVarAxiosParamCreator.parkInitDept(parkId, options);
1359
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1360
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.parkInitDept']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1361
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1359
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1360
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.parkInitDept']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1361
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1362
1362
  });
1363
1363
  },
1364
1364
  /**
@@ -1369,12 +1369,12 @@ export const SettingApiFp = function (configuration) {
1369
1369
  * @throws {RequiredError}
1370
1370
  */
1371
1371
  parkInitRole(parkId, options) {
1372
+ var _a, _b, _c;
1372
1373
  return __awaiter(this, void 0, void 0, function* () {
1373
- var _a, _b, _c;
1374
1374
  const localVarAxiosArgs = yield localVarAxiosParamCreator.parkInitRole(parkId, options);
1375
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1376
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.parkInitRole']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1377
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1375
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1376
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.parkInitRole']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1377
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1378
1378
  });
1379
1379
  },
1380
1380
  /**
@@ -1385,12 +1385,12 @@ export const SettingApiFp = function (configuration) {
1385
1385
  * @throws {RequiredError}
1386
1386
  */
1387
1387
  parkInitWorkOrderDeptSettings(parkId, options) {
1388
+ var _a, _b, _c;
1388
1389
  return __awaiter(this, void 0, void 0, function* () {
1389
- var _a, _b, _c;
1390
1390
  const localVarAxiosArgs = yield localVarAxiosParamCreator.parkInitWorkOrderDeptSettings(parkId, options);
1391
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1392
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.parkInitWorkOrderDeptSettings']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1393
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1391
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1392
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.parkInitWorkOrderDeptSettings']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1393
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1394
1394
  });
1395
1395
  },
1396
1396
  /**
@@ -1401,12 +1401,12 @@ export const SettingApiFp = function (configuration) {
1401
1401
  * @throws {RequiredError}
1402
1402
  */
1403
1403
  parkInitWorkOrderIssueTypeExecutionTimeSettings(parkId, options) {
1404
+ var _a, _b, _c;
1404
1405
  return __awaiter(this, void 0, void 0, function* () {
1405
- var _a, _b, _c;
1406
1406
  const localVarAxiosArgs = yield localVarAxiosParamCreator.parkInitWorkOrderIssueTypeExecutionTimeSettings(parkId, options);
1407
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1408
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.parkInitWorkOrderIssueTypeExecutionTimeSettings']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1409
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1407
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1408
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.parkInitWorkOrderIssueTypeExecutionTimeSettings']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1409
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1410
1410
  });
1411
1411
  },
1412
1412
  /**
@@ -1417,12 +1417,12 @@ export const SettingApiFp = function (configuration) {
1417
1417
  * @throws {RequiredError}
1418
1418
  */
1419
1419
  parkInitWorkOrderIssueTypeSettings(parkId, options) {
1420
+ var _a, _b, _c;
1420
1421
  return __awaiter(this, void 0, void 0, function* () {
1421
- var _a, _b, _c;
1422
1422
  const localVarAxiosArgs = yield localVarAxiosParamCreator.parkInitWorkOrderIssueTypeSettings(parkId, options);
1423
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1424
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.parkInitWorkOrderIssueTypeSettings']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1425
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1423
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1424
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.parkInitWorkOrderIssueTypeSettings']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1425
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1426
1426
  });
1427
1427
  },
1428
1428
  /**
@@ -1434,12 +1434,12 @@ export const SettingApiFp = function (configuration) {
1434
1434
  * @throws {RequiredError}
1435
1435
  */
1436
1436
  sectionQuery(start, end, options) {
1437
+ var _a, _b, _c;
1437
1438
  return __awaiter(this, void 0, void 0, function* () {
1438
- var _a, _b, _c;
1439
1439
  const localVarAxiosArgs = yield localVarAxiosParamCreator.sectionQuery(start, end, options);
1440
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1441
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.sectionQuery']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1442
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1440
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1441
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.sectionQuery']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1442
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1443
1443
  });
1444
1444
  },
1445
1445
  /**
@@ -1450,12 +1450,12 @@ export const SettingApiFp = function (configuration) {
1450
1450
  * @throws {RequiredError}
1451
1451
  */
1452
1452
  selectList(parkId, options) {
1453
+ var _a, _b, _c;
1453
1454
  return __awaiter(this, void 0, void 0, function* () {
1454
- var _a, _b, _c;
1455
1455
  const localVarAxiosArgs = yield localVarAxiosParamCreator.selectList(parkId, options);
1456
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1457
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.selectList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1458
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1456
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1457
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.selectList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1458
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1459
1459
  });
1460
1460
  },
1461
1461
  /**
@@ -1467,12 +1467,12 @@ export const SettingApiFp = function (configuration) {
1467
1467
  * @throws {RequiredError}
1468
1468
  */
1469
1469
  selectUserSettingsDetails(keyConfig, parkId, options) {
1470
+ var _a, _b, _c;
1470
1471
  return __awaiter(this, void 0, void 0, function* () {
1471
- var _a, _b, _c;
1472
1472
  const localVarAxiosArgs = yield localVarAxiosParamCreator.selectUserSettingsDetails(keyConfig, parkId, options);
1473
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1474
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.selectUserSettingsDetails']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1475
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1473
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1474
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.selectUserSettingsDetails']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1475
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1476
1476
  });
1477
1477
  },
1478
1478
  /**
@@ -1483,12 +1483,12 @@ export const SettingApiFp = function (configuration) {
1483
1483
  * @throws {RequiredError}
1484
1484
  */
1485
1485
  updateOrAdd(calendarSaveUpdateDto, options) {
1486
+ var _a, _b, _c;
1486
1487
  return __awaiter(this, void 0, void 0, function* () {
1487
- var _a, _b, _c;
1488
1488
  const localVarAxiosArgs = yield localVarAxiosParamCreator.updateOrAdd(calendarSaveUpdateDto, options);
1489
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1490
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.updateOrAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1491
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1489
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1490
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.updateOrAdd']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1491
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1492
1492
  });
1493
1493
  },
1494
1494
  /**
@@ -1500,12 +1500,12 @@ export const SettingApiFp = function (configuration) {
1500
1500
  * @throws {RequiredError}
1501
1501
  */
1502
1502
  workOrderCirculationSettingsAddOrUpdate(parkId, workOrderCirculationSettingsAddOrUpdateVo, options) {
1503
+ var _a, _b, _c;
1503
1504
  return __awaiter(this, void 0, void 0, function* () {
1504
- var _a, _b, _c;
1505
1505
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderCirculationSettingsAddOrUpdate(parkId, workOrderCirculationSettingsAddOrUpdateVo, options);
1506
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1507
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderCirculationSettingsAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1508
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1506
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1507
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderCirculationSettingsAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1508
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1509
1509
  });
1510
1510
  },
1511
1511
  /**
@@ -1516,12 +1516,12 @@ export const SettingApiFp = function (configuration) {
1516
1516
  * @throws {RequiredError}
1517
1517
  */
1518
1518
  workOrderCirculationSettingsList(parkId, options) {
1519
+ var _a, _b, _c;
1519
1520
  return __awaiter(this, void 0, void 0, function* () {
1520
- var _a, _b, _c;
1521
1521
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderCirculationSettingsList(parkId, options);
1522
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1523
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderCirculationSettingsList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1524
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1522
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1523
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderCirculationSettingsList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1524
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1525
1525
  });
1526
1526
  },
1527
1527
  /**
@@ -1534,12 +1534,12 @@ export const SettingApiFp = function (configuration) {
1534
1534
  * @throws {RequiredError}
1535
1535
  */
1536
1536
  workOrderDeptSettingsAddOrUpdate(parkId, workOrderType, workOrderDeptSettingsAddOrUpdateVO, options) {
1537
+ var _a, _b, _c;
1537
1538
  return __awaiter(this, void 0, void 0, function* () {
1538
- var _a, _b, _c;
1539
1539
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderDeptSettingsAddOrUpdate(parkId, workOrderType, workOrderDeptSettingsAddOrUpdateVO, options);
1540
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1541
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderDeptSettingsAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1542
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1540
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1541
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderDeptSettingsAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1542
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1543
1543
  });
1544
1544
  },
1545
1545
  /**
@@ -1551,12 +1551,12 @@ export const SettingApiFp = function (configuration) {
1551
1551
  * @throws {RequiredError}
1552
1552
  */
1553
1553
  workOrderDeptSettingsSelectByWorkOrderType(parkId, workOrderType, options) {
1554
+ var _a, _b, _c;
1554
1555
  return __awaiter(this, void 0, void 0, function* () {
1555
- var _a, _b, _c;
1556
1556
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderDeptSettingsSelectByWorkOrderType(parkId, workOrderType, options);
1557
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1558
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderDeptSettingsSelectByWorkOrderType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1559
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1557
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1558
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderDeptSettingsSelectByWorkOrderType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1559
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1560
1560
  });
1561
1561
  },
1562
1562
  /**
@@ -1569,12 +1569,12 @@ export const SettingApiFp = function (configuration) {
1569
1569
  * @throws {RequiredError}
1570
1570
  */
1571
1571
  workOrderDeptSettingsSelectByWorkOrderTypeAndKey(parkId, workOrderType, key, options) {
1572
+ var _a, _b, _c;
1572
1573
  return __awaiter(this, void 0, void 0, function* () {
1573
- var _a, _b, _c;
1574
1574
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderDeptSettingsSelectByWorkOrderTypeAndKey(parkId, workOrderType, key, options);
1575
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1576
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderDeptSettingsSelectByWorkOrderTypeAndKey']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1577
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1575
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1576
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderDeptSettingsSelectByWorkOrderTypeAndKey']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1577
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1578
1578
  });
1579
1579
  },
1580
1580
  /**
@@ -1587,12 +1587,12 @@ export const SettingApiFp = function (configuration) {
1587
1587
  * @throws {RequiredError}
1588
1588
  */
1589
1589
  workOrderIssueTypeSelectByWorkOrderIssueType(parkId, workOrderType, workOrderIssueType, options) {
1590
+ var _a, _b, _c;
1590
1591
  return __awaiter(this, void 0, void 0, function* () {
1591
- var _a, _b, _c;
1592
1592
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderIssueTypeSelectByWorkOrderIssueType(parkId, workOrderType, workOrderIssueType, options);
1593
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1594
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderIssueTypeSelectByWorkOrderIssueType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1595
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1593
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1594
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderIssueTypeSelectByWorkOrderIssueType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1595
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1596
1596
  });
1597
1597
  },
1598
1598
  /**
@@ -1604,12 +1604,12 @@ export const SettingApiFp = function (configuration) {
1604
1604
  * @throws {RequiredError}
1605
1605
  */
1606
1606
  workOrderIssueTypeSettingsAddOrUpdate(parkId, workOrderIssueTypeSettingsAddOrUpdateVo, options) {
1607
+ var _a, _b, _c;
1607
1608
  return __awaiter(this, void 0, void 0, function* () {
1608
- var _a, _b, _c;
1609
1609
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderIssueTypeSettingsAddOrUpdate(parkId, workOrderIssueTypeSettingsAddOrUpdateVo, options);
1610
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1611
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderIssueTypeSettingsAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1612
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1610
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1611
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderIssueTypeSettingsAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1612
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1613
1613
  });
1614
1614
  },
1615
1615
  /**
@@ -1620,12 +1620,12 @@ export const SettingApiFp = function (configuration) {
1620
1620
  * @throws {RequiredError}
1621
1621
  */
1622
1622
  workOrderIssueTypeSettingsSelectByParkId(parkId, options) {
1623
+ var _a, _b, _c;
1623
1624
  return __awaiter(this, void 0, void 0, function* () {
1624
- var _a, _b, _c;
1625
1625
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderIssueTypeSettingsSelectByParkId(parkId, options);
1626
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1627
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderIssueTypeSettingsSelectByParkId']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1628
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1626
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1627
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderIssueTypeSettingsSelectByParkId']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1628
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1629
1629
  });
1630
1630
  },
1631
1631
  /**
@@ -1636,12 +1636,12 @@ export const SettingApiFp = function (configuration) {
1636
1636
  * @throws {RequiredError}
1637
1637
  */
1638
1638
  workOrderPushSettingsList(parkId, options) {
1639
+ var _a, _b, _c;
1639
1640
  return __awaiter(this, void 0, void 0, function* () {
1640
- var _a, _b, _c;
1641
1641
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderPushSettingsList(parkId, options);
1642
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1643
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderPushSettingsList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1644
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1642
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1643
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderPushSettingsList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1644
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1645
1645
  });
1646
1646
  },
1647
1647
  /**
@@ -1652,12 +1652,12 @@ export const SettingApiFp = function (configuration) {
1652
1652
  * @throws {RequiredError}
1653
1653
  */
1654
1654
  workOrderPushSettingsSaveOrUpdate(workOrderPushSettingsVO, options) {
1655
+ var _a, _b, _c;
1655
1656
  return __awaiter(this, void 0, void 0, function* () {
1656
- var _a, _b, _c;
1657
1657
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderPushSettingsSaveOrUpdate(workOrderPushSettingsVO, options);
1658
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1659
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderPushSettingsSaveOrUpdate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1660
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1658
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1659
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderPushSettingsSaveOrUpdate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1660
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1661
1661
  });
1662
1662
  },
1663
1663
  /**
@@ -1669,12 +1669,12 @@ export const SettingApiFp = function (configuration) {
1669
1669
  * @throws {RequiredError}
1670
1670
  */
1671
1671
  workOrderTypeSettingsAddMsgRemindConfig(parkId, workOrderTypeMsgRemindConfigAddOrUpdateVo, options) {
1672
+ var _a, _b, _c;
1672
1673
  return __awaiter(this, void 0, void 0, function* () {
1673
- var _a, _b, _c;
1674
1674
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderTypeSettingsAddMsgRemindConfig(parkId, workOrderTypeMsgRemindConfigAddOrUpdateVo, options);
1675
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1676
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderTypeSettingsAddMsgRemindConfig']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1677
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1675
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1676
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderTypeSettingsAddMsgRemindConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1677
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1678
1678
  });
1679
1679
  },
1680
1680
  /**
@@ -1685,12 +1685,12 @@ export const SettingApiFp = function (configuration) {
1685
1685
  * @throws {RequiredError}
1686
1686
  */
1687
1687
  workOrderTypeSettingsSelectList(parkId, options) {
1688
+ var _a, _b, _c;
1688
1689
  return __awaiter(this, void 0, void 0, function* () {
1689
- var _a, _b, _c;
1690
1690
  const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderTypeSettingsSelectList(parkId, options);
1691
- const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1692
- const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderTypeSettingsSelectList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1693
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1691
+ const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1692
+ const operationBasePath = (_c = (_b = operationServerMap['SettingApi.workOrderTypeSettingsSelectList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
1693
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
1694
1694
  });
1695
1695
  },
1696
1696
  };